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:
Dominik Schilling (ocean90) 2014-01-08 21:35:22 +00:00
parent 972b6ef466
commit 3a07d0292c

View File

@ -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;
}