Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
00a1eb97
Commit
00a1eb97
authored
Nov 20, 2017
by
Karl Hasselbring
Browse files
Improved: Settings Seite hat jetzt ein mobiles Design
parent
3e367b8d
Changes
6
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/base.less
View file @
00a1eb97
...
...
@@ -99,4 +99,4 @@ summary {
.new-feature.badge {
background-color: @new-feature-badge-background-color;
}
\ No newline at end of file
}
resources/assets/less/metager/footer.less
View file @
00a1eb97
...
...
@@ -16,10 +16,6 @@ footer {
img {
max-width: 100%;
}
&.startPageFooter {
// position: absolute;
// bottom: 0;
}
&.footer-resultpage {
justify-content: center;
a {
...
...
resources/assets/less/metager/searchbar.less
View file @
00a1eb97
...
...
@@ -102,7 +102,6 @@
right: 8px;
top: 2px;
padding: 2px 2px 2px 5px;
border-left: 1px solid #aaa;
position: absolute;
pointer-events: none;
}
...
...
resources/assets/less/metager/settings.less
View file @
00a1eb97
...
...
@@ -19,4 +19,28 @@
#settings-abort-btn {
color: @settings-abort-btn-color;
margin-right: auto;
}
@media (max-width: @screen-xs-max) {
html,
body,
.wrapper,
#settings-buttons {
width: 100%;
}
#settings-selectors {
justify-content: stretch;
>* {
width: 100%;
margin: 10px 0px;
display: flex;
flex-direction: column;
justify-content: end;
}
}
#settings-buttons>* {
width: 100%;
margin: 10px 0px;
overflow: auto;
}
}
\ No newline at end of file
resources/assets/less/metager/static-pages.less
View file @
00a1eb97
...
...
@@ -35,7 +35,7 @@
body {
margin: 0;
&>div {
padding-top:
7
0px;
padding-top:
5
0px;
}
&.quicktips {
background-color: @quicktip-background-color;
...
...
@@ -431,11 +431,6 @@ select[name=focus]>option {
font-size: 20px;
}
.settings-form-control {
width: 200px;
margin-top: 10px;
}
.bitcoins {
text-align: center;
padding: 30px;
...
...
resources/views/settings.blade.php
View file @
00a1eb97
...
...
@@ -55,6 +55,7 @@
<
label
class
=
"select-label"
>@
lang
(
'settings.key.label'
)
:</
label
>
<
input
type
=
"text"
class
=
"form-control settings-form-control"
name
=
"param_key"
placeholder
=
"@lang('settings.key.placeholder')"
>
</
div
>
</
div
>
<
div
id
=
"settings-buttons"
>
<
a
id
=
"settings-abort-btn"
class
=
"btn btn-danger mutelink"
href
=
"{{ URL::previous() }}"
>@
lang
(
'settings.abort'
)
<
i
class
=
"fa fa-times"
aria
-
hidden
=
"true"
></
i
></
a
>
<
input
id
=
"unten"
class
=
"btn btn-primary"
type
=
"submit"
value
=
"{!! trans('settings.speichern.1') !!}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment