| @@ -1,4 +1,39 @@ | ||
| 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 | +} | |
| 1 | 36 | /* PDF-Print settings */ |
| 2 | 37 | .pdfprnt-top-left, |
| 3 | 38 | .pdfprnt-bottom-left, |
| 4 | 39 | .pdfprnt-left { |
| @@ -18,48 +53,29 @@ | ||
| 18 | 53 | .pdfprnt-left a, |
| 19 | 54 | .pdfprnt-right a { |
| 20 | 55 | padding: 0 5px; |
| 21 | 56 | } |
| 22 | -.entry-content .pdfprnt-top-left a, | |
| 23 | -.entry-content .pdfprnt-bottom-left a, | |
| 24 | -.entry-content .pdfprnt-top-right a, | |
| 25 | -.entry-content .pdfprnt-bottom-right a, | |
| 26 | -.entry-content .pdfprnt-left a, | |
| 27 | -.entry-content .pdfprnt-right a { | |
| 28 | - border-bottom: none; | |
| 29 | -} | |
| 30 | -.entry-content .pdfprnt-top-left a img, | |
| 31 | -.entry-content .pdfprnt-bottom-left a img, | |
| 32 | -.entry-content .pdfprnt-top-right a img, | |
| 33 | -.entry-content .pdfprnt-bottom-right a img, | |
| 34 | -.entry-content .pdfprnt-left a img, | |
| 35 | -.entry-content .pdfprnt-right a img { | |
| 36 | - display: inline; | |
| 37 | -} | |
| 38 | -#wp-admin-bar-pdfprnt-bar-menu-default li { | |
| 39 | - cursor: pointer; | |
| 40 | -} | |
| 41 | -#wp-admin-bar-pdfprnt-bar-menu-default li:hover { | |
| 42 | - background-color: #2E9EC7 !important; | |
| 43 | -} | |
| 44 | -#wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a { | |
| 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 { | |
| 45 | 60 | height: auto; |
| 46 | - padding: 8px 0; | |
| 61 | + padding: 8px 0 0 0; | |
| 47 | 62 | text-align: center; |
| 48 | 63 | } |
| 49 | 64 | #wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon { |
| 50 | - background: url("../bws_menu/images/icon_16_single.png") no-repeat scroll center center transparent; | |
| 65 | + background: url("../images/icon_16.png") no-repeat scroll center center transparent; | |
| 51 | 66 | float: left; |
| 52 | 67 | position: relative; |
| 53 | 68 | width: 16px; |
| 54 | 69 | height: 16px; |
| 55 | 70 | margin: 6px 6px 0 0; |
| 56 | - opacity: 0.7; | |
| 57 | 71 | } |
| 58 | 72 | |
| 59 | 73 | /* PDF-Print settings .form-table */ |
| 60 | -#pdfprnt_settings_form th { | |
| 61 | - padding: 10px; | |
| 74 | +.pdfprnt_explanation { | |
| 75 | + color: #888; | |
| 76 | + font-size: 10px; | |
| 77 | + display: block; | |
| 62 | 78 | } |
| 63 | 79 | .pdfprnt_settings_table td div { |
| 64 | 80 | float: left; |
| 65 | 81 | text-align: center; |
| @@ -75,31 +91,6 @@ | ||
| 75 | 91 | vertical-align: top; |
| 76 | 92 | padding: 10px; |
| 77 | 93 | } |
| 78 | 94 | .pdfprnt_settings_table td select { |
| 79 | - min-width: 210px; | |
| 80 | -} | |
| 81 | -.pdfprnt_buttons { | |
| 82 | - width: auto !important; | |
| 83 | -} | |
| 84 | -.pdfprnt_label { | |
| 85 | - display: none; | |
| 86 | -} | |
| 87 | -.pdfprnt_info { | |
| 88 | - color: #888; | |
| 89 | - font-size: 10px; | |
| 90 | -} | |
| 91 | -.pdfprnt_loader { | |
| 92 | - position: absolute; | |
| 93 | - display: none; | |
| 94 | -} | |
| 95 | -@media only screen and ( max-width: 785px ) { | |
| 96 | - .pdfprnt_label { | |
| 97 | - display: inline; | |
| 98 | - } | |
| 99 | - .pdfprnt_position_buttton .pdfprnt_label { | |
| 100 | - display: block; | |
| 101 | - } | |
| 102 | - .pdfprnt_table_head { | |
| 103 | - display: none; | |
| 104 | - } | |
| 105 | -} | |
| 95 | + width: 190px; | |
| 96 | +} | |