Increase whitespace between comments in the note popup
This commit is contained in:
parent
899dab08f9
commit
e2b364d002
1 changed files with 6 additions and 2 deletions
|
@ -1728,6 +1728,10 @@ a.button.submit {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.warning {
|
||||
display: block;
|
||||
background-color: #ff7070;
|
||||
|
@ -1736,8 +1740,8 @@ a.button.submit {
|
|||
}
|
||||
|
||||
.comment_body {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
|
||||
p {
|
||||
margin-top: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue