RTL CSS fixes from sewar. fixes #4655

git-svn-id: https://develop.svn.wordpress.org/trunk@5884 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-08-16 18:49:32 +00:00
parent 7d7b36accb
commit ee08912b51
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#sbreset, #lastmodule, #palettediv .module, .dropzone, .dropzone ul { float: right; }
#sbreset, #lastmodule, #palettediv .module, .dropzone, .dropzone ul, .placematt { float: right; }
* .module, #lastmodule { text-align: right; }

View File

@ -17,7 +17,7 @@ function wp_widgets_admin_head() {
<link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/widgets.css?version=<?php bloginfo('version'); ?>" type="text/css" />
<!--[if IE 7]>
<style type="text/css">
#palette { float:left; }
#palette { float: <?php echo ( get_bloginfo( 'text_direction' ) == 'rtl' ) ? 'right' : 'left'; ?>; }
</style>
<![endif]-->
<style type="text/css">