Fix another CSS clashing on the Network Themes page.

props SergeyBiryukov.
see #26513 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26923


git-svn-id: http://core.svn.wordpress.org/trunk@26804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-01-08 21:36:10 +00:00
parent 9e942606c8
commit 441ccdd314
4 changed files with 18 additions and 2 deletions

View File

@ -1277,6 +1277,10 @@ p.search-box {
margin: 0;
}
.network-admin.themes-php p.search-box {
clear: right;
}
.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-right: 20px;
}

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long