PluginProbe
Repeater Fields for Gravity Forms / 3.2.0
Repeater Fields for Gravity Forms v3.2.0
3.2.0 3.1.1 3.1.0 3.0.4 3.0.3 3.0.2 3.0.1 3.0.0 2.5.1 2.5.0 2.4.6 trunk 2.0.5 2.0.9 2.1.0 2.3.2 2.3.7 2.4.1 2.4.3 2.4.4 2.4.5
← All changes | libs/wp_repeater.css +20 -16 2.1.0 → 3.2.0 View file →
@@ -12,13 +12,14 @@
12 12 .repeater-field-header-title {
13 13 width: 100% !important;
14 14 }
15 15 .gf-repeater-field-button-add {
16 - background-color: #69727d;
17 - border-radius: 103px 103px 103px 103px;
18 - padding: 10px 20px 10px 20px;
19 - color: #fff;
20 - text-decoration: none;
16 + background-color: #69727d !important;
17 + border-radius: 103px 103px 103px 103px !important;
18 + padding: 10px 20px 10px 20px !important;
19 + color: #fff !important;
20 + text-decoration: none !important;
21 + display: inline-block !important;
21 22 }
22 23 .gf-repeater-field-button-add:hover {
23 24 box-shadow: 4px 4px 0 0 rgba(0,0,0,.35)!important;
24 25 color: #fff;
@@ -23,9 +24,9 @@
23 24 box-shadow: 4px 4px 0 0 rgba(0,0,0,.35)!important;
24 25 color: #fff;
25 26 }
26 27 .repeater-field-header {
27 - display: flex;
28 + display: flex !important;
28 29 width: 100% !important;
29 30 }
30 31 .repeater-field-header ul {
31 32 padding: 0;
@@ -48,28 +49,31 @@
48 49 cursor: pointer;
49 50 }
50 51
51 52 .repeater-field-footer {
52 - margin: 15px 0;
53 + margin: 15px 0 !important;
53 54 }
54 55 .repeater-content-show {
55 - border-bottom: 1px solid #e7e7e7;
56 + border-bottom: 1px solid #e7e7e7; !important
56 57 }
57 58 .repeater-field-item {
58 - margin-bottom: 15px;
59 + margin-bottom: 15px !important;
59 60 }
60 61 .gfield--type-repeater_end {
61 62 padding: 5px 15px !important;
62 63 }
63 64 .container-repeater-field {
64 - grid-column-gap: 2%;
65 - -ms-grid-columns: (1fr 2%) [12];
66 - grid-row-gap: 16px;
67 - display: grid;
68 - grid-template-columns: repeat(12,1fr);
69 - grid-template-rows: repeat(auto-fill,auto);
70 - width: 100%;
65 + grid-column-gap: 2% !important;
66 + -ms-grid-columns: (1fr 2%) [12] !important;
67 + grid-row-gap: 16px !important;
68 + display: grid !important;
69 + grid-template-columns: repeat(12,1fr) !important;
70 + grid-template-rows: repeat(auto-fill,auto) !important;
71 + width: 100% !important;
72 +}
73 +ul.gform_fields li .container-repeater-field {
74 + grid-template-columns: none !important;
71 75 }
72 76
73 77 @media only screen and (max-width: 600px) {
74 78
75 79 }