Changed menus icon class
authorThierry Florac <thierry.florac@onf.fr>
Thu, 27 Aug 2015 11:30:22 +0200
changeset 16 33f22d044f62
parent 15 e797d2c64bb3
child 17 cbb60bf47bf3
Changed menus icon class
src/pyams_thesaurus/zmi/thesaurus.py
--- a/src/pyams_thesaurus/zmi/thesaurus.py	Wed Jul 22 17:25:33 2015 +0200
+++ b/src/pyams_thesaurus/zmi/thesaurus.py	Thu Aug 27 11:30:22 2015 +0200
@@ -179,7 +179,7 @@
     """Thesaurus properties menu"""
 
     label = _("Properties")
-    icon_class = 'fa fa-fw fa-language'
+    icon_class = 'fa-language'
     url = '#properties.html'
 
 
@@ -225,7 +225,7 @@
     """Thesaurus terms menu"""
 
     label = _("Terms")
-    icon_class = 'fa fa-fw fa-tags'
+    icon_class = 'fa-tags'
     url = '#terms.html'
 
 
@@ -361,7 +361,7 @@
     """Thesaurus import menu"""
 
     label = _("Import terms...")
-    icon_class = 'fa fa-fw fa-upload'
+    icon_class = 'fa-upload'
     url = 'import.html'
 
     modal_target = True
@@ -430,7 +430,7 @@
     """Thesaurus export menu"""
 
     label = _("Export terms...")
-    icon_class = 'fa fa-fw fa-download'
+    icon_class = 'fa-download'
     url = 'export.html'
 
     modal_target = True