RTL CSS fixes from sewar. fixes #4655

git-svn-id: http://svn.automattic.com/wordpress/trunk@5884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-08-16 18:49:32 +00:00
parent 08e94676ef
commit 96aba6a4c7
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">