You are here

iconapi-ie7.css in Icon API 8

Same filename and directory in other branches
  1. 7 css/iconapi-ie7.css
[class^="iconapi-"], [class*=" iconapi-"] {
  font-family: 'iconapi';
  font-style: normal;
  font-weight: normal;
 
  /* fix buttons height */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}
 
.iconapi-add { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿳 '); }
.iconapi-configure { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿶 '); }
.iconapi-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿵 '); }
.iconapi-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿱 '); }
.iconapi-delete { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿲 '); }
.iconapi-select { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿷 '); }
.iconapi-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿸 '); }
.iconapi-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿴 '); }
.iconapi-throbber { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿹 '); }
.iconapi-view { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿰 '); }

File

css/iconapi-ie7.css
View source
  1. [class^="iconapi-"], [class*=" iconapi-"] {
  2. font-family: 'iconapi';
  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. .iconapi-add { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿳 '); }
  11. .iconapi-configure { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿶 '); }
  12. .iconapi-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿵 '); }
  13. .iconapi-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿱 '); }
  14. .iconapi-delete { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿲 '); }
  15. .iconapi-select { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿷 '); }
  16. .iconapi-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿸 '); }
  17. .iconapi-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿴 '); }
  18. .iconapi-throbber { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿹 '); }
  19. .iconapi-view { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '󯿰 '); }