From 4246c5bac9effce75d6cb87fffc6da7910caa476 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 7 Oct 2013 21:35:49 +0530 Subject: [PATCH] updated the signup form. added text about the form at the top. the checkbox and the privacy policy link are in the same line now. --- 2014/anti-harassment/index.html | 13 ++++++------- 2014/assets/css/custom.css | 13 ++++++++++++- 2014/javascript/index.html | 13 ++++++------- server/staging/lpc14/index.html | 13 ++++++------- 4 files changed, 30 insertions(+), 22 deletions(-) diff --git a/2014/anti-harassment/index.html b/2014/anti-harassment/index.html index ec7d2dc7..6a2b5854 100644 --- a/2014/anti-harassment/index.html +++ b/2014/anti-harassment/index.html @@ -34,9 +34,8 @@ -
- +
+

Registration has not yet opened. Sign up for updates!

-

Read our - - privacy policy.

diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index e7578a4d..7c4cb617 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -115,6 +115,17 @@ body { box-shadow: none; } +.lp-label-news { + display: inline-block; +} + +.checkbox .help-block { + display: inline-block; + margin-top: 0; + margin-bottom: 10px; + color: #737373; +} + .btn-default { color: #ffffff; background-color: rgba(145, 145, 145, 0.5); @@ -233,7 +244,7 @@ hr { } .margin-top { - margin-top: 40px; + margin-top: 22px; } /* Footer - adapted from diff --git a/2014/javascript/index.html b/2014/javascript/index.html index aedc6e1d..13f77669 100644 --- a/2014/javascript/index.html +++ b/2014/javascript/index.html @@ -33,9 +33,8 @@ -
- +
+

Registration has not yet opened. Sign up for updates!

-

Read our - - privacy policy.

diff --git a/server/staging/lpc14/index.html b/server/staging/lpc14/index.html index 36bcafd6..8cfeacf7 100644 --- a/server/staging/lpc14/index.html +++ b/server/staging/lpc14/index.html @@ -34,9 +34,8 @@ -
- +
+

Registration has not yet opened. Sign up for updates!

-

Read our - - privacy policy.

-- 2.25.1