Merge Press This inline styles into wp-admin.css. fixes #19735.

git-svn-id: https://develop.svn.wordpress.org/trunk@19671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-01-04 17:44:15 +00:00
parent 31be442135
commit 48b1948bfe
3 changed files with 13 additions and 15 deletions

View File

@@ -6896,7 +6896,8 @@ img {
/* Header */
.press-this #wphead {
height: 32px;
margin-right: 5px;
margin-left: 0;
margin-right: 0;
margin-bottom: 5px;
}
@@ -6924,6 +6925,10 @@ img {
text-decoration: underline;
}
.press-this #message {
margin: 10px 0;
}
.press-this-sidebar {
float: right;
width: 200px;
@@ -6931,6 +6936,8 @@ img {
}
.press-this #title {
margin-left: 0;
margin-right: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;