| @@ -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 | #wp-admin-bar-pdfprnt-bar-menu-default li { |
| 39 | 23 | cursor: pointer; |
| 40 | 24 | } |
| 41 | 25 | #wp-admin-bar-pdfprnt-bar-menu-default li:hover { |
| @@ -59,8 +43,13 @@ | ||
| 59 | 43 | /* PDF-Print settings .form-table */ |
| 60 | 44 | #pdfprnt_settings_form th { |
| 61 | 45 | padding: 10px; |
| 62 | 46 | } |
| 47 | +.pdfprnt_explanation { | |
| 48 | + color: #888; | |
| 49 | + font-size: 10px; | |
| 50 | + display: block; | |
| 51 | +} | |
| 63 | 52 | .pdfprnt_settings_table td div { |
| 64 | 53 | float: left; |
| 65 | 54 | text-align: center; |
| 66 | 55 | margin: 0 5px; |
| @@ -76,30 +65,5 @@ | ||
| 76 | 65 | padding: 10px; |
| 77 | 66 | } |
| 78 | 67 | .pdfprnt_settings_table td select { |
| 79 | 68 | 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 | -} | |
| 69 | +} | |