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

git-svn-id: https://develop.svn.wordpress.org/trunk@20708 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-05-02 22:11:58 +00:00
parent 5f3e663586
commit 7e63aeb361
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;