icons-platform-ie7.css 808 B

1234567891011121314151617
  1. [class^="icon-"], [class*=" icon-"] {
  2. font-family: 'icons-platform';
  3. font-style: normal;
  4. font-weight: normal;
  5. /* fix buttons height */
  6. line-height: 1em;
  7. /* you can be more comfortable with increased icons size */
  8. /* font-size: 120%; */
  9. }
  10. .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
  11. .icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
  12. .icon-mail-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
  13. .icon-graduation-cap { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
  14. .icon-volume-control-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }