Fixing the widgets UI in IE <= 8

--HG--
branch : 1.x
This commit is contained in:
Nathan Heskew 2011-03-31 14:17:22 -07:00
parent 56356a634c
commit bd100ff27c
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,6 @@ font-size:1.077em;
padding:2px 2px; padding:2px 2px;
} }
#widgets-layers-control { #widgets-layers-control {
float:left;
margin-bottom:-20px; margin-bottom:-20px;
position:relative; position:relative;
} }

View File

@ -10,4 +10,8 @@ button, .button, .button:link, .button:visited {
.button { .button {
line-height:inherit; line-height:inherit;
}
.group {
zoom:1;
} }