mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Fixing the widgets UI in IE <= 8
--HG-- branch : 1.x
This commit is contained in:
parent
56356a634c
commit
bd100ff27c
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -10,4 +10,8 @@ button, .button, .button:link, .button:visited {
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
line-height:inherit;
|
line-height:inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.group {
|
||||||
|
zoom:1;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user