From 1484e44c00bd1beb06dee5da307a808ded88b3e7 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 15 Nov 2012 17:40:46 +0000 Subject: [PATCH] Left align chosen selectbox contents --- phpgwapi/js/jquery/chosen/chosen.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpgwapi/js/jquery/chosen/chosen.css b/phpgwapi/js/jquery/chosen/chosen.css index b6b183fdb0..fe68868a3d 100644 --- a/phpgwapi/js/jquery/chosen/chosen.css +++ b/phpgwapi/js/jquery/chosen/chosen.css @@ -4,6 +4,7 @@ display: inline-block; zoom: 1; *display: inline; + text-align: left; } .chzn-container .chzn-drop { background: #fff; @@ -44,6 +45,7 @@ line-height: 17px; padding: 0 0 0 8px; text-decoration: none; + font-family: Arial, Helvetica, sans-serif } .chzn-container-single .chzn-default { color: #999;