PluginProbe
Repeater Fields for Gravity Forms / 2.4.5
Repeater Fields for Gravity Forms v2.4.5
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
repeater-for-gravity-forms / libs / css / repeatericons-ie7.css

repeatericons-ie7.css in Repeater Fields for Gravity Forms 2.4.5, at libs/css/repeatericons-ie7.css

19 lines 886 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [class^="icon-"], [class*=" icon-"] {
2 font-family: 'repeatericons';
3 font-style: normal;
4 font-weight: normal;
5
6 /* fix buttons height */
7 line-height: 1em;
8
9 /* you can be more comfortable with increased icons size */
10 /* font-size: 120%; */
11 }
12
13 .icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14 .icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15 .icon-cancel-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16 .icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17 .icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18 .icon-docs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19