| 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 |
/* PDF-Print settings */ |
| 37 |
.pdfprnt-top-left, |
| 38 |
.pdfprnt-bottom-left, |
| 39 |
.pdfprnt-left { |
| 40 |
text-align: left; |
| 41 |
padding: 5px; |
| 42 |
} |
| 43 |
.pdfprnt-top-right, |
| 44 |
.pdfprnt-bottom-right, |
| 45 |
.pdfprnt-right { |
| 46 |
text-align: right; |
| 47 |
padding: 5px; |
| 48 |
} |
| 49 |
.pdfprnt-top-left a, |
| 50 |
.pdfprnt-bottom-left a, |
| 51 |
.pdfprnt-top-right a, |
| 52 |
.pdfprnt-bottom-right a, |
| 53 |
.pdfprnt-left a, |
| 54 |
.pdfprnt-right a { |
| 55 |
padding: 0 5px; |
| 56 |
} |
| 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 { |
| 60 |
height: auto; |
| 61 |
padding: 8px 0 0 0; |
| 62 |
text-align: center; |
| 63 |
} |
| 64 |
#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; |
| 66 |
float: left; |
| 67 |
position: relative; |
| 68 |
width: 16px; |
| 69 |
height: 16px; |
| 70 |
margin: 6px 6px 0 0; |
| 71 |
} |
| 72 |
|
| 73 |
/* PDF-Print settings .form-table */ |
| 74 |
.pdfprnt_explanation { |
| 75 |
color: #888; |
| 76 |
font-size: 10px; |
| 77 |
display: block; |
| 78 |
} |
| 79 |
.pdfprnt_settings_table td div { |
| 80 |
float: left; |
| 81 |
text-align: center; |
| 82 |
margin: 0 5px; |
| 83 |
} |
| 84 |
.pdfprnt_settings_table td div img { |
| 85 |
border:1px solid #777; |
| 86 |
display:block; |
| 87 |
width: 80px; |
| 88 |
height: 100px; |
| 89 |
} |
| 90 |
.pdfprnt_settings_table td { |
| 91 |
vertical-align: top; |
| 92 |
padding: 10px; |
| 93 |
} |
| 94 |
.pdfprnt_settings_table td select { |
| 95 |
width: 190px; |
| 96 |
} |