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:
parent
5f3e663586
commit
7e63aeb361
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user