Merge pull-request #661
This commit is contained in:
commit
11d1314fbe
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue