argh, # is NOT a comment for css..
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Mar 2013 10:14:55 +0000 (11:14 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 20 Mar 2013 10:14:55 +0000 (11:14 +0100)
trash/css/dashboard.css
trash/dashboard.py
unfold/css/plugin.css

index 3bd686b..ae4ecf2 100644 (file)
@@ -1,7 +1,10 @@
 div#sidelist table.with-datatables {
     font-size: 130%;
 }
-# demo to show how to tweak a given section by setting its domid
-#complete-quickfilter {
+/*demo to show how to tweak a given section by setting its domid*/
+#complete-myquickfilter {
+    background-color: #f0d0f0;
+}
+#myquickfilter {
     background-color: #f080f0;
 }
index 719210c..2dd417e 100644 (file)
@@ -47,7 +47,8 @@ def dashboard_view (request):
                 toggled=False,
                 ),
             QuickFilter (
-                domid='quickfilter',
+                # we play with this one for demo purposes in dashboard.css
+                domid='myquickfilter',
                 page=page,
                 title='play with filters',
                 criterias=quickfilter_criterias,
index 910ff4f..02d8acf 100644 (file)
@@ -3,6 +3,8 @@ div.plugin-toggle {
     padding:           5px;
     border-style:      dotted;
     border-width:      1px;
+}
+div.plugin, div.plugin-toggle {
     border-radius:     8px;
 }
 h4.plugin-show {