From b2abc3382438a0956e52c06e86acea6c7e07f842 Mon Sep 17 00:00:00 2001 From: Tobias Sjondin Date: Tue, 8 Jul 2014 13:58:34 +0200 Subject: [PATCH] Fixed filterable css in reports Change-Id: I2c540c570d5f116916f2740f4ffe2499a5aa3eee Signed-off-by: Tobias Sjondin --- application/media/css/jquery.filterable.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/media/css/jquery.filterable.css b/application/media/css/jquery.filterable.css index df1bbb22b..6ca77d5c8 100644 --- a/application/media/css/jquery.filterable.css +++ b/application/media/css/jquery.filterable.css @@ -19,14 +19,14 @@ input.jq-filterable-filter[type="text"] { margin: 0; - width: 143px; + width: 243px; padding: 5px 2px 4px 2px; border: 1px solid #bbb; vertical-align: top; } .jq-filterable-larger { - width: 144px !important; + width: 184px !important; } .jq-filterable-largest { @@ -36,7 +36,7 @@ input.jq-filterable-filter[type="text"] { select.jq-filterable-list { margin-top: 0; border: 1px solid #bbb; - width: 143px; + width: 243px; height: 25px; vertical-align: top; padding: 4px; @@ -47,8 +47,8 @@ select.jq-filterable-results { margin-top: 0; height: auto; border: 1px solid #bbb; - width: 150px !important; - min-width: 150px !important; + width: 190px !important; + min-width: 190px !important; height: 70px; } @@ -87,7 +87,7 @@ input[type="button"].jq-filterable-move { position: relative; text-align: right; - width: 143px; + width: 243px; padding: 2px 2px 1px 2px; border: none; -- 2.11.4.GIT