Changeset 10027 for trunk/wp-admin/css/ie-rtl.css
- Timestamp:
- 12/03/2008 09:00:23 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/css/ie-rtl.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/ie-rtl.css
r9934 r10027 1 * html #wpbody-content {2 float: left;3 }4 #wphead-info {5 float: left;6 }7 1 * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { 8 background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -10 8px;2 background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -109px; 9 3 } 10 4 11 5 * html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle { 12 6 background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -206px; 7 } 8 * html #adminmenu { 9 margin-left:0; 10 margin-right: -80px; 11 } 12 * html div.folded #adminmenu { 13 margin-left: 0; 14 margin-right: -22px; 13 15 } 14 16 #wpcontent #adminmenu .wp-submenu li.wp-submenu-head { … … 28 30 } 29 31 #bh { 30 margin: 3px 6px 0 0;32 margin: 7px 10px 0 0; 31 33 float: left; 34 } 35 #user_info + div#favorite-actions { 36 right: auto; 37 left: 15px; 32 38 } 33 39 /* without this dashboard widgets appear in one column for some screen widths */
Note: See TracChangeset
for help on using the changeset viewer.