minor tweaks
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Dec 2013 12:07:51 +0000 (13:07 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Dec 2013 12:07:51 +0000 (13:07 +0100)
plugins/querytable/static/css/querytable.css
trash/simpleview.py

index 0ac0055..b771294 100644 (file)
@@ -5,9 +5,3 @@ div.querytable {
     width: 100%;
     height: 400px;
 }
-
-div.querytable {
-    font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
-    color: #4f6b72;
-}
-
index 45dd2d8..62150eb 100644 (file)
@@ -66,7 +66,7 @@ class SimpleView (TemplateView):
         template_env [ 'unfold_main' ] = resources_as_list.render(request)
     
         # more general variables expected in the template
-        template_env [ 'title' ] = '%(slicename)s'%locals()
+        template_env [ 'title' ] = 'simple %(slicename)s'%locals()
         # the menu items on the top
         template_env [ 'topmenu_items' ] = topmenu_items('Slice', request) 
         # so we can sho who is logged