Fix columns in IE7 on Appearance -> Themes screen, props SergeyBiryukov, fixes #20591

git-svn-id: http://core.svn.wordpress.org/trunk@20708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2012-05-02 22:11:58 +00:00
parent 74e51d0f80
commit 1e07a49337
1 changed files with 8 additions and 0 deletions

View File

@ -431,6 +431,14 @@ table.ie-fixed {
margin-left: 0;
}
.available-theme {
display: inline;
}
.available-theme ul {
margin: 0;
}
/* IE6 leftovers */
* html .row-actions {
visibility: visible;