Sidebar design improvements

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-10-05 10:35:09 +02:00
parent f5520d3087
commit 630a5badf8
6 changed files with 24 additions and 8 deletions

View File

@@ -37,6 +37,10 @@
background-image: url('../../../core/img/places/home.svg');
}
.icon-description {
background-image: url('../img/description.svg');
}
.icon-badge {
background-image: url('../img/calendar-dark.svg');
}

View File

@@ -454,9 +454,10 @@ input.input-inline {
opacity: 1;
}
.icon-filetype-text {
.icon-description {
margin: 10px;
margin-left: 0px;
opacity: 0.5;
}
.due {
@@ -955,6 +956,11 @@ input.input-inline {
}
}
#commentsTabView .comment {
position: relative;
padding: 0 0 15px;
}
.card-attachments {
.error {
padding-left: 38px;
@@ -1268,6 +1274,13 @@ input.input-inline {
clear: both;
overflow: initial;
margin-bottom: 0;
.icon {
display: inline-block;
background-size: contain;
margin: -3px;
margin-right: 5px;
opacity: 0.5;
}
}
.tabsContainer {