Fix div collision
This commit is contained in:
parent
b9407f6aee
commit
998f4576fe
@ -127,9 +127,9 @@ ul.errorlist {
|
|||||||
div.user-messages {
|
div.user-messages {
|
||||||
border: 1px solid rgb(229, 225, 169);
|
border: 1px solid rgb(229, 225, 169);
|
||||||
background-color: #fffde3;
|
background-color: #fffde3;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 2em;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.theterms {
|
div.theterms {
|
||||||
@ -275,7 +275,7 @@ div.issue-changes-timeline {
|
|||||||
|
|
||||||
div.issue-prev-next {
|
div.issue-prev-next {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: -25px;
|
margin-top: -1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.issue-submit-info {
|
div.issue-submit-info {
|
||||||
|
Loading…
Reference in New Issue
Block a user