Make WordPress Core

Changeset 5884


Ignore:
Timestamp:
08/16/2007 06:49:32 PM (17 years ago)
Author:
ryan
Message:

RTL CSS fixes from sewar. fixes #4655

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r5863 r5884  
    1 #sbreset, #lastmodule, #palettediv .module, .dropzone, .dropzone ul { float: right; }
     1#sbreset, #lastmodule, #palettediv .module, .dropzone, .dropzone ul, .placematt { float: right; }
    22
    33* .module, #lastmodule { text-align: right; }
  • trunk/wp-admin/widgets.php

    r5700 r5884  
    1818    <!--[if IE 7]>
    1919    <style type="text/css">
    20         #palette { float:left; }
     20        #palette { float: <?php echo ( get_bloginfo( 'text_direction' ) == 'rtl' ) ? 'right' : 'left'; ?>; }
    2121    </style>
    2222    <![endif]-->
Note: See TracChangeset for help on using the changeset viewer.