essential-widgets-admin.css in Essential Widgets 1.8, at admin/css/essential-widgets-admin.css
| 1 | /** |
| 2 | * All of the CSS for your admin-specific functionality should be |
| 3 | * included in this file. |
| 4 | */ |
| 5 | |
| 6 | .image-holder img { |
| 7 | max-width: 100%; |
| 8 | } |
| 9 | |
| 10 | .image-holder { |
| 11 | display: block; |
| 12 | } |
| 13 | |
| 14 | .upload-media-button.button.button-primary { |
| 15 | margin-top: 8px; |
| 16 | } |
| 17 | |
| 18 | .advanced-section { |
| 19 | display: none; |
| 20 | } |
| 21 | |
| 22 | .ect-more-text, |
| 23 | .more .ect-hide-text { |
| 24 | display: none; |
| 25 | } |
| 26 | .more .ect-more-text, |
| 27 | .ect-hide-text { |
| 28 | display: block; |
| 29 | } |