[staging area] modified the signup checkbox.
authorrsiddharth <rsd@gnu.org>
Tue, 8 Oct 2013 15:08:54 +0000 (20:38 +0530)
committerrsiddharth <rsd@gnu.org>
Tue, 8 Oct 2013 15:08:54 +0000 (20:38 +0530)
2014/assets/css/custom.css
server/staging/lpc14/index.html

index a30c0e9c41e9e27a02a367798a48c35154adff92..51a10879b42b4cf04fa49e972b0c8f23a41841c2 100644 (file)
@@ -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;
 }
index 4620b6719c82b60184384165b21f9ae4e2d46a3f..bc7fd474dd40a1181fa7a7bf1f62153aba03f855 100644 (file)
                                        <div class="checkbox">
                                          <input
                                                 type="hidden" name="custom_79[yes]" value="" />
-                                         <label class="lp-label-news">
                                                <input id="custom_79_yes"
                                                           name="custom_79[yes]" type="checkbox" value="1" checked="checked"
                                                           class="checkbox" />
-                                               Also join the FSF's newsletter
-                                         </label>
+                                               <label class="lp-label-news" for="custom_79_yes">
+                                                 Also join the FSF's newsletter
+                                               </label>
                                          <p class="help-block">Read our
                                                <a href="https://my.fsf.org/donate/privacypolicy.html">
                                                  privacy policy</a>.</p>