PluginProbe
Gridable / 1.2.0
Gridable v1.2.0
1.2.12 1.2.11 trunk 0.1.0 0.5.0 1.0.0 1.1.0 1.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9
gridable / admin / css / admin-style.css

admin-style.css in Gridable 1.2.0, at admin/css/admin-style.css

26 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** All of the CSS for your admin-specific functionality should be included in this file. */
2 .gridable-ui-content { width: 600px; left: 0; margin: 0 auto; }
3 .gridable-ui-content .gridable-attribute-field { padding: 5px 10px; position: relative; max-width: 600px; margin: 0 auto; }
4
5 .select2-container--gridable { z-index: 999999; }
6
7 .gridable-ui-content .setting .name { padding: 18px 0; }
8 .gridable-ui-content .setting .select2-container--gridable { float: none; height: 34px; }
9 .gridable-ui-content .setting .select2-container--gridable .selection { padding: 0; }
10 .gridable-ui-content .setting .select2-container--gridable .select2-selection.select2-selection--single { background: #fff; border: 1px solid #aaa; border-radius: 4px; min-width: 170px; padding: 0; outline: 0; height: 34px; }
11 .gridable-ui-content .setting .select2-container--gridable .select2-selection.select2-selection--single .select2-selection__rendered { width: 100%; text-align: left; height: 32px; display: block; }
12
13 .gridable-setting { min-height: 40px; }
14 .gridable-setting .wp-picker-container { left: 35%; top: 25px; width: 260px; position: absolute; }
15 .gridable-setting .wp-picker-container span { float: none; min-height: auto; padding-top: 0; }
16 .gridable-setting .wp-picker-container .wp-color-result { left: 0; right: auto; border-bottom: 1px solid #ddd; }
17 .gridable-setting .wp-picker-container .wp-color-result:hover { border-bottom: 1px solid #999; }
18 .gridable-setting .wp-picker-container .wp-picker-input-wrap { padding-left: 115px; }
19
20 .gridable-attribute-field .checkbox input[type=checkbox] { margin-top: 17px; }
21
22 html #wpcontent, html #wpfooter, html #poststuff #post-body.columns-2 { transition: margin .3s ease-out; }
23 html .wp-editor-expand div.mce-toolbar-grp, html .wp-editor-expand #wp-content-editor-tools { transition: width .3s ease-out; }
24 html .focus-on #wpcontent, html .focus-on #wpfooter { margin-left: 0; }
25 html .focus-on #poststuff #post-body.columns-2 { margin-right: 0; }
26