| @@ -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 | #wp-admin-bar-pdfprnt-bar-menu-default li { |
| 47 | 23 | cursor: pointer; |
| 48 | 24 | } |
| 49 | 25 | #wp-admin-bar-pdfprnt-bar-menu-default li:hover { |
| @@ -67,8 +43,13 @@ | ||
| 67 | 43 | /* PDF-Print settings .form-table */ |
| 68 | 44 | #pdfprnt_settings_form th { |
| 69 | 45 | padding: 10px; |
| 70 | 46 | } |
| 47 | +.pdfprnt_explanation { | |
| 48 | + color: #888; | |
| 49 | + font-size: 10px; | |
| 50 | + display: block; | |
| 51 | +} | |
| 71 | 52 | .pdfprnt_settings_table td div { |
| 72 | 53 | float: left; |
| 73 | 54 | text-align: center; |
| 74 | 55 | margin: 0 5px; |
| @@ -84,30 +65,5 @@ | ||
| 84 | 65 | padding: 10px; |
| 85 | 66 | } |
| 86 | 67 | .pdfprnt_settings_table td select { |
| 87 | 68 | min-width: 210px; |
| 88 | -} | |
| 89 | -.pdfprnt_buttons { | |
| 90 | - width: auto !important; | |
| 91 | -} | |
| 92 | -.pdfprnt_label { | |
| 93 | - display: none; | |
| 94 | -} | |
| 95 | -.pdfprnt_info { | |
| 96 | - color: #888; | |
| 97 | - font-size: 10px; | |
| 98 | -} | |
| 99 | -.pdfprnt_loader { | |
| 100 | - position: absolute; | |
| 101 | - display: none; | |
| 102 | -} | |
| 103 | -@media only screen and ( max-width: 785px ) { | |
| 104 | - .pdfprnt_label { | |
| 105 | - display: inline; | |
| 106 | - } | |
| 107 | - .pdfprnt_position_buttton .pdfprnt_label { | |
| 108 | - display: block; | |
| 109 | - } | |
| 110 | - .pdfprnt_table_head { | |
| 111 | - display: none; | |
| 112 | - } | |
| 113 | -} | |
| 69 | +} | |