From: Andy Allan Date: Mon, 21 Mar 2011 16:29:30 +0000 (+0000) Subject: Tweaks to the contributor terms styling X-Git-Tag: live~6278^2~82 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/59bfcb161db1444b1e6b0e5a1de7debc62913c24 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. --- diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 45f2f5e00..cb402f22d 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -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 {