2016-10-30 08:12:08 -07:00
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
|
|
font-family: 'fontello';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
/* fix buttons height */
|
|
|
|
line-height: 1em;
|
|
|
|
|
|
|
|
/* you can be more comfortable with increased icons size */
|
|
|
|
/* font-size: 120%; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-retweet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
|
|
.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
|
|
.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
2016-11-06 10:28:02 -08:00
|
|
|
.icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
2016-11-13 08:58:08 -08:00
|
|
|
.icon-spin3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
|
|
.icon-spin4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
2016-10-30 08:12:08 -07:00
|
|
|
.icon-reply { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|