From e3080e6d0dde25a8abae31fa4c0d27e605954256 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Tue, 30 Jun 2015 16:17:00 -0400 Subject: [PATCH] give the header the right height in the verify flow ECOM-1808 --- lms/static/sass/views/_verification.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index d108f5cf20..03d939f3ca 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -113,6 +113,11 @@ padding-bottom: ($baseline +1); } + // HACK: fix global header height in verification flow ECOM-1808 + header.global { + height: 76px; + } + // HACK: nasty override due to our bad input/button styling button, input[type="submit"], input[type="button"], button[type="submit"] { @include font-size(16);