source: extensions/AdminTools/template/fontello/css/fontello-ato-ie7.css @ 25619

Last change on this file since 25619 was 25619, checked in by mistic100, 10 years ago
  • display info about current logged user
  • add button to hide the bar
  • fix select boxes
File size: 1.0 KB
Line 
1[class^="icon-ato-"], [class*=" icon-ato-"] {
2  font-family: 'fontello-ato';
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.icon-ato-doc-text-inv { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14.icon-ato-flash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15.icon-ato-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16.icon-ato-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17.icon-ato-flag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18.icon-ato-trophy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19.icon-ato-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
Note: See TracBrowser for help on using the repository browser.