mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-08 17:38:26 +01:00
Merge Press This inline styles into wp-admin.css. fixes #19735.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5372ac002b
commit
fdd79a0960
@ -2410,3 +2410,8 @@ div.sidebar-name h3 {
|
||||
.press-this-sidebar {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.press-this #header-logo,
|
||||
.press-this #wphead h1 {
|
||||
float: right;
|
||||
}
|
@ -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;
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user