| 1 |
[class^="icon-"], [class*=" icon-"] { |
| 2 |
font-family: 'repeatericons'; |
| 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-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
| 14 |
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
| 15 |
.icon-cancel-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
| 16 |
.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
| 17 |
.icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
| 18 |
.icon-docs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
| 19 |
|