From c994959f736206aacec8e9933d62588b9cb5b0c5 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Sun, 21 Mar 2021 21:44:19 +0300 Subject: redisign --- public/css/fontello-ie7.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/css/fontello-ie7.css (limited to 'public/css/fontello-ie7.css') diff --git a/public/css/fontello-ie7.css b/public/css/fontello-ie7.css new file mode 100644 index 0000000..513c3d1 --- /dev/null +++ b/public/css/fontello-ie7.css @@ -0,0 +1,15 @@ +[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-left-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-docs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-paper-plane { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } \ No newline at end of file -- cgit v1.2.3