admin.scss in WP Ultimate Post Grid 2.8.2, at assets/css/admin/admin.scss
| 1 | #qt_content_wpupg_shortcode_generator { |
| 2 | width: 26px; |
| 3 | } |
| 4 | |
| 5 | .select2-drop { |
| 6 | z-index: 150008 !important; |
| 7 | } |
| 8 | |
| 9 | #wpupg_shortcode_generator_modal { |
| 10 | z-index: 150000 !important; |
| 11 | } |
| 12 | |
| 13 | .wpupg_notice { |
| 14 | .wpupg_notice_dismiss { |
| 15 | margin-top: 8px; |
| 16 | float: right; |
| 17 | } |
| 18 | |
| 19 | h3 { |
| 20 | margin-top: 5px; |
| 21 | margin-bottom: 10px; |
| 22 | } |
| 23 | |
| 24 | p { |
| 25 | max-width: 600px; |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | .wpupg_license { |
| 30 | width: 100%; |
| 31 | |
| 32 | th, td { |
| 33 | vertical-align: middle; |
| 34 | } |
| 35 | |
| 36 | .license_button { |
| 37 | float: right; |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | .wpupg_form { |
| 42 | width: 100%; |
| 43 | border-collapse: collapse; |
| 44 | |
| 45 | td { |
| 46 | vertical-align: middle; |
| 47 | height: 45px; |
| 48 | |
| 49 | &:nth-child(1) { |
| 50 | width: 20%; |
| 51 | text-align: right; |
| 52 | } |
| 53 | |
| 54 | &:nth-child(2) { |
| 55 | width: 50%; |
| 56 | padding: 0 10px; |
| 57 | |
| 58 | input[type="text"]="text""], select { |
| 59 | width: 100%; |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | &:nth-child(3) { |
| 64 | width: 30%; |
| 65 | font-size: 12px; |
| 66 | color: #666; |
| 67 | |
| 68 | input[type="text"]="text""] { |
| 69 | width: 50px; |
| 70 | } |
| 71 | } |
| 72 | } |
| 73 | } |