Merge pull-request #661
This commit is contained in:
@@ -57,6 +57,11 @@ hr {
|
|||||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
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 */
|
/* links */
|
||||||
a {
|
a {
|
||||||
color: #3366CC;
|
color: #3366CC;
|
||||||
@@ -735,6 +740,10 @@ nav .active a {
|
|||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#more-filters {
|
||||||
|
display: none; /* Hide this filter initially, to avoid re-layout */
|
||||||
|
}
|
||||||
|
|
||||||
/* public board */
|
/* public board */
|
||||||
.public-board {
|
.public-board {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|||||||
@@ -41,3 +41,8 @@ hr {
|
|||||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
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;
|
font-size: 0.95em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#more-filters {
|
||||||
|
display: none; /* Hide this filter initially, to avoid re-layout */
|
||||||
|
}
|
||||||
|
|
||||||
/* public board */
|
/* public board */
|
||||||
.public-board {
|
.public-board {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user