PluginProbe
Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager / 4.1.41
Flexible Checkout Fields for WooCommerce – WooCommerce Checkout Manager v4.1.41
4.1.41 4.1.40 4.1.39 4.1.38 trunk 1.2 1.2.1 1.2.2 1.2.3 1.3 1.3.1 1.3.2 1.3.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6 1.6.1 All 180 releases
flexible-checkout-fields / assets / css / print.css
print.css
55 lines 622 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body {
2 width: 100% !important;
3 }
4
5 #wrapper {
6 padding: 0 !important;
7 }
8
9 .print {
10 display: none !important;
11 }
12
13 table {
14
15 }
16 tr{
17
18 }
19 td{
20 vertical-align: middle!important;
21 }
22 .pagebreak {
23 page-break-before: always;
24 }
25
26 .no-page-break {
27 page-break-after: avoid;
28 }
29
30 h1{
31 font-size: 1.8em;
32 line-height: 1.8em;
33 font-weight: bold!important;
34 }
35
36 h2{
37 font-size: 1.6em;
38 line-height: 1.6em;
39 padding: 0 0 80px 0!important;
40 }
41
42 h3{
43 line-height: 1.2em;
44 font-size: 1.2em;
45 font-weight: bold!important;
46 }
47
48 .product thead tr{
49 background: #cfcfcf;
50 }
51
52 .product tr.color{
53 background: #efefef;
54 }
55