]> git.openstreetmap.org Git - rails.git/commitdiff
Tweaks to the contributor terms styling
authorAndy Allan <andy@gravitystorm.co.uk>
Mon, 21 Mar 2011 16:29:30 +0000 (16:29 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 3 Apr 2011 12:46:17 +0000 (13:46 +0100)
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.

public/stylesheets/common.css

index 45f2f5e00cad567d75a7aa18bd3e2176630936da..cb402f22d85102685029dede3dd4af98641ede41 100644 (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 {