Ticket #13441: minor-css-fixes.diff
File minor-css-fixes.diff, 1.9 KB (added by , 15 years ago) |
---|
-
wp-admin/css/colors-classic-rtl.dev.css
78 78 .meta-box-sortables .postbox:hover .handlediv { 79 79 background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px; 80 80 } 81 82 #favorite-toggle { 83 background: transparent url(../images/fav-arrow-vs-rtl.gif) no-repeat right -4px; 84 } 85 No newline at end of file -
wp-admin/css/colors-fresh-rtl.dev.css
66 66 background: #fff url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px; 67 67 } 68 68 69 #adminmenu li.current a,70 #adminmenu .wp-submenu a:hover {71 background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -289px;72 }73 74 69 #adminmenu li.wp-has-current-submenu a.wp-has-submenu { 75 70 background: #b5b5b5 url(../images/menu-bits-rtl.gif) repeat-x scroll right top; 76 71 } -
wp-admin/css/wp-admin-rtl.dev.css
628 628 629 629 /* tag hints */ 630 630 .taghint { 631 margin: 1 4px 8px -17px 0;631 margin: 15px 12px -24px 0; 632 632 } 633 633 634 634 #poststuff .tagsdiv .howto { -
wp-admin/css/wp-admin.dev.css
3720 3720 display: inline-block; 3721 3721 padding: 4px 14px 6px; 3722 3722 text-decoration: none; 3723 background-color: #fafafa;3724 3723 margin: 0 6px -1px 0; 3725 3724 -moz-border-radius: 5px 5px 0 0; 3726 3725 -webkit-border-top-left-radius: 5px;