Make WordPress Core


Ignore:
Timestamp:
12/03/2008 09:00:23 PM (18 years ago)
Author:
ryan
Message:

RTL updates from kashani. see #8047

File:
1 edited

Legend:

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

    r9934 r10027  
    1 * html #wpbody-content {
    2     float: left;
    3 }
    4 #wphead-info {
    5     float: left;
    6 }
    71* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
    8     background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -108px;
     2    background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -109px;
    93}
    104
    115* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle {
    126    background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -206px;
     7}
     8* html #adminmenu {
     9    margin-left:0;
     10    margin-right: -80px;
     11}
     12* html div.folded #adminmenu {
     13    margin-left: 0;
     14    margin-right: -22px;
    1315}
    1416#wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
     
    2830}
    2931#bh {
    30     margin: 3px 6px 0 0;
     32    margin: 7px 10px 0 0;
    3133    float: left;
     34}
     35#user_info + div#favorite-actions {
     36    right: auto;
     37    left: 15px;
    3238}
    3339/* without this dashboard widgets appear in one column for some screen widths */
Note: See TracChangeset for help on using the changeset viewer.