RTL, IE7 and IE7 RTL fixes, add class="ie8" to the html tag, see #18314

git-svn-id: http://svn.automattic.com/wordpress/trunk@18975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-10-15 07:33:01 +00:00
parent fca9f2e2e3
commit 0f2431e25a
18 changed files with 297 additions and 160 deletions

View File

@@ -140,15 +140,9 @@ TABLE OF CONTENTS:
}
#post-body-content {
max-width: 850px;
min-width: 465px;
}
.columns-1 #post-body-content,
.columns-2 #post-body-content {
max-width: none;
}
#post-body-content #side-sortables.empty-container {
border: 0 none;
height: 0;
@@ -762,7 +756,6 @@ p.install-help {
.wp-admin select {
padding: 2px;
height: 2em;
max-width: 100%;
}
.wp-admin select[multiple] {
@@ -1818,6 +1811,7 @@ body.no-js #adminmenu .wp-menu-toggle,
#adminmenu li.wp-not-current-submenu:hover .wp-menu-arrow {
display: block;
}
.folded #adminmenu li.wp-not-current-submenu:hover .wp-menu-arrow {
display: none;
}
@@ -2180,6 +2174,11 @@ body.admin-bar #adminmenu {
line-height: 1.4em;
}
.postbox .inside {
margin: 10px 0;
position: relative;
}
.postbox.closed h3 {
border: none;
-moz-box-shadow: none;
@@ -2909,10 +2908,6 @@ input#link_url {
min-height: 50px;
}
#post-body #advanced-sortables {
min-height: 20px;
}
.postbox {
position: relative;
min-width: 255px;
@@ -5109,11 +5104,6 @@ form .textarea-wrap {
min-width: 0;
}
div.postbox div.inside {
margin: 10px 0;
position: relative;
}
#dashboard-widgets a {
text-decoration: none;
}