Merge pull-request #661

This commit is contained in:
Frederic Guillot 2015-02-24 21:52:36 -05:00
commit 11d1314fbe
3 changed files with 18 additions and 0 deletions

View File

@ -57,6 +57,11 @@ hr {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#board-selector,
.chosen-select {
min-height: 27px; /* Reserve some space to avoid re-layout due to chosen */
}
/* links */
a {
color: #3366CC;
@ -735,6 +740,10 @@ nav .active a {
font-size: 0.95em;
}
#more-filters {
display: none; /* Hide this filter initially, to avoid re-layout */
}
/* public board */
.public-board {
margin-top: 5px;

View File

@ -41,3 +41,8 @@ hr {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#board-selector,
.chosen-select {
min-height: 27px; /* Reserve some space to avoid re-layout due to chosen */
}

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;