From 6ddac1217e4af602cb5eea7839fe6108c4251d43 Mon Sep 17 00:00:00 2001 From: Allen Bargi Date: Sun, 31 Jul 2011 13:42:30 +0200 Subject: [PATCH] hiding the select to avoid sudden changes on the page and making sure we do not cause any vertical jump --- chosen/chosen.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chosen/chosen.css b/chosen/chosen.css index 9ad2cfe..247d07b 100644 --- a/chosen/chosen.css +++ b/chosen/chosen.css @@ -1,4 +1,9 @@ /* @group Base */ +select.chzn-select { + visibility: hidden; + height: 28px !important; + min-height: 28px !important; +} .chzn-container { font-size: 13px; position: relative;