PluginProbe
Essential Widgets / 2.0
Essential Widgets v2.0
3.2.1 3.3 3.2 trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.3 1.4 1.4.1 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 1.9 2.0 2.1 2.2 All 31 releases
essential-widgets / admin / css / essential-widgets-admin.css

essential-widgets-admin.css in Essential Widgets 2.0, at admin/css/essential-widgets-admin.css

29 lines 399 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }