PluginProbe ʕ •ᴥ•ʔ
PiWeb Delivery & Pickup Date Time for WooCommerce / 3.0.49.3
PiWeb Delivery & Pickup Date Time for WooCommerce v3.0.49.3
3.0.63 3.0.62 3.0.61 3.0.60 3.0.49.49 3.0.49.6 3.0.49.60 3.0.49.61 3.0.49.62 3.0.49.63 3.0.49.64 3.0.49.66 3.0.49.67 3.0.49.69 3.0.49.7 3.0.49.70 3.0.49.72 3.0.49.73 3.0.49.74 3.0.49.76 3.0.49.77 3.0.49.79 3.0.49.9 3.0.49.90 3.0.49.91 3.0.49.92 3.0.49.93 3.0.49.94 3.0.49.96 3.0.49.97 3.0.49.99 trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 2.9.17 3.0.47 3.0.49 3.0.49.1 3.0.49.10 3.0.49.11 3.0.49.12 3.0.49.13 3.0.49.16 3.0.49.17 3.0.49.19 3.0.49.2 3.0.49.20 3.0.49.21 3.0.49.22 3.0.49.23 3.0.49.24 3.0.49.26 3.0.49.27 3.0.49.29 3.0.49.3 3.0.49.30 3.0.49.31 3.0.49.32 3.0.49.33 3.0.49.34 3.0.49.36 3.0.49.37 3.0.49.39 3.0.49.4 3.0.49.40 3.0.49.41 3.0.49.42 3.0.49.43 3.0.49.44 3.0.49.46 3.0.49.47
pi-woocommerce-order-date-time-and-type / public / css / style.css
pi-woocommerce-order-date-time-and-type / public / css Last commit date
style.css 2 years ago
style.css
176 lines
1 /**
2 * All of the CSS for your public-facing functionality should be
3 * included in this file. (pro) css
4 */
5 #pi_checkout_field {
6 display: grid;
7 grid-template-columns: 1fr 1fr;
8 grid-column-gap: 15px;
9 }
10
11 .pi_delivery_type {
12 grid-column: span 2;
13 }
14
15 .pi_delivery_type input[type="radio"] {
16 visibility: hidden;
17 display: none !important;
18 }
19
20 .pi_delivery_type .woocommerce-input-wrapper {
21 display: flex;
22 }
23
24 .pi_delivery_type .woocommerce-input-wrapper label {
25 flex: 1;
26 text-align: center;
27 padding: 10px;
28 cursor: pointer;
29 margin-left:0;
30 margin-right:0;
31 }
32
33 .pi_delivery_type .woocommerce-input-wrapper label:first-of-type {
34 border-radius: 5px 0 0 5px;
35 }
36
37 .pi_delivery_type .woocommerce-input-wrapper label:last-of-type {
38 border-radius: 0px 5px 5px 0px;
39 }
40
41 .pi_delivery_type .input-radio:checked + label {
42 font-weight: bold;
43 color: #fff;
44 }
45
46 .pisol-pickup-add input {
47 display: none !important;
48 }
49
50 .pisol-pickup-add {
51 width: 50%;
52 padding: 10px;
53 box-sizing: border-box;
54 }
55
56 .pisol-location {
57 padding: 10px;
58 background: #ccc;
59 border-radius: 10px;
60 width: 100% !important;
61 cursor: pointer;
62 display: block !important;
63 box-sizing: border-box;
64 }
65
66 .pi_delivery_type.pi_rounded .woocommerce-input-wrapper label {
67 border-radius: 5px 5px 5px 5px;
68 }
69
70 .pisol-location-radio:checked + label {
71 background: rgba(0, 119, 255, 0.63);
72 color: #fff;
73 }
74
75 .woocommerce-input-wrapper-new {
76 width: 100%;
77 }
78
79 #pi_delivery_date_field{
80 position: relative;
81 }
82
83 #pi_delivery_date{
84 width:100%;
85 }
86
87 .pisol_clear_button{
88 position: absolute;
89 width: 10px;
90 height: 10px;
91 display: block;
92 line-height: 10px;
93 right: 20px;
94 cursor:pointer;
95 }
96
97 /* date time approx message */
98 .pisol-date-time-approx-message{
99 padding:10px;
100 margin-top:20px;
101 margin-bottom:20px;
102 border:1px solid #ccc;
103 border-radius:6px;
104 text-align:center;
105 font-weight:bold;
106 }
107
108 /*
109 time picker was hidden in many themes, so this fixes that issue
110 Time picker hidden issue
111 */
112 .ui-timepicker-standard, #ui-datepicker-div{
113 z-index:100000 !important;
114 }
115 /* End Time picker hidden issue */
116
117 #pi_delivery_time_field .select2{
118 width:100% !important;
119 }
120
121 .pi-pickup-location-dropdown-container{
122 width:100%;
123 padding:5px 0px;
124 }
125
126 .pi-pickup-location-dropdown-container select{
127 width:100%;
128 padding:5px;
129 }
130
131 .pi_location_row{
132 display:flex;
133 align-items: center;
134 }
135
136 .pi_location_left{
137 width:20%;
138 margin-right:10px;
139 }
140
141 #pi_delivery_type_field .woocommerce-input-wrapper .woocommerce-radio-wrapper{
142 display:flex;
143 width:100%;
144 }
145
146 .pi-location-required{
147 color: red;
148 font-weight: 700;
149 border: 0!important;
150 text-decoration: none;
151 }
152
153 .pi-single-type{
154 border-radius:5px !important;
155 }
156
157 @media (max-width:768px){
158 #pi_checkout_field{
159 display:block;
160 }
161
162 .pisol-pickup-add{
163 width: 100%;
164 }
165 }
166
167 .woocommerce-checkout .blockUI.blockOverlay{
168 display:block !important;
169 }
170
171 /**
172 * Protect from other CSS that hides select box
173 */
174 #pi_delivery_time_field .select2.select2-container{
175 display: block !important;
176 }