From 47300cabf4870649bff2ab81846f8594e5b8ee69 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 13 Aug 2013 23:33:34 +0200 Subject: [PATCH 1/3] css filter --- html/admin/css/documentsView.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/admin/css/documentsView.css b/html/admin/css/documentsView.css index 570b440f42..48d22d2c32 100644 --- a/html/admin/css/documentsView.css +++ b/html/admin/css/documentsView.css @@ -372,6 +372,7 @@ table.dataTable thead th { #filterHeader button { float: right; + margin-top: 1px; margin-left: 10px !important; } From a717df5cf44fe09d0c7bb157ee051264053b1493 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 13 Aug 2013 23:46:06 +0200 Subject: [PATCH 2/3] css --- html/admin/css/documentsView.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/admin/css/documentsView.css b/html/admin/css/documentsView.css index 48d22d2c32..0eb9a03660 100644 --- a/html/admin/css/documentsView.css +++ b/html/admin/css/documentsView.css @@ -226,7 +226,7 @@ table.dataTable thead th { .pagination ul > li > a, .pagination ul > li > span { cursor:pointer; - border-width:0 0 0 1px; + border-width:0 0 0 0px; } /* @@ -373,7 +373,7 @@ table.dataTable thead th { #filterHeader button { float: right; margin-top: 1px; - margin-left: 10px !important; + margin-left: 5px !important; } #addFilterItem { @@ -428,6 +428,10 @@ table.dataTable thead th { border-radius: 0 !important; } +#documentsToolbarF a { + margin-left: 5px; +} + #documentsToolbar ul { margin-left: 0 !important; padding-left: 0!important; From a4d091868b3d453a26ba5f7f00bee7bbd0d2beb4 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 13 Aug 2013 23:52:00 +0200 Subject: [PATCH 3/3] css --- html/admin/css/documentsView.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/admin/css/documentsView.css b/html/admin/css/documentsView.css index 0eb9a03660..64275f9c2d 100644 --- a/html/admin/css/documentsView.css +++ b/html/admin/css/documentsView.css @@ -381,7 +381,7 @@ table.dataTable thead th { } #addFilterItem i { - margin-top: -3px !important; + margin-top: 0px !important; } #filterHeader input, #filterHeader select, #filterHeader button { @@ -453,7 +453,7 @@ table.dataTable thead th { } .removeFilterItem i { - margin-top: -3px !important; + margin-top: 0px !important; margin-left: 5px !important; }