Fix css selectors mismatch in Press This, see #19341

git-svn-id: https://develop.svn.wordpress.org/trunk@19492 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-30 17:51:34 +00:00
parent e729204a30
commit 291a5ed05b
3 changed files with 7 additions and 2 deletions

View File

@@ -3008,6 +3008,7 @@ div.tabs-panel-inactive {
margin: 0 5px 0 125px;
}
.press-this #side-sortables .category-tabs li,
.has-right-sidebar #side-sortables .category-tabs li,
#side-sortables .add-menu-item-tabs li,
.wp-tab-bar li {
@@ -7060,6 +7061,10 @@ h3.tb {
position: relative;
}
#extra-fields h2 {
margin: 12px;
}
#waiting {
margin-top: 10px;
}