source: extensions/modus/css/fontello/css/modus-ie7.css @ 25794

Last change on this file since 25794 was 25794, checked in by rvelices, 10 years ago
File size: 3.1 KB
Line 
1[class^="pwg-icon-"], [class*=" pwg-icon-"] {
2  font-family: 'modus';
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.pwg-icon-favorite-add { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '♡ '); }
14.pwg-icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⌂ '); }
15.pwg-icon-category-view-flat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⚏ '); }
16.pwg-icon-category-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🔧 '); }
17.pwg-icon-camera-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18.pwg-icon-arrow-w { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '← '); }
19.pwg-icon-arrow-e { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '→ '); }
20.pwg-icon-arrow-n { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '↑ '); }
21.pwg-icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '▶ '); }
22.pwg-icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
23.pwg-icon-representative { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🏉 '); }
24.pwg-icon-map { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🌎 '); }
25.pwg-icon-ellipsis { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '… '); }
26.pwg-icon-camera-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
27.pwg-icon-sort { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
28.pwg-icon-category-view-normal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
29.pwg-icon-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
30.pwg-icon-help { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '❓ '); }
31.pwg-icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '✎ '); }
32.pwg-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
33.pwg-icon-caddie-add { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34.pwg-icon-sizes { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35.pwg-icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36.pwg-icon-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37.pwg-icon-letters { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38.pwg-icon-save { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '💾 '); }
Note: See TracBrowser for help on using the repository browser.