PluginProbe
WP Ultimate Post Grid / 2.4.0
WP Ultimate Post Grid v2.4.0
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.4.0, at css/admin_form.scss

187 lines 2.5 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_form_limit_terms {
145 thead {
146 font-weight: bold;
147 }
148
149 td {
150 text-align: left;
151 clear: both;
152 width: 75%;
153
154 &:nth-child(2) {
155 width: 25%;
156 }
157 }
158 }
159
160 #wpupg_add_rule {
161 color: #00aa00;
162 font-weight: bold;
163
164 &:hover, &:active, &:visited {
165 color: #00aa00;
166 text-decoration: none;
167 }
168 }
169
170 .wpupg_filter_preview {
171 border-top: 1px dashed #999;
172 border-bottom: 1px dashed #999;
173 }
174
175 #wpupg_meta_box_premium_only {
176 display: none;
177 background-color: #FFCCCC;
178 border-color: #CC0000;
179
180 .handlediv {
181 color: #CC0000;
182 }
183
184 .hndle {
185 border-bottom-color: #FF9999;
186 }
187 }