From 3cac849e581b24fd81f11913375e374548d92d7d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 7 Jul 2016 16:47:22 +0200 Subject: [PATCH] Improve styling of filter-cat in nextmatch header --- api/templates/default/etemplate2.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 01c09cbeac..a7b70598d1 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2684,11 +2684,13 @@ tr.dialogHeader2 td {padding-top:15px;} .nextmatch_header_row .et2_selectbox.select-cat .chzn-single { border: none; - border-left: 6px solid transparent; - background: transparent; - box-shadow: none; - margin-top: 1px; - border-radius: 0; + padding-left: 3px; + background: transparent; + box-shadow: none; + margin-top: 0px; + border-radius: 3px; + height: 22px; + border-left: 6px solid transparent; } .nextmatch_header_row .et2_selectbox.select-cat { @@ -2699,8 +2701,9 @@ tr.dialogHeader2 td {padding-top:15px;} background-color: #fafafa; border: 1px solid silver; border-radius: 3px; - padding-left: 5px; + padding-left: 0px; display: inline-block; float: left; min-height: 20px; + min-width: 160px; }