| @@ -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 { |
| @@ -47,22 +18,27 @@ | ||
| 47 | 18 | .pdfprnt-left a, |
| 48 | 19 | .pdfprnt-right a { |
| 49 | 20 | padding: 0 5px; |
| 50 | 21 | } |
| 51 | -#wpadminbar li#wp-admin-bar-pdfprnt-template-1 a, | |
| 52 | -#wpadminbar li#wp-admin-bar-pdfprnt-template-2 a, | |
| 53 | -#wpadminbar li#wp-admin-bar-pdfprnt-template-3 a { | |
| 22 | +#wp-admin-bar-pdfprnt-bar-menu-default li { | |
| 23 | + cursor: pointer; | |
| 24 | +} | |
| 25 | +#wp-admin-bar-pdfprnt-bar-menu-default li:hover { | |
| 26 | + background-color: #2E9EC7 !important; | |
| 27 | +} | |
| 28 | +#wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a { | |
| 54 | 29 | height: auto; |
| 55 | - padding: 8px 0 0 0; | |
| 30 | + padding: 8px 0; | |
| 56 | 31 | text-align: center; |
| 57 | 32 | } |
| 58 | 33 | #wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon { |
| 59 | - background: url("../images/icon_16.png") no-repeat scroll center center transparent; | |
| 34 | + background: url("../bws_menu/images/icon_16_single.png") no-repeat scroll center center transparent; | |
| 60 | 35 | float: left; |
| 61 | 36 | position: relative; |
| 62 | 37 | width: 16px; |
| 63 | 38 | height: 16px; |
| 64 | 39 | margin: 6px 6px 0 0; |
| 40 | + opacity: 0.7; | |
| 65 | 41 | } |
| 66 | 42 | |
| 67 | 43 | /* PDF-Print settings .form-table */ |
| 68 | 44 | #pdfprnt_settings_form th { |
| @@ -89,5 +65,5 @@ | ||
| 89 | 65 | padding: 10px; |
| 90 | 66 | } |
| 91 | 67 | .pdfprnt_settings_table td select { |
| 92 | 68 | min-width: 210px; |
| 93 | -} | |
| 69 | +} | |