Add padding only for colored due date badges
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
9c19246b8b
commit
a5199127da
@@ -463,7 +463,7 @@ button.button-inline:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.due {
|
.due {
|
||||||
padding: 1px 3px;
|
padding: 1px 0px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
@@ -480,12 +480,15 @@ button.button-inline:hover {
|
|||||||
.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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user