From dd6bdf76c150b375d626a5ef1970b92f46905e1f Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 8 Oct 2013 20:38:54 +0530 Subject: [PATCH] [staging area] modified the signup checkbox. --- 2014/assets/css/custom.css | 8 ++++++-- server/staging/lpc14/index.html | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index a30c0e9c..51a10879 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -90,11 +90,11 @@ body { } .form-control:-ms-input-placeholder { - color: #999999; + color: #777777; } .form-control::-webkit-input-placeholder { - color: #999999; + color: #777777; } .form-control { @@ -123,6 +123,10 @@ body { box-shadow: none; } +.form-group { + margin-bottom: 2px; +} + .lp-label-news { display: inline-block; } diff --git a/server/staging/lpc14/index.html b/server/staging/lpc14/index.html index 4620b671..bc7fd474 100644 --- a/server/staging/lpc14/index.html +++ b/server/staging/lpc14/index.html @@ -60,12 +60,12 @@
- +

Read our privacy policy.

-- 2.25.1