admin.css
92 lines
| 1 | /* Post Views Counter settings */ |
| 2 | .post-views-counter-settings { |
| 3 | margin-right: 300px; |
| 4 | } |
| 5 | |
| 6 | .post-views-counter-settings form { |
| 7 | float: left; |
| 8 | min-width: 463px; |
| 9 | width: auto; |
| 10 | } |
| 11 | |
| 12 | .post-views-counter-settings fieldset .description { |
| 13 | font-size: 13px; |
| 14 | margin-bottom: 8px; |
| 15 | margin-top: 4px; |
| 16 | display: block; |
| 17 | } |
| 18 | |
| 19 | .post-views-counter-settings .chosen-container { |
| 20 | margin: 0.25em 0 0.5em; |
| 21 | } |
| 22 | |
| 23 | .post-views-counter-settings .chosen-container-multi .chosen-choices li.search-field input[type="text"] { |
| 24 | font-family: inherit; |
| 25 | height: inherit; |
| 26 | line-height: 1em; |
| 27 | margin: 0; |
| 28 | } |
| 29 | |
| 30 | .post-views-counter-settings p.help, .post-views-counter-settings p.description, .post-views-counter-settings span.description { |
| 31 | font-size: 13px; |
| 32 | font-style: italic; |
| 33 | } |
| 34 | |
| 35 | .post-views-counter-settings div.ip-box { |
| 36 | margin-bottom: 3px; |
| 37 | } |
| 38 | |
| 39 | .df-credits { |
| 40 | float: right; |
| 41 | width: 280px; |
| 42 | background: #fff; |
| 43 | margin: 20px -300px 20px 20px; |
| 44 | position: relative; |
| 45 | box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); |
| 46 | } |
| 47 | |
| 48 | .df-credits .inner { |
| 49 | padding-left: 10px; |
| 50 | padding-right: 10px; |
| 51 | } |
| 52 | |
| 53 | .df-credits h3 { |
| 54 | font-size: 14px; |
| 55 | line-height: 1.4; |
| 56 | margin: 0; |
| 57 | padding: 8px 12px; |
| 58 | border-bottom: 1px solid #eee; |
| 59 | } |
| 60 | |
| 61 | .df-credits .df-link { |
| 62 | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 63 | font-style: italic; |
| 64 | padding-bottom: 10px; |
| 65 | margin: 0; |
| 66 | } |
| 67 | |
| 68 | .df-credits .df-link a { |
| 69 | vertical-align: middle; |
| 70 | padding: 5px 0 0 4px; |
| 71 | } |
| 72 | |
| 73 | .df-credits hr { |
| 74 | border: solid #eee; |
| 75 | border-width: 1px 0 0; |
| 76 | clear: both; |
| 77 | height: 0; |
| 78 | } |
| 79 | |
| 80 | /* Single post edit screen */ |
| 81 | #misc-publishing-actions #post-views #post-views-display:before { |
| 82 | display: inline-block; |
| 83 | font: 400 20px/1 dashicons; |
| 84 | left: -1px; |
| 85 | padding: 0 2px 0 0; |
| 86 | position: relative; |
| 87 | text-decoration: none !important; |
| 88 | vertical-align: top; |
| 89 | color: #888; |
| 90 | content: "\f185"; |
| 91 | top: -1px; |
| 92 | } |