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

@ -2410,3 +2410,8 @@ div.sidebar-name h3 {
.press-this-sidebar {
float: left;
}
.press-this #header-logo,
.press-this #wphead h1 {
float: right;
}

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;

View File

@ -314,20 +314,6 @@ var photostorage = false;
do_action('admin_print_scripts');
do_action('admin_head');
?>
<style type="text/css">
#message {
margin: 10px 0;
}
#title,
.press-this #wphead {
margin-left: 0;
margin-right: 0;
}
.rtl.press-this #header-logo,
.rtl.press-this #wphead h1 {
float: right;
}
</style>
<script type="text/javascript">
var wpActiveEditor = 'content';