From 98f34e4534ba5ae9886fbcb13b6e88b2aaace96a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 3 Apr 2011 10:52:59 +0100 Subject: [PATCH 1/1] Make CTs full width in slim mode --- public/stylesheets/common.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; } -- 2.43.2