| @@ -1,33 +1,4 @@ | ||
| 1 | -#adminmenu #toplevel_page_bws_plugins div.wp-menu-image, | |
| 2 | -.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image, | |
| 3 | -#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, | |
| 4 | -#adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image { | |
| 5 | - background: url("../images/icon_16_single.png") no-repeat scroll center center transparent; | |
| 6 | -} | |
| 7 | -#adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image { | |
| 8 | - opacity: 0.7; | |
| 9 | -} | |
| 10 | -#toplevel_page_bws_plugins .wp-submenu .wp-first-item { | |
| 11 | - display: none; | |
| 12 | -} | |
| 13 | -/* | |
| 14 | -* styles for rate-support div on the settings page | |
| 15 | -*/ | |
| 16 | -.bws-plugin-reviews { | |
| 17 | - background: none repeat scroll 0 0 #BEE1F1; | |
| 18 | - border: 1px solid #70A8C2; | |
| 19 | - border-radius: 3px; | |
| 20 | - max-width: 700px; | |
| 21 | -} | |
| 22 | -.bws-plugin-reviews-rate { | |
| 23 | - padding: 10px; | |
| 24 | - border-bottom: 1px dashed #70A8C2; | |
| 25 | -} | |
| 26 | -.bws-plugin-reviews-support { | |
| 27 | - padding: 10px; | |
| 28 | -} | |
| 29 | - | |
| 30 | 1 | /* PDF-Print settings */ |
| 31 | 2 | .pdfprnt-top-left, |
| 32 | 3 | .pdfprnt-bottom-left, |
| 33 | 4 | .pdfprnt-left { |
| @@ -59,9 +30,9 @@ | ||
| 59 | 30 | padding: 8px 0; |
| 60 | 31 | text-align: center; |
| 61 | 32 | } |
| 62 | 33 | #wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon { |
| 63 | - background: url("../images/icon_16_single.png") no-repeat scroll center center transparent; | |
| 34 | + background: url("../bws_menu/images/icon_16_single.png") no-repeat scroll center center transparent; | |
| 64 | 35 | float: left; |
| 65 | 36 | position: relative; |
| 66 | 37 | width: 16px; |
| 67 | 38 | height: 16px; |
| @@ -94,5 +65,5 @@ | ||
| 94 | 65 | padding: 10px; |
| 95 | 66 | } |
| 96 | 67 | .pdfprnt_settings_table td select { |
| 97 | 68 | min-width: 210px; |
| 98 | -} | |
| 69 | +} | |