Changeset 19671
- Timestamp:
- 01/04/2012 05:44:15 PM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
-
css/wp-admin-rtl.dev.css (modified) (1 diff)
-
css/wp-admin.dev.css (modified) (3 diffs)
-
press-this.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin-rtl.dev.css
r19629 r19671 2411 2411 float: left; 2412 2412 } 2413 2414 .press-this #header-logo, 2415 .press-this #wphead h1 { 2416 float: right; 2417 } -
trunk/wp-admin/css/wp-admin.dev.css
r19629 r19671 6897 6897 .press-this #wphead { 6898 6898 height: 32px; 6899 margin-right: 5px; 6899 margin-left: 0; 6900 margin-right: 0; 6900 6901 margin-bottom: 5px; 6901 6902 } … … 6925 6926 } 6926 6927 6928 .press-this #message { 6929 margin: 10px 0; 6930 } 6931 6927 6932 .press-this-sidebar { 6928 6933 float: right; … … 6932 6937 6933 6938 .press-this #title { 6939 margin-left: 0; 6940 margin-right: 0; 6934 6941 -moz-box-sizing: border-box; 6935 6942 -webkit-box-sizing: border-box; -
trunk/wp-admin/press-this.php
r19664 r19671 315 315 do_action('admin_head'); 316 316 ?> 317 <style type="text/css">318 #message {319 margin: 10px 0;320 }321 #title,322 .press-this #wphead {323 margin-left: 0;324 margin-right: 0;325 }326 .rtl.press-this #header-logo,327 .rtl.press-this #wphead h1 {328 float: right;329 }330 </style>331 317 <script type="text/javascript"> 332 318 var wpActiveEditor = 'content';
Note: See TracChangeset
for help on using the changeset viewer.