| @@ -18,24 +18,8 @@ | ||
| 18 | 18 | .pdfprnt-left a, |
| 19 | 19 | .pdfprnt-right a { |
| 20 | 20 | padding: 0 5px; |
| 21 | 21 | } |
| 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 | 22 | #wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li { |
| 39 | 23 | cursor: pointer; |
| 40 | 24 | } |
| 41 | 25 | #wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a { |
| @@ -52,8 +36,13 @@ | ||
| 52 | 36 | margin: 6px 6px 0 0; |
| 53 | 37 | } |
| 54 | 38 | |
| 55 | 39 | /* PDF-Print settings .form-table */ |
| 40 | +.pdfprnt_explanation { | |
| 41 | + color: #888; | |
| 42 | + font-size: 10px; | |
| 43 | + display: block; | |
| 44 | +} | |
| 56 | 45 | .pdfprnt_settings_table td div { |
| 57 | 46 | float: left; |
| 58 | 47 | text-align: center; |
| 59 | 48 | margin: 0 5px; |
| @@ -68,31 +57,6 @@ | ||
| 68 | 57 | vertical-align: top; |
| 69 | 58 | padding: 10px; |
| 70 | 59 | } |
| 71 | 60 | .pdfprnt_settings_table td select { |
| 72 | - min-width: 210px; | |
| 73 | -} | |
| 74 | -.pdfprnt_buttons { | |
| 75 | - width: auto !important; | |
| 76 | -} | |
| 77 | -.pdfprnt_label { | |
| 78 | - display: none; | |
| 79 | -} | |
| 80 | -.pdfprnt_info { | |
| 81 | - color: #888; | |
| 82 | - font-size: 10px; | |
| 83 | -} | |
| 84 | -.pdfprnt_loader { | |
| 85 | - position: absolute; | |
| 86 | - display: none; | |
| 87 | -} | |
| 88 | -@media only screen and ( max-width: 785px ) { | |
| 89 | - .pdfprnt_label { | |
| 90 | - display: inline; | |
| 91 | - } | |
| 92 | - .pdfprnt_position_buttton .pdfprnt_label { | |
| 93 | - display: block; | |
| 94 | - } | |
| 95 | - .pdfprnt_table_head { | |
| 96 | - display: none; | |
| 97 | - } | |
| 98 | -} | |
| 61 | + width: 190px; | |
| 62 | +} | |