Tweaks to the contributor terms styling
The 60% trick doesn't work now that the terms are what defines the height (rather than the sidebar). Also, add a margin to bring the floating buttons within range of the slim container.
This commit is contained in:
parent
9a25d85e25
commit
59bfcb161d
1 changed files with 2 additions and 1 deletions
|
@ -702,7 +702,7 @@ div#contributorTerms {
|
|||
padding: 4px;
|
||||
overflow: auto;
|
||||
width: 80%;
|
||||
height: 60%;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
div#contributorTerms p#first {
|
||||
|
@ -726,6 +726,7 @@ div#contributorTerms img {
|
|||
|
||||
form#termsForm {
|
||||
width: 80%;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
form#termsForm div#buttons {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue