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:
@@ -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;
|
||||
}
|
||||
|
||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user