Changeset 5884
- Timestamp:
- 08/16/2007 06:49:32 PM (17 years ago)
- 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; } 2 2 3 3 * .module, #lastmodule { text-align: right; } -
trunk/wp-admin/widgets.php
r5700 r5884 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]-->
Note: See TracChangeset
for help on using the changeset viewer.