Changed default body CSS class
authorThierry Florac <thierry.florac@onf.fr>
Mon, 02 Mar 2015 15:25:33 +0100
changeset 16 bc06fca47fc7
parent 15 62b8c75f11e7
child 17 64b2c19e7452
Changed default body CSS class
src/pyams_skin/configuration.py
--- a/src/pyams_skin/configuration.py	Mon Mar 02 11:14:48 2015 +0100
+++ b/src/pyams_skin/configuration.py	Mon Mar 02 15:25:33 2015 +0100
@@ -60,7 +60,7 @@
     include_menus = True
     include_ribbon = True
     include_reload_button = True
-    body_css_class = False
+    body_css_class = 'fixed-header fixed-ribbon fixed-navigation'
 
     def __init__(self, context, request, view):
         self.context = context