Small CSS adjustments for compact mode

A couple of fixes:
* Rule to avoid the back link to be underlined when it is rendered as
a button for the compact version of ULS.
* Fix for a 1px misalignment between search box and suggestion (the
1px is needed only when search box has a 1px border)
This commit is contained in:
Pau Giner
2013-03-15 11:18:37 +01:00
parent 0340e609a0
commit fde2202c88

View File

@@ -24,6 +24,7 @@
box-shadow: none;
outline: none;
font-size: 18px;
left: 0;
}
.uls-compact .uls-language-list {
@@ -49,6 +50,7 @@
margin: 15px 0 5px 19px;
cursor: pointer;
padding: 6px;
text-decoration: none;
font-size: 14px;
border: 1px solid transparent;
}