summaryrefslogtreecommitdiff
path: root/public/css/fontello-ie7.css
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-21 21:44:19 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-03-21 21:44:19 +0300
commitc994959f736206aacec8e9933d62588b9cb5b0c5 (patch)
treea65a3061df93984ecdb0911c4d0582c353ca5035 /public/css/fontello-ie7.css
parent37c250d538893ff8178bd9c9e4dde225a991ce76 (diff)
redisignHEADmaster
Diffstat (limited to 'public/css/fontello-ie7.css')
-rw-r--r--public/css/fontello-ie7.css15
1 files changed, 15 insertions, 0 deletions
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 = '&#xe800;&nbsp;'); }
+.icon-docs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;&nbsp;'); }
+.icon-paper-plane { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d8;&nbsp;'); } \ No newline at end of file