PluginProbe
WP Ultimate Post Grid / 2.3
WP Ultimate Post Grid v2.3
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.css

admin_form.css in WP Ultimate Post Grid 2.3, at css/admin_form.css

108 lines 2.8 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 .select2wpupg li {
5 margin-bottom: 0; }
6 .select2wpupg li input {
7 margin: 0;
8 padding: 0; }
9
10 #wpupg_no_taxonomies {
11 text-align: center; }
12
13 .wpupg_form {
14 width: 100%;
15 border-collapse: collapse; }
16 .wpupg_form .wpupg_label_prefix {
17 float: left;
18 font-weight: bold; }
19 .wpupg_form td {
20 vertical-align: middle;
21 height: 45px; }
22 .wpupg_form td:nth-child(1) {
23 width: 20%;
24 text-align: right; }
25 .wpupg_form td:nth-child(2) {
26 width: 50%;
27 padding: 0 10px; }
28 .wpupg_form td:nth-child(2) input[type="text"], .wpupg_form td:nth-child(2) select {
29 width: 100%; }
30 .wpupg_form td:nth-child(2) .noUi-target {
31 margin: 0 10px; }
32 .wpupg_form td:nth-child(2) .noUi-handle {
33 background-color: #aaa; }
34 .wpupg_form td:nth-child(3) {
35 width: 30%;
36 font-size: 12px;
37 color: #666; }
38 .wpupg_form td:nth-child(3) input[type="text"] {
39 width: 50px; }
40 .wpupg_form .wpupg_divider td {
41 border-top: 1px solid #ddd; }
42 .wpupg_form .wpupg_radiobuttons td {
43 vertical-align: top;
44 padding-top: 10px;
45 padding-bottom: 10px; }
46 .wpupg_form .wpupg_radiobuttons td input[type="radio"] {
47 margin: 0 5px 5px 0; }
48 .wpupg_form .wpupg_radiobuttons td label {
49 vertical-align: top; }
50 .wpupg_form .wp-color-result {
51 margin: 0; }
52 .wpupg_form .wp-picker-clear {
53 display: none; }
54 .wpupg_form .wp-picker-holder {
55 z-index: 10;
56 position: absolute; }
57
58 #wpupg_form_isotope_filter_style td,
59 #wpupg_form_pagination_style td {
60 width: 30%;
61 font-size: 13px;
62 color: #444;
63 text-align: left; }
64 #wpupg_form_isotope_filter_style td:nth-child(1),
65 #wpupg_form_pagination_style td:nth-child(1) {
66 width: 10%; }
67
68 #wpupg_form_limit_posts thead {
69 font-weight: bold; }
70
71 #wpupg_form_limit_posts #wpupg_rule_placeholder {
72 display: none; }
73
74 #wpupg_form_limit_posts td {
75 text-align: left;
76 clear: both; }
77 #wpupg_form_limit_posts td .rule_container_wpupg_general_date {
78 width: 50%;
79 float: left; }
80 #wpupg_form_limit_posts td:nth-child(3) {
81 width: 25%; }
82 #wpupg_form_limit_posts td:nth-child(4) {
83 width: 5%;
84 text-align: center;
85 line-height: 18px; }
86 #wpupg_form_limit_posts td:nth-child(4) .wpupg_rule_delete {
87 cursor: pointer; }
88
89 #wpupg_add_rule {
90 color: #00aa00;
91 font-weight: bold; }
92 #wpupg_add_rule:hover, #wpupg_add_rule:active, #wpupg_add_rule:visited {
93 color: #00aa00;
94 text-decoration: none; }
95
96 .wpupg_filter_preview {
97 border-top: 1px dashed #999;
98 border-bottom: 1px dashed #999; }
99
100 #wpupg_meta_box_premium_only {
101 display: none;
102 background-color: #FFCCCC;
103 border-color: #CC0000; }
104 #wpupg_meta_box_premium_only .handlediv {
105 color: #CC0000; }
106 #wpupg_meta_box_premium_only .hndle {
107 border-bottom-color: #FF9999; }
108