Full no-JS and IE support for [15062]. fixes #13615.

git-svn-id: https://develop.svn.wordpress.org/trunk@15063 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-29 20:33:48 +00:00
parent b5cd195f68
commit 45057df1ae
4 changed files with 25 additions and 15 deletions
+9 -1
View File
@@ -36,8 +36,12 @@ body {
.metabox-holder-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.metabox-holder-disabled .button-controls .select-all {
display: none;
}
#wpbody {
position: relative;
}
@@ -76,7 +80,7 @@ body {
#post-body {
background: #fff;
padding:0 0 10px 10px;
padding: 10px;
border-width: 0 1px 1px 1px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
@@ -88,6 +92,10 @@ body {
border-bottom-right-radius: 6px;
}
#post-body div.updated {
margin: 0;
}
#post-body-content {
position: relative;
}