PluginProbe
WP Ultimate Post Grid / 2.2
WP Ultimate Post Grid v2.2
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / css / admin_form.scss

admin_form.scss in WP Ultimate Post Grid 2.2, at css/admin_form.scss

171 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .post-type-wpupg_grid #titlediv .inside {
2 display: none;
3 }
4
5 .select2wpupg {
6 li {
7 margin-bottom: 0;
8 input {
9 margin: 0;
10 padding: 0;
11 }
12 }
13 }
14
15 #wpupg_no_taxonomies {
16 text-align: center;
17 }
18
19 .wpupg_form {
20 width: 100%;
21 border-collapse: collapse;
22
23 .wpupg_label_prefix {
24 float: left;
25 font-weight: bold;
26 }
27
28 td {
29 vertical-align: middle;
30 height: 45px;
31
32 &:nth-child(1) {
33 width: 20%;
34 text-align: right;
35 }
36
37 &:nth-child(2) {
38 width: 50%;
39 padding: 0 10px;
40
41 input[type="text"]="text""], select {
42 width: 100%;
43 }
44
45 .noUi-target {
46 margin: 0 10px;
47 }
48
49 .noUi-handle {
50 background-color: #aaa;
51 }
52 }
53
54 &:nth-child(3) {
55 width: 30%;
56 font-size: 12px;
57 color: #666;
58
59 input[type="text"]="text""] {
60 width: 50px;
61 }
62 }
63 }
64
65 .wpupg_divider td {
66 border-top: 1px solid #ddd;
67 }
68
69 .wpupg_radiobuttons td {
70 vertical-align: top;
71 padding-top: 10px;
72 padding-bottom: 10px;
73
74 input[type="radio"]="radio""] {
75 margin: 0 5px 5px 0;
76 }
77
78 label {
79 vertical-align: top;
80 }
81 }
82
83 .wp-color-result {
84 margin: 0;
85 }
86
87 .wp-picker-clear {
88 display: none;
89 }
90
91 .wp-picker-holder {
92 z-index: 10;
93 position: absolute;
94 }
95 }
96
97 #wpupg_form_isotope_filter_style,
98 #wpupg_form_pagination_style {
99 td {
100 width: 30%;
101 font-size: 13px;
102 color: #444;
103 text-align: left;
104
105 &:nth-child(1) {
106 width: 10%;
107 }
108 }
109 }
110
111 #wpupg_form_limit_posts {
112 thead {
113 font-weight: bold;
114 }
115
116 #wpupg_rule_placeholder {
117 display: none;
118 }
119
120 td {
121 text-align: left;
122 clear: both;
123
124 .rule_container_wpupg_general_date {
125 width: 50%;
126 float: left;
127 }
128
129 &:nth-child(3) {
130 width: 25%;
131 }
132 &:nth-child(4) {
133 width: 5%;
134 text-align: center;
135 line-height: 18px;
136
137 .wpupg_rule_delete {
138 cursor: pointer;
139 }
140 }
141 }
142 }
143
144 #wpupg_add_rule {
145 color: #00aa00;
146 font-weight: bold;
147
148 &:hover, &:active, &:visited {
149 color: #00aa00;
150 text-decoration: none;
151 }
152 }
153
154 .wpupg_filter_preview {
155 border-top: 1px dashed #999;
156 border-bottom: 1px dashed #999;
157 }
158
159 #wpupg_meta_box_premium_only {
160 display: none;
161 background-color: #FFCCCC;
162 border-color: #CC0000;
163
164 .handlediv {
165 color: #CC0000;
166 }
167
168 .hndle {
169 border-bottom-color: #FF9999;
170 }
171 }