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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user