admin.scss in WP Ultimate Post Grid 2.2, at css/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 | } |