static/style.css
changeset 10 513eb70e54f2
parent 9 3334d8ddf2f1
child 11 d1e17bd498e7
--- a/static/style.css	Thu Oct 11 01:11:33 2012 +0300
+++ b/static/style.css	Thu Oct 11 01:25:05 2012 +0300
@@ -42,18 +42,28 @@
 }
 
 /* Filter */
+tr.filter
+{
+    height: 1em;
+}
+
 tr.filter td
 {
-    padding: 0px;
+    padding: 0em 1em;
 }
 
 tr.filter td input
 {
+    display: block;
     width: 100%;
-    margin: 0px;
+
     border: 0px;
+    padding: 0em; 
 
     background-color: #d0d0d0;
+
+    font-family: inherit;
+    font-size: inherit;
 }
 
 tr.filter td input:hover