mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-03 10:35:47 +02:00
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:
parent
74e51d0f80
commit
1e07a49337
@ -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