Tweak to limit flickering when Chosen replaces the SELECT fields.

This commit is contained in:
Francois Ferrand
2015-02-24 16:31:18 +01:00
parent 0450d86a18
commit 5cc95adf3d
3 changed files with 18 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
font-size: 0.95em;
}
#more-filters {
display: none; /* Hide this filter initially, to avoid re-layout */
}
/* public board */
.public-board {
margin-top: 5px;