absolute minimum CSS for table filters
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 25 Nov 2008 14:06:26 +0100
changeset 141 6d008838f2c9
parent 140 478bdd15bc0e
child 145 d5acef862c58
absolute minimum CSS for table filters
web/data/cubicweb.css
--- a/web/data/cubicweb.css	Tue Nov 25 12:33:52 2008 +0100
+++ b/web/data/cubicweb.css	Tue Nov 25 14:06:26 2008 +0100
@@ -926,14 +926,17 @@
   text-align: left;
 }
 
-table.filter td {
+table.filter div.facet {
   padding: 0.6em 0.2em;
+  margin: 0em 1em;
+  border: 1px solid #ccc;
 }
 
-table.filter td select {
-  padding:1px 2px;
+table.filter div.facetTitle {
+  font-weight: bold;
 }
 
+
 div#tableActionsBox {
  direction:rtl;
  float:right