PluginProbe
Gravity Forms Eway / 2.2.4
Gravity Forms Eway v2.2.4
2.7.0 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.8.0 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 All 56 releases
gravityforms-eway / css / style.css

style.css in Gravity Forms Eway 2.2.4, at css/style.css

31 lines 747 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* default styling for Gravity Forms eWAY plugin custom fields */
2
3 .gform_wrapper .ginput_complex .gfeway_recurring_left {
4 display:inline-block;
5 clear:none;
6 width:20%;
7 }
8
9 .gform_wrapper .ginput_complex .gfeway_recurring_left.gfeway_recurring_date {
10 width:24%;
11 }
12
13 .gform_wrapper .ginput_complex .gfeway_recurring_left input,
14 .gform_wrapper .ginput_complex .gfeway_recurring_left select {
15 width: 100px !important;
16 margin-left:0px ! important;
17 }
18
19 .gform_wrapper.gf_browser_chrome .ginput_complex .gfeway_recurring_left select {
20 padding: 2px 0px;
21 margin-bottom: 2px;
22 }
23
24 .gform_wrapper .gfeway_recurring_complex img.ui-datepicker-trigger {
25 vertical-align: middle;
26 }
27
28 .ui-datepicker-next label, .ui-datepicker-prev label {
29 display: none;
30 }
31