admin.scss in WP Ultimate Post Grid 1.8, at css/admin.scss
| 1 | #qt_content_wpupg_shortcode_generator { |
| 2 | width: 26px; |
| 3 | } |
| 4 | |
| 5 | .reveal-modal { |
| 6 | z-index: 99999 !important; |
| 7 | } |
| 8 | |
| 9 | .wpupg_notice { |
| 10 | .wpupg_notice_dismiss { |
| 11 | margin-top: 8px; |
| 12 | float: right; |
| 13 | } |
| 14 | |
| 15 | h3 { |
| 16 | margin-top: 5px; |
| 17 | margin-bottom: 10px; |
| 18 | } |
| 19 | |
| 20 | p { |
| 21 | max-width: 600px; |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | .wpupg_license { |
| 26 | width: 100%; |
| 27 | |
| 28 | th, td { |
| 29 | vertical-align: middle; |
| 30 | } |
| 31 | |
| 32 | .license_button { |
| 33 | float: right; |
| 34 | } |
| 35 | } |