Make WordPress Core

Changeset 19671


Ignore:
Timestamp:
01/04/2012 05:44:15 PM (14 years ago)
Author:
nacin
Message:

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

Location:
trunk/wp-admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin-rtl.dev.css

    r19629 r19671  
    24112411    float: left;
    24122412}
     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  
    68976897.press-this #wphead {
    68986898    height: 32px;
    6899     margin-right: 5px;
     6899    margin-left: 0;
     6900    margin-right: 0;
    69006901    margin-bottom: 5px;
    69016902}
     
    69256926}
    69266927
     6928.press-this #message {
     6929    margin: 10px 0;
     6930}
     6931
    69276932.press-this-sidebar {
    69286933    float: right;
     
    69326937
    69336938.press-this #title {
     6939    margin-left: 0;
     6940    margin-right: 0;
    69346941    -moz-box-sizing: border-box;
    69356942    -webkit-box-sizing: border-box;
  • trunk/wp-admin/press-this.php

    r19664 r19671  
    315315    do_action('admin_head');
    316316?>
    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>
    331317    <script type="text/javascript">
    332318    var wpActiveEditor = 'content';
Note: See TracChangeset for help on using the changeset viewer.