hiding the select to avoid sudden changes on the page and making sure we do not cause any vertical jump

abstract-chosen
Allen Bargi 2011-07-31 13:42:30 +02:00
parent ed1f354854
commit 6ddac1217e
1 changed files with 5 additions and 0 deletions

View File

@ -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;