| @@ -1,39 +1,4 @@ | ||
| 1 | -#adminmenu #toplevel_page_bws_plugins div.wp-menu-image { | |
| 2 | - background: url("../images/icon_16.png") no-repeat scroll center center transparent; | |
| 3 | -} | |
| 4 | -#wpadminbar li#wp-admin-bar-pdfprnt-bar-menu a:hover span.admin-bar-menu-bws-icon { | |
| 5 | - background: url("../images/icon_16_c.png") no-repeat scroll center center transparent; | |
| 6 | -} | |
| 7 | -#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, | |
| 8 | -#adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image { | |
| 9 | - background: url("../images/icon_16_c.png") no-repeat scroll center center transparent; | |
| 10 | -} | |
| 11 | -.wrap #icon-options-general.icon32-bws { | |
| 12 | - background: url("../images/icon_36.png") no-repeat scroll left top transparent; | |
| 13 | -} | |
| 14 | -#toplevel_page_bws_plugins .wp-submenu .wp-first-item { | |
| 15 | - display: none; | |
| 16 | -} | |
| 17 | -.bws_system_info_meta_box { | |
| 18 | - width: 850px; | |
| 19 | -} | |
| 20 | -.bws_system_info_meta_box .hndle { | |
| 21 | - cursor: pointer !important; | |
| 22 | -} | |
| 23 | -.bws_system_info { | |
| 24 | - float: left; | |
| 25 | - margin-right: 10px; | |
| 26 | - width: 400px; | |
| 27 | -} | |
| 28 | -.bws_system_info th { | |
| 29 | - padding: 10px 0; | |
| 30 | - text-align: left; | |
| 31 | - width: 50%; | |
| 32 | -} | |
| 33 | -.bws_system_info tbody td { | |
| 34 | - border-bottom: 1px solid #DFDFDF; | |
| 35 | -} | |
| 36 | 1 | /* PDF-Print settings */ |
| 37 | 2 | .pdfprnt-top-left, |
| 38 | 3 | .pdfprnt-bottom-left, |
| 39 | 4 | .pdfprnt-left { |
| @@ -53,25 +18,33 @@ | ||
| 53 | 18 | .pdfprnt-left a, |
| 54 | 19 | .pdfprnt-right a { |
| 55 | 20 | padding: 0 5px; |
| 56 | 21 | } |
| 57 | -#wpadminbar li#wp-admin-bar-pdfprnt-template-1 a, | |
| 58 | -#wpadminbar li#wp-admin-bar-pdfprnt-template-2 a, | |
| 59 | -#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 { | |
| 60 | 29 | height: auto; |
| 61 | - padding: 8px 0 0 0; | |
| 30 | + padding: 8px 0; | |
| 62 | 31 | text-align: center; |
| 63 | 32 | } |
| 64 | 33 | #wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon { |
| 65 | - 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; | |
| 66 | 35 | float: left; |
| 67 | 36 | position: relative; |
| 68 | 37 | width: 16px; |
| 69 | 38 | height: 16px; |
| 70 | 39 | margin: 6px 6px 0 0; |
| 40 | + opacity: 0.7; | |
| 71 | 41 | } |
| 72 | 42 | |
| 73 | 43 | /* PDF-Print settings .form-table */ |
| 44 | +#pdfprnt_settings_form th { | |
| 45 | + padding: 10px; | |
| 46 | +} | |
| 74 | 47 | .pdfprnt_explanation { |
| 75 | 48 | color: #888; |
| 76 | 49 | font-size: 10px; |
| 77 | 50 | display: block; |
| @@ -91,6 +64,6 @@ | ||
| 91 | 64 | vertical-align: top; |
| 92 | 65 | padding: 10px; |
| 93 | 66 | } |
| 94 | 67 | .pdfprnt_settings_table td select { |
| 95 | - width: 190px; | |
| 68 | + min-width: 210px; | |
| 96 | 69 | } |