Make sidebar a bit cleaner

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-10-09 16:20:20 +02:00
parent 8bf3aed9a7
commit 7500a179c0
3 changed files with 21 additions and 15 deletions

View File

@@ -655,12 +655,17 @@ input.input-inline {
*/
#sidebar-header {
position: sticky;
top: 0;
background-color: $color-main-background;
z-index: 200;
h3 {
font-size: 14pt;
padding: 9px 10px;
padding: 15px 15px 3px;
margin: 0;
overflow: hidden;
background-color: $color-lightgrey;
input {
min-height: 0px;
@@ -668,6 +673,12 @@ input.input-inline {
}
}
#card-dates {
font-size: 80%;
opacity: 0.5;
padding-left: 15px;
}
.icon-close {
position: absolute;
top: 0px;
@@ -708,7 +719,7 @@ input.input-inline {
height: 100%;
display: flex;
flex-direction: column;
padding: 15px;
padding: 0 15px;
.duedate {
display: flex;
@@ -785,12 +796,6 @@ input.input-inline {
display: inline;
}
#card-dates {
font-size: 80%;
opacity: 0.5;
text-align: right;
}
.card-details-assign-users {
.select2 .ui-select-choices-row-inner {
@@ -1336,7 +1341,7 @@ input.input-inline {
padding: 0;
float: left !important;
display: block;
border-radius: 0px 0px 5px 5px !important;
border-radius: 3px !important;
.select-label {
color: $color-primary-text;