Fix another CSS clashing on the Network Themes page.
props SergeyBiryukov. see #26513 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@26923 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
972b6ef466
commit
3a07d0292c
@ -1277,6 +1277,10 @@ p.search-box {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.network-admin.themes-php p.search-box {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.search-box input[name="s"],
|
||||
#search-plugins input[name="s"],
|
||||
.tagsdiv .newtag {
|
||||
@ -6312,6 +6316,10 @@ span.imgedit-scale-warn {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.network-admin.themes-php .wrap h2 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.themes-php .wrap h2 .button {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user