PluginProbe
Gridable / 1.2.4
Gridable v1.2.4
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.4, at admin/css/admin-style.css

75 lines 2.1 KB
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 .gridable-ui-content {
6 width: 600px;
7 left: 0;
8 margin: 0 auto; }
9 .gridable-ui-content .gridable-attribute-field {
10 padding: 5px 10px;
11 position: relative;
12 max-width: 600px;
13 margin: 0 auto; }
14
15 .select2-container--gridable {
16 z-index: 999999; }
17
18 .gridable-ui-content .setting .name {
19 padding: 18px 0; }
20
21 .gridable-ui-content .setting .select2-container--gridable {
22 float: none;
23 height: 34px; }
24 .gridable-ui-content .setting .select2-container--gridable .selection {
25 padding: 0; }
26 .gridable-ui-content .setting .select2-container--gridable .select2-selection.select2-selection--single {
27 background: #fff;
28 border: 1px solid #aaa;
29 border-radius: 4px;
30 min-width: 170px;
31 padding: 0;
32 outline: 0;
33 height: 34px; }
34 .gridable-ui-content .setting .select2-container--gridable .select2-selection.select2-selection--single .select2-selection__rendered {
35 width: 100%;
36 text-align: left;
37 height: 32px;
38 display: block; }
39
40 .gridable-setting {
41 min-height: 40px; }
42 .gridable-setting .wp-picker-container {
43 left: 35%;
44 top: 25px;
45 width: 260px;
46 position: absolute; }
47 .gridable-setting .wp-picker-container span {
48 float: none;
49 min-height: auto;
50 padding-top: 0; }
51 .gridable-setting .wp-picker-container .wp-color-result {
52 left: 0;
53 right: auto;
54 border-bottom: 1px solid #ddd; }
55 .gridable-setting .wp-picker-container .wp-color-result:hover {
56 border-bottom: 1px solid #999; }
57 .gridable-setting .wp-picker-container .wp-picker-input-wrap {
58 padding-left: 115px; }
59
60 .gridable-attribute-field .checkbox input[type=checkbox] {
61 margin-top: 17px; }
62
63 html #wpcontent, html #wpfooter, html #poststuff #post-body.columns-2 {
64 transition: margin .3s ease-out; }
65
66 html .wp-editor-expand div.mce-toolbar-grp,
67 html .wp-editor-expand #wp-content-editor-tools {
68 transition: width .3s ease-out; }
69
70 html .focus-on #wpcontent, html .focus-on #wpfooter {
71 margin-left: 0; }
72
73 html .focus-on #poststuff #post-body.columns-2 {
74 margin-right: 0; }
75