css fixes
Signed-off-by: Artem Anufrij <artem.anufrij@live.de> some css changes Signed-off-by: Artem Anufrij <artem.anufrij@live.de> removed unused css line Signed-off-by: Artem Anufrij <artem.anufrij@live.de> some margin changes Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
committed by
Julius Härtl
parent
ae88f2291c
commit
eabcb12185
@@ -459,15 +459,17 @@ button.button-inline:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-controls .icon-filetype-text {
|
.card-controls .icon-filetype-text {
|
||||||
margin-right: 5px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.due {
|
.due {
|
||||||
padding: 1px 0px;
|
border-radius: 3px;
|
||||||
border-radius: 4px;
|
margin: -4px 4px -4px -4px;
|
||||||
margin-right: 4px;
|
padding: 0px 4px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.due .icon {
|
.due .icon {
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
@@ -475,25 +477,21 @@ button.button-inline:hover {
|
|||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin-top:2px;
|
|
||||||
}
|
}
|
||||||
.overdue {
|
.overdue {
|
||||||
background-color: #e12419;
|
background-color: #e12419;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 1px 3px;
|
|
||||||
}
|
}
|
||||||
.due.now {
|
.due.now {
|
||||||
background-color: #fbd850;
|
background-color: #fbd850;
|
||||||
padding: 1px 3px;
|
|
||||||
}
|
}
|
||||||
.due.next {
|
.due.next {
|
||||||
background-color: #fbf790;
|
background-color: #fbf790;
|
||||||
padding: 1px 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.due .badge-icon {
|
.due .badge-icon {
|
||||||
background-image: url(../../../core/img/places/calendar-dark.svg);
|
background-image: url(../../../core/img/places/calendar-dark.svg);
|
||||||
margin-right: 2px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
.overdue .badge-icon {
|
.overdue .badge-icon {
|
||||||
background-image: url(../img/calendar-white.svg);
|
background-image: url(../img/calendar-white.svg);
|
||||||
|
|||||||
Reference in New Issue
Block a user