From: Jordan Augé Date: Tue, 25 Mar 2014 16:57:02 +0000 (+0100) Subject: style: querytable search bar visibility X-Git-Tag: myslice-1.1~178 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=628919d89e98c72fc4ca73af2d99866d00e49b0e;p=unfold.git style: querytable search bar visibility --- 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; +}