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
6f445f0a
Commit
6f445f0a
authored
Apr 12, 2019
by
Dominik Hebeler
Browse files
fixed some styles
parent
eacd9fcc
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/settings.less
View file @
6f445f0a
...
@@ -37,9 +37,11 @@
...
@@ -37,9 +37,11 @@
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
margin-left: -8px
;
flex-wrap: wrap
;
> #back, > a, > form {
> #back, > a, > form {
margin-left: 8px;
margin-left: 8px;
margin-top: 4px;
margin-bottom: 4px;
}
}
}
}
...
...
resources/views/settings/allSettings.blade.php
View file @
6f445f0a
...
@@ -50,7 +50,8 @@
...
@@ -50,7 +50,8 @@
@
else
@
else
<
p
id
=
"no-settings"
>@
lang
(
'settings.noSettings'
)
</
p
>
<
p
id
=
"no-settings"
>@
lang
(
'settings.noSettings'
)
</
p
>
@
endif
@
endif
<
div
id
=
"actions"
>
</
div
>
<
div
id
=
"actions"
>
<
a
href
=
"{{
$url
}}"
class
=
"btn btn-sm btn-default"
>@
lang
(
'settings.back'
)
</
a
>
<
a
href
=
"{{
$url
}}"
class
=
"btn btn-sm btn-default"
>@
lang
(
'settings.back'
)
</
a
>
@
if
(
sizeof
(
Cookie
::
get
())
>
0
)
@
if
(
sizeof
(
Cookie
::
get
())
>
0
)
<
form
action
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), route('removeAllSettings'))}}"
method
=
"post"
>
<
form
action
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), route('removeAllSettings'))}}"
method
=
"post"
>
...
@@ -59,7 +60,6 @@
...
@@ -59,7 +60,6 @@
</
form
>
</
form
>
@
endif
@
endif
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
@
endsection
@
endsection
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