| @@ -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 { |
| @@ -72,4 +56,7 @@ | ||
| 72 | 56 | .pdfprnt_settings_table td { |
| 73 | 57 | vertical-align: top; |
| 74 | 58 | padding: 10px; |
| 75 | 59 | } |
| 60 | +.pdfprnt_settings_table td select { | |
| 61 | + width: 190px; | |
| 62 | +} | |