diff options
Diffstat (limited to 'plugins/AdminTools/template/fontello/css/fontello-ato-ie7.css')
-rw-r--r-- | plugins/AdminTools/template/fontello/css/fontello-ato-ie7.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/AdminTools/template/fontello/css/fontello-ato-ie7.css b/plugins/AdminTools/template/fontello/css/fontello-ato-ie7.css new file mode 100644 index 000000000..b77967ca6 --- /dev/null +++ b/plugins/AdminTools/template/fontello/css/fontello-ato-ie7.css @@ -0,0 +1,17 @@ +[class^="icon-ato-"], [class*=" icon-ato-"] { + font-family: 'fontello-ato'; + 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-ato-doc-text-inv { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-ato-flash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-ato-trophy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-ato-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-ato-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
\ No newline at end of file |