Skip to content
GitLab
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
95fdbcc4
Commit
95fdbcc4
authored
Nov 20, 2017
by
Karl Hasselbring
Browse files
Fixed: Probleme mit border und schriftpositionen
parent
4ac21976
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/assets/less/metager/searchbar.less
View file @
95fdbcc4
...
@@ -16,6 +16,11 @@
...
@@ -16,6 +16,11 @@
appearance: none;
appearance: none;
background-color: transparent;
background-color: transparent;
padding-right: 35px;
padding-right: 35px;
font-family: FontAwesome, sans-serif;
border: none;
&>option {
font-family: FontAwesome, sans-serif;
}
}
}
&:after {
&:after {
content: "\f078";
content: "\f078";
...
@@ -152,6 +157,7 @@
...
@@ -152,6 +157,7 @@
border: 1px solid #aaa;
border: 1px solid #aaa;
border-top: none;
border-top: none;
border-radius: 5px;
border-radius: 5px;
display: flex;
}
}
.search-input-submit {
.search-input-submit {
border: 1px solid #aaa;
border: 1px solid #aaa;
...
@@ -172,12 +178,21 @@
...
@@ -172,12 +178,21 @@
}
}
.resultpage-searchbar {
.resultpage-searchbar {
padding:
5px 0px 0px
5px;
padding: 5px;
:first-child {
:first-child {
border-left: none;
border-left: none;
}
}
@media (max-width: @screen-xs-max) {
@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: 1px solid #aaa;
border-radius: 5px;
border-radius: 5px;
...
...
resources/assets/less/metager/static-pages.less
View file @
95fdbcc4
...
@@ -190,16 +190,6 @@ textarea#message {
...
@@ -190,16 +190,6 @@ textarea#message {
margin-right: 0;
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 {
.input-group-addon {
padding: 0;
padding: 0;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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