mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user