mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Fix header/message alignment in Press This. for trunk. see #19725.
git-svn-id: https://develop.svn.wordpress.org/trunk@19662 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+15
-1
@@ -314,6 +314,20 @@ 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';
|
||||
|
||||
@@ -444,7 +458,7 @@ var photostorage = false;
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body class="press-this wp-admin">
|
||||
<body class="press-this wp-admin<?php if ( is_rtl() ) echo ' rtl'; ?>">
|
||||
<form action="press-this.php?action=post" method="post">
|
||||
<div id="poststuff" class="metabox-holder">
|
||||
<div id="side-sortables" class="press-this-sidebar">
|
||||
|
||||
Reference in New Issue
Block a user