style: querytable search bar visibility
authorJordan Augé <jordan.auge@lip6.fr>
Tue, 25 Mar 2014 16:57:02 +0000 (17:57 +0100)
committerJordan Augé <jordan.auge@lip6.fr>
Tue, 25 Mar 2014 16:57:02 +0000 (17:57 +0100)
portal/static/css/fed4fire.css
portal/static/css/onelab.css

index 9d3ce4c..e8a798c 100644 (file)
@@ -474,3 +474,9 @@ div#slice-info td {
 tr.active, tr.active td {
     background-color:#FFFFCC !important;
 }
+
+div.dataTables_filter label{
+    float:left;
+    width:400px;
+}
+
index df675b1..07a77eb 100644 (file)
@@ -474,3 +474,7 @@ div#slice-info td {
 tr.active, tr.active td {
     background-color:#FFFFCC !important;
 }
+div.dataTables_filter label{
+    float:left;
+    width:400px;
+}