RTL admin fixes. Props sambauers, nbachiyski. fixes #10159 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@11665 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-06-29 00:40:26 +00:00
parent aaaa7a1cfd
commit e96beab55a
2 changed files with 12 additions and 3 deletions
+6
View File
@@ -138,6 +138,12 @@ td.available-theme {
.folded #adminmenu img.wp-menu-image {
padding: 7px 6px 0 0;
}
#adminmenu a.separator {
cursor: e-resize;
}
.folded #adminmenu a.separator {
cursor: w-resize;
}
#adminmenu .wp-submenu .wp-submenu-head {
padding: 6px 10px 6px 4px;
}