PluginProbe
WP Ultimate Post Grid / 1.7.1
WP Ultimate Post Grid v1.7.1
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 1.7.1, at css/admin_form.css

106 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 #wpupg_form_limit_posts #wpupg_rule_placeholder {
71 display: none; }
72 #wpupg_form_limit_posts td {
73 text-align: left;
74 clear: both; }
75 #wpupg_form_limit_posts td .rule_container_wpupg_general_date {
76 width: 50%;
77 float: left; }
78 #wpupg_form_limit_posts td:nth-child(3) {
79 width: 25%; }
80 #wpupg_form_limit_posts td:nth-child(4) {
81 width: 5%;
82 text-align: center;
83 line-height: 18px; }
84 #wpupg_form_limit_posts td:nth-child(4) .wpupg_rule_delete {
85 cursor: pointer; }
86
87 #wpupg_add_rule {
88 color: #00aa00;
89 font-weight: bold; }
90 #wpupg_add_rule:hover, #wpupg_add_rule:active, #wpupg_add_rule:visited {
91 color: #00aa00;
92 text-decoration: none; }
93
94 .wpupg_filter_preview {
95 border-top: 1px dashed #999;
96 border-bottom: 1px dashed #999; }
97
98 #wpupg_meta_box_premium_only {
99 display: none;
100 background-color: #FFCCCC;
101 border-color: #CC0000; }
102 #wpupg_meta_box_premium_only .handlediv {
103 color: #CC0000; }
104 #wpupg_meta_box_premium_only .hndle {
105 border-bottom-color: #FF9999; }
106