fontawesome
3 years ago
admin.css
2 years ago
chosen-sprite.png
9 years ago
chosen-sprite@2x.png
9 years ago
chosen.min.css
9 years ago
datepicker.css
5 years ago
index.php
8 years ago
mailin-front.css
7 years ago
push-admin.css
1 year ago
push-amp.css
1 year ago
select2.min.css
1 year ago
push-admin.css
32 lines
| 1 | /** |
| 2 | * Global Stylesheet. |
| 3 | * These styles are embedded into every WordPress admin page. |
| 4 | */ |
| 5 | |
| 6 | #sib_push_editor { |
| 7 | margin-top: 8px; |
| 8 | } |
| 9 | |
| 10 | #sib_push_editor .sib_push_target { |
| 11 | padding: 0 0 15px 25px; |
| 12 | } |
| 13 | |
| 14 | #sib_push_editor .sib_push_target input[type=search]::placeholder { |
| 15 | } |
| 16 | |
| 17 | #sib_push_editor label { |
| 18 | display: block; |
| 19 | } |
| 20 | |
| 21 | #sib_push_editor .sib_push_target label { |
| 22 | display: block; |
| 23 | } |
| 24 | |
| 25 | #sib_push_editor .sib_push_target .select2 { |
| 26 | min-width: 250px; |
| 27 | max-width: 400px; |
| 28 | } |
| 29 | |
| 30 | #sib_push_editor .sib_push_utm_summary a.sib_push_configure { |
| 31 | display: block; |
| 32 | } |