| @@ -1,8 +1,7 @@ | ||
| 1 | 1 | /* PDF-Print settings */ |
| 2 | 2 | .pdfprnt-top-left, |
| 3 | 3 | .pdfprnt-bottom-left, |
| 4 | -.pdfprnt-top-bottom-left, | |
| 5 | 4 | .pdfprnt-left { |
| 6 | 5 | text-align: left; |
| 7 | 6 | padding: 5px; |
| 8 | 7 | } |
| @@ -7,9 +6,8 @@ | ||
| 7 | 6 | padding: 5px; |
| 8 | 7 | } |
| 9 | 8 | .pdfprnt-top-right, |
| 10 | 9 | .pdfprnt-bottom-right, |
| 11 | -.pdfprnt-top-bottom-right, | |
| 12 | 10 | .pdfprnt-right { |
| 13 | 11 | text-align: right; |
| 14 | 12 | padding: 5px; |
| 15 | 13 | } |
| @@ -16,34 +14,12 @@ | ||
| 16 | 14 | .pdfprnt-top-left a, |
| 17 | 15 | .pdfprnt-bottom-left a, |
| 18 | 16 | .pdfprnt-top-right a, |
| 19 | 17 | .pdfprnt-bottom-right a, |
| 20 | -.pdfprnt-top-bottom-right a, | |
| 21 | -.pdfprnt-top-bottom-left a, | |
| 22 | 18 | .pdfprnt-left a, |
| 23 | 19 | .pdfprnt-right a { |
| 24 | 20 | padding: 0 5px; |
| 25 | 21 | } |
| 26 | -.entry-content .pdfprnt-top-left a, | |
| 27 | -.entry-content .pdfprnt-bottom-left a, | |
| 28 | -.entry-content .pdfprnt-top-right a, | |
| 29 | -.entry-content .pdfprnt-bottom-right a, | |
| 30 | -.entry-content .pdfprnt-top-bottom-right a, | |
| 31 | -.entry-content .pdfprnt-top-bottom-left a, | |
| 32 | -.entry-content .pdfprnt-left a, | |
| 33 | -.entry-content .pdfprnt-right a { | |
| 34 | - border-bottom: none; | |
| 35 | -} | |
| 36 | -.entry-content .pdfprnt-top-left a img, | |
| 37 | -.entry-content .pdfprnt-bottom-left a img, | |
| 38 | -.entry-content .pdfprnt-top-right a img, | |
| 39 | -.entry-content .pdfprnt-bottom-right a img, | |
| 40 | -.entry-content .pdfprnt-top-bottom-right a img, | |
| 41 | -.entry-content .pdfprnt-top-bottom-left a img, | |
| 42 | -.entry-content .pdfprnt-left a img, | |
| 43 | -.entry-content .pdfprnt-right a img { | |
| 44 | - display: inline; | |
| 45 | -} | |
| 46 | 22 | #wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li { |
| 47 | 23 | cursor: pointer; |
| 48 | 24 | } |
| 49 | 25 | #wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a { |
| @@ -60,8 +36,13 @@ | ||
| 60 | 36 | margin: 6px 6px 0 0; |
| 61 | 37 | } |
| 62 | 38 | |
| 63 | 39 | /* PDF-Print settings .form-table */ |
| 40 | +.pdfprnt_explanation { | |
| 41 | + color: #888; | |
| 42 | + font-size: 10px; | |
| 43 | + display: block; | |
| 44 | +} | |
| 64 | 45 | .pdfprnt_settings_table td div { |
| 65 | 46 | float: left; |
| 66 | 47 | text-align: center; |
| 67 | 48 | margin: 0 5px; |
| @@ -76,31 +57,6 @@ | ||
| 76 | 57 | vertical-align: top; |
| 77 | 58 | padding: 10px; |
| 78 | 59 | } |
| 79 | 60 | .pdfprnt_settings_table td select { |
| 80 | - min-width: 210px; | |
| 81 | -} | |
| 82 | -.pdfprnt_buttons { | |
| 83 | - width: auto !important; | |
| 84 | -} | |
| 85 | -.pdfprnt_label { | |
| 86 | - display: none; | |
| 87 | -} | |
| 88 | -.pdfprnt_info { | |
| 89 | - color: #888; | |
| 90 | - font-size: 10px; | |
| 91 | -} | |
| 92 | -.pdfprnt_loader { | |
| 93 | - position: absolute; | |
| 94 | - display: none; | |
| 95 | -} | |
| 96 | -@media only screen and ( max-width: 785px ) { | |
| 97 | - .pdfprnt_label { | |
| 98 | - display: inline; | |
| 99 | - } | |
| 100 | - .pdfprnt_position_buttton .pdfprnt_label { | |
| 101 | - display: block; | |
| 102 | - } | |
| 103 | - .pdfprnt_table_head { | |
| 104 | - display: none; | |
| 105 | - } | |
| 106 | -} | |
| 61 | + width: 190px; | |
| 62 | +} | |