Fix action link styling in IE7 and IE8. props SergeyBiryukov. fixes #22467.

git-svn-id: http://core.svn.wordpress.org/trunk@22799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-21 22:34:08 +00:00
parent 38e43334a9
commit 67530d0154
4 changed files with 20 additions and 0 deletions

View File

@ -113,6 +113,11 @@ p.submit { /* quick edit and reply in edit-comments.php */
height:22px;
}
.available-theme .action-links li {
padding-left: 7px;
margin-left: 7px;
}
form#widgets-filter { /* fix widget page */
position: static;
}

View File

@ -510,6 +510,11 @@ table.ie-fixed {
margin: 0;
}
.available-theme .action-links li {
padding-right: 7px;
margin-right: 7px;
}
.about-wrap .three-col-images img {
margin: 0 0.6% 10px;
}

View File

@ -1253,6 +1253,11 @@ h3.available-themes {
margin-left: 8px;
}
.ie8 .available-theme .action-links li {
padding-left: 7px;
margin-left: 7px;
}
#current-theme .theme-info li:last-child,
.theme-options li:last-child,
.available-theme .action-links li:last-child {

View File

@ -4654,6 +4654,11 @@ h3.available-themes {
margin-right: 8px;
}
.ie8 .available-theme .action-links li {
padding-right: 7px;
margin-right: 7px;
}
#current-theme .theme-info li:last-child,
.theme-options li:last-child,
.available-theme .action-links li:last-child {