source: extensions/stripped_responsive/fontello/css/stripped_responsive-ie7.css @ 31576

Last change on this file since 31576 was 31576, checked in by plg, 8 years ago

equivalent to stripped r31390 (move admin links into a dedicated switchbox)

+ fontello icons for admin/favorites

  • Property svn:executable set to *
File size: 707 bytes
Line 
1[class^="pwg-icon-"], [class*=" pwg-icon-"] {
2  font-family: 'stripped_responsive';
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-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14.pwg-icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15.pwg-icon-slideshow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16.pwg-icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
Note: See TracBrowser for help on using the repository browser.