From 14eeabee2834c41b0b58aed9858849d585e36eaa Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 13 Dec 2013 20:31:09 +0530 Subject: [PATCH] scholarship form: moved the annotated text closer to the relevant input --- 2014/assets/css/custom.css | 4 ++++ 2014/scholarships/index.html | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 1e90b0f9..adf0281a 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -161,6 +161,10 @@ body { box-shadow: none; } +.scholarship-input-annotation { + margin-bottom: -0.6em; +} + .lp-signup .form-group { margin-bottom: 2px; } diff --git a/2014/scholarships/index.html b/2014/scholarships/index.html index a5bb5279..5bc21164 100644 --- a/2014/scholarships/index.html +++ b/2014/scholarships/index.html @@ -131,7 +131,7 @@
-

+

Please tell us where you're coming from.

@@ -531,7 +531,7 @@
-

+

Check all that apply

@@ -697,7 +697,7 @@
-

+

Please limit each of your answers to 150 words.

-- 2.25.1