From 1f861f76507f982e240dca98f5b67b8b4122ab86 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 29 Mar 2019 11:12:47 +0100 Subject: [PATCH] align text and arrow in choosen (selectbox search="true") with regular selectboxes --- api/js/jquery/chosen/chosen.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/js/jquery/chosen/chosen.css b/api/js/jquery/chosen/chosen.css index 7adf669f1b..2defe882f3 100644 --- a/api/js/jquery/chosen/chosen.css +++ b/api/js/jquery/chosen/chosen.css @@ -57,6 +57,7 @@ margin-right: 26px; text-overflow: ellipsis; white-space: nowrap; + padding-top: 4px; } .chzn-container-single .chzn-single-with-deselect span { margin-right: 38px; @@ -89,7 +90,7 @@ display: block; width: 100%; height: 100%; - background: url('chosen-sprite.png') no-repeat 0px 2px; + background: url('chosen-sprite.png') no-repeat 0px 4px; } .chzn-container-single .chzn-search { position: relative; @@ -420,7 +421,7 @@ /* @end */ /** - * Egw customizations for Chosen widget + * Egw customizations for Chosen widget */ .chzn-container { display: inline-block;