From: Tom Hughes Date: Sun, 3 Apr 2011 09:52:59 +0000 (+0100) Subject: Make CTs full width in slim mode X-Git-Tag: live~6254^2~80 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/98f34e4534ba5ae9886fbcb13b6e88b2aaace96a Make CTs full width in slim mode --- diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index cb402f22d..5490b1a9b 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -705,6 +705,10 @@ div#contributorTerms { height: 400px; } +div#slim_content div#contributorTerms { + width: auto; +} + div#contributorTerms p#first { margin-top: 0px; } @@ -729,6 +733,10 @@ form#termsForm { margin-bottom: 3em; } +div#slim_content form#termsForm { + width: auto; +} + form#termsForm div#buttons { float: right; }