From 628919d89e98c72fc4ca73af2d99866d00e49b0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Tue, 25 Mar 2014 17:57:02 +0100 Subject: [PATCH] style: querytable search bar visibility --- portal/static/css/fed4fire.css | 6 ++++++ portal/static/css/onelab.css | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/portal/static/css/fed4fire.css b/portal/static/css/fed4fire.css index 9d3ce4ce..e8a798ce 100644 --- a/portal/static/css/fed4fire.css +++ b/portal/static/css/fed4fire.css @@ -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; +} + diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index df675b1a..07a77eb6 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -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; +} -- 2.43.0