]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix height descrepancy and padding usability issue on stay-in-touch form
authorEric Morris <eric@zurb.com>
Mon, 11 Nov 2013 21:15:43 +0000 (13:15 -0800)
committerEric Morris <eric@zurb.com>
Mon, 11 Nov 2013 21:15:43 +0000 (13:15 -0800)
sass/app.scss
stylesheets/app.css

index b21afc95f3d6e871bde0eed783c906082c0cb650..67e709e4cac71049e71d013e568daefe759ade8a 100644 (file)
@@ -193,8 +193,8 @@ ul.header-social-links { display: block;
   h5, a { color: #FFF; margin-bottom: 0; }
   p { color: #8798a7; margin-bottom: 0; }
   form { margin-bottom: 0; margin-top: 9px; 
-    input { padding: 18px; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;  }
-    .button { padding-top: 13px; }
+    input { padding-left: 15px; height: 42px; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;  }
+    .button { height: 42px; padding-top: 13px; }
   } 
 }
 
index 68e0772b309920ec3d462fa7c9f19fb3dcdb2712..5654e613880653229595d1d95d83357daacff348 100644 (file)
@@ -11538,7 +11538,8 @@ ul.header-social-links li a:hover {
 }
 /* line 196, ../sass/app.scss */
 .stay-updated form input {
-  padding: 18px;
+  padding-left: 15px;
+  height: 42px;
   border: none;
   border-radius: 0;
   -moz-border-radius: 0;
@@ -11546,6 +11547,7 @@ ul.header-social-links li a:hover {
 }
 /* line 197, ../sass/app.scss */
 .stay-updated form .button {
+  height: 42px;
   padding-top: 13px;
 }