mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user