mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Starting some ie6 fixes.
--HG-- branch : dev
This commit is contained in:
@@ -41,3 +41,39 @@ legend {
|
|||||||
padding:4px;
|
padding:4px;
|
||||||
width:98%;
|
width:98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.manage
|
||||||
|
{
|
||||||
|
float:right;
|
||||||
|
width:15em;
|
||||||
|
margin:0 0 10px 8px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.manage a.button {
|
||||||
|
height:inherit;
|
||||||
|
margin-left:0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.manage a.primaryAction {
|
||||||
|
background:#4687AD none repeat scroll 0 0;
|
||||||
|
border:1px solid #8F8F8F;
|
||||||
|
color:#FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset.bulk.actions {
|
||||||
|
width:30em;
|
||||||
|
clear:left;
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
background:#F5F5F5 none repeat scroll 0 0;
|
||||||
|
display:inline;
|
||||||
|
text-align:right;
|
||||||
|
border:1px solid #999999;
|
||||||
|
color:#2D2F25;
|
||||||
|
cursor:pointer;
|
||||||
|
padding:0 0.8em 0.1em;
|
||||||
|
text-align:center;
|
||||||
|
}
|
Reference in New Issue
Block a user