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:
Andy Allan 2011-03-21 16:29:30 +00:00 committed by Tom Hughes
parent 9a25d85e25
commit 59bfcb161d

View file

@ -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 {