Line up elements on themes.php. Line up 'Available Themes' header and search/feature form. Switch to padding instead of margin for #current-theme to prevent margin-uncollapse jitters when animating the feature filter. Move 'Current Theme' inside #current-theme so it is hidden by the feature filter. see #20147.

git-svn-id: https://develop.svn.wordpress.org/trunk@20064 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-03-01 23:55:09 +00:00
parent 339251c75c
commit f2dfcad422
2 changed files with 8 additions and 9 deletions

View File

@@ -4475,6 +4475,11 @@ span.imgedit-scale-warn {
height:auto;
}
h3.available-themes {
margin: 0 0 1em;
float: left;
}
.available-theme {
display: inline-block;
margin-bottom: 10px;
@@ -4504,19 +4509,13 @@ span.imgedit-scale-warn {
}
#current-theme {
margin: 1em 0 1.5em;
padding: 0 0 .5em;
}
#current-theme a {
border-bottom: none;
}
#current-theme h3 {
font-size: 17px;
font-weight: normal;
margin: 0;
}
#current-theme .theme-description {
margin-top: 5px;
}