Style dividers and date fields

This commit is contained in:
Maximilian Grundke
2017-08-17 13:59:40 +02:00
parent 389934920d
commit ec3464f4dd

View File

@ -29,3 +29,17 @@
.popover-comment {
word-wrap: break-word;
}
.popover-date {
color: #008cba;
margin-top: 10px;
}
.popover-divider {
width: 100%;
height: 1px;
background-color: #008cba;
overflow: hidden;
margin-top: -10px;
margin-bottom: 10px;
}