Ticket #4264: 4264.RTL.diff
File 4264.RTL.diff, 1.0 KB (added by , 18 years ago) |
---|
-
wp-admin/css/widgets-rtl.css
1 #sbreset, #lastmodule, #palettediv .module, .dropzone, .dropzone ul { float: right; }1 #sbreset, #lastmodule, #palettediv .module, .dropzone, .dropzone ul, .placematt { float: right; } 2 2 3 3 * .module, #lastmodule { text-align: right; } 4 4 -
wp-admin/widgets.php
17 17 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/widgets.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 18 18 <!--[if IE 7]> 19 19 <style type="text/css"> 20 #palette { float: left; }20 #palette { float: <?php echo ( get_bloginfo( 'text_direction' ) == 'rtl' ) ? 'right' : 'left'; ?>; } 21 21 </style> 22 22 <![endif]--> 23 23 <style type="text/css">