Style dividers and date fields
This commit is contained in:
@ -29,3 +29,17 @@
|
|||||||
.popover-comment {
|
.popover-comment {
|
||||||
word-wrap: break-word;
|
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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user