commit-ie7.css 680 B

12345678910111213141516
  1. [class^="icon-"], [class*=" icon-"] {
  2. font-family: 'commit';
  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-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
  11. .icon-search-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
  12. .icon-angle-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
  13. .icon-angle-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }