From 59bfcb161db1444b1e6b0e5a1de7debc62913c24 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Mon, 21 Mar 2011 16:29:30 +0000 Subject: [PATCH] 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. --- public/stylesheets/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.43.2