PluginProbe
PostNL for WooCommerce / 3.1.6
PostNL for WooCommerce v3.1.6
5.9.12 5.9.11 5.9.10 5.9.9 5.9.8 5.9.7 5.9.6 trunk 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.1.4 3.1.5 3.1.6 3.1.7 4.0.0 4.0.1 4.0.2 4.3.2 4.3.3 4.4.0 4.4.1 All 72 releases
woo-postnl / assets / css / wcmp-admin-styles.css

wcmp-admin-styles.css in PostNL for WooCommerce 3.1.6, at assets/css/wcmp-admin-styles.css

194 lines 3.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Order actions button styling */
2 .widefat .column-order_actions .column-wc_actions a.button.postnl {
3 float: left;
4 width: 26px;
5 height: 26px;
6 padding: 3px 2px;
7 }
8
9 #postnl.postbox a.button.postnl {
10 padding: 2px 5px 0;
11 }
12
13 .widefat .column-order_actions .column-wc_actions a.button.postnl img {
14 width: 16px;
15 height: auto;
16 }
17
18 .wcmp_shipment_summary, .wcmp_shipment_options {
19 display: inline;
20 }
21
22 .wcmp_shipment_summary .delivery-date,
23 .wcmp_shipment_summary .delivery-options {
24 display: block;
25 }
26
27 ul.wcpostnl_shipment_summary {
28 list-style: none;
29 }
30
31 ul.wcpostnl_shipment_summary li:before {
32 content: "+";
33 margin-right: 4px;
34 }
35
36 /* shipment options form styling */
37 .wcmp_shipment_options_form table {
38 width: 100%;
39 }
40
41 .wcmp_shipment_options_form input[type="checkbox"],
42 .wcmp_shipment_options_form input[type="radio"] {
43 margin-right: 8px;
44 }
45
46 .wcmp_shipment_options_form .wcpostnl_settings_table td {
47 padding-bottom: 6px;
48 vertical-align: middle;
49 }
50
51 .wcmp_shipment_options_form, .wcmp_shipment_summary_list {
52 width: 450px;
53 border: 1px solid #ccc;
54 background: white;
55 position: absolute;
56 z-index: 999;
57 padding: 10px;
58 }
59
60 .wcmp_shipment_summary_list {
61 width: auto;
62 }
63
64 .wcmp_shipment_options_form td.wcmp_option_cost {
65 width: 60px;
66 text-align: right;
67 font-weight: bold;
68 }
69
70 .wcmp_shipment_options_form .calculated_weight {
71 font-size: 80%;
72 color: #999;
73 }
74
75 .wcmp_save_shipment_settings {
76 margin-top: 8px;
77 }
78
79 .wcmp_spinner,
80 .wcmp_bulk_spinner {
81 display: none;
82 }
83
84 .wcmp_bulk_spinner {
85 margin-top: 6px;
86 }
87
88 .widefat .column-order_actions .column-wc_actions .wcmp_spinner {
89 position: absolute;
90 }
91
92 .wcmp_spinner,
93 .wcmp_save_shipment_settings input {
94 vertical-align: middle;
95 }
96
97 .encircle {
98 display: inline-block;
99 text-decoration: none;
100
101 border-radius: 50%;
102 width: 10px;
103 height: 10px;
104 font-size: 10px;
105 line-height: 10px;
106
107 padding: 2px;
108
109 border: 1px solid #666;
110 color: #666;
111 text-align: center;
112 }
113
114 table.tracktrace_status {
115 width: 100%;
116 margin-top: 10px;
117 margin-bottom: 10px;
118 border-collapse: collapse;
119 }
120
121 table.tracktrace_status th {
122 text-align: left
123 }
124
125 table.tracktrace_status th,
126 table.tracktrace_status td {
127 vertical-align: top;
128 padding: 5px 2px;
129 border-bottom: 1px solid #ccc;
130 }
131
132 table.tracktrace_status td.wcmp-create-label {
133 vertical-align: middle;
134 }
135
136 /* bulk export options styling */
137 .wcmp_bulk_options_form .wcpostnl_settings_table td {
138 border: none;
139 padding: 0 7px 2px !important;
140 vertical-align: middle !important;
141 }
142
143 .wcmp_bulk_options_form td.ordercell {
144 width: 60%;
145 }
146
147 .wcmp_bulk_options_form input[type="checkbox"], input[type="radio"] {
148 margin-right: 8px;
149 }
150
151 .wcmp_bulk_options_form {
152 width: 96%;
153 margin: 10px auto;
154 }
155
156 .wcmp_bulk_options_form .wcmp_save_shipment_settings {
157 margin-top: 8px;
158 float: right;
159 }
160
161 /* chosen delivery options styling */
162 #order_data .delivery-options {
163 margin-top: 10px;
164 }
165
166 #order_data .delivery-options strong {
167 display: block;
168 }
169
170 /* settings styling */
171 .wcmp_delivery_option_details {
172 margin-top: 5px;
173 }
174
175 .wcmp_delivery_option_details td {
176 padding: 0;
177 }
178
179 .wcpostnl_change_order {
180 color: black;
181 text-decoration: none;
182 }
183
184 .wcpostnl_change_order:hover {
185 color: black;
186 }
187
188 /* fix woocommerce column float */
189 @media only screen and (min-width: 1280px) {
190 #order_data .order_data_column {
191 max-width: 31% !important;
192 }
193 }
194