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:
parent
7d7b36accb
commit
ee08912b51
|
@ -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; }
|
* .module, #lastmodule { text-align: right; }
|
||||||
|
|
||||||
|
|
|
@ -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" />
|
<link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/widgets.css?version=<?php bloginfo('version'); ?>" type="text/css" />
|
||||||
<!--[if IE 7]>
|
<!--[if IE 7]>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
#palette { float:left; }
|
#palette { float: <?php echo ( get_bloginfo( 'text_direction' ) == 'rtl' ) ? 'right' : 'left'; ?>; }
|
||||||
</style>
|
</style>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
Loading…
Reference in New Issue