Some cleanup to the language filter

No longer using grid to position the icon, but nested divs instead.

Tweaked some padding etc. related cleanup.
This commit is contained in:
Niklas Laxström
2016-04-06 17:23:11 +03:00
parent 7b3cd3d885
commit 20d5e431a3
3 changed files with 87 additions and 75 deletions

View File

@@ -10,7 +10,7 @@
.uls-compact .uls-search {
background: white;
border-top: none;
padding: 0.8em 10%;
padding: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #DDD;
@@ -31,18 +31,6 @@
height: 20em;
}
.uls-compact .uls-search-label {
background-size: 25px;
height: 26px;
width: 26px;
float: right;
opacity: 0.8;
}
.uls-compact .uls-languagefilter-clear {
margin-left: 0;
}
.uls-compact .uls-title-region a {
color: #777;
display: inline-block;