Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
95fdbcc4
Commit
95fdbcc4
authored
Nov 20, 2017
by
Karl Hasselbring
Browse files
Fixed: Probleme mit border und schriftpositionen
parent
4ac21976
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/searchbar.less
View file @
95fdbcc4
...
...
@@ -16,6 +16,11 @@
appearance: none;
background-color: transparent;
padding-right: 35px;
font-family: FontAwesome, sans-serif;
border: none;
&>option {
font-family: FontAwesome, sans-serif;
}
}
&:after {
content: "\f078";
...
...
@@ -152,6 +157,7 @@
border: 1px solid #aaa;
border-top: none;
border-radius: 5px;
display: flex;
}
.search-input-submit {
border: 1px solid #aaa;
...
...
@@ -172,12 +178,21 @@
}
.resultpage-searchbar {
padding:
5px 0px 0px
5px;
padding: 5px;
:first-child {
border-left: none;
}
@media (max-width: @screen-xs-max) {
padding: 5px;
.search-focus-selector {
border: 1px solid #aaa;
border-top: none;
border-radius: 5px;
display: flex;
}
.search-input-submit {
border: 1px solid #aaa;
border-radius: 5px;
}
>* {
border: 1px solid #aaa;
border-radius: 5px;
...
...
resources/assets/less/metager/static-pages.less
View file @
95fdbcc4
...
...
@@ -190,16 +190,6 @@ textarea#message {
margin-right: 0;
}
select[name=focus] {
font-family: FontAwesome, sans-serif;
padding: 0.5em;
border: 0;
border-radius: 0;
&>option {
font-family: FontAwesome, sans-serif;
}
}
.input-group-addon {
padding: 0;
}
...
...
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