Add priorities and tags to web UI

This commit is contained in:
Philipp Heckel 2021-11-28 19:03:15 -05:00
parent 1193ddc65f
commit f0edf0610e
10 changed files with 216 additions and 14 deletions

View file

@ -377,18 +377,27 @@ li {
display: none;
}
#detail .detailDate {
#detail .detailEntry {
margin-bottom: 20px;
}
#detail .detailDate, #detail .detailTags {
color: #888;
font-size: 0.9em;
}
#detail .detailDate img {
width: 20px;
height: 20px;
vertical-align: bottom;
}
#detail .detailTitle {
font-weight: bold;
font-size: 1.1em;
}
#detail .detailMessage {
margin-bottom: 20px;
font-size: 1.1em;
}