From 9c96fcf4cd507a1b4013c8c7ce70ee4dbbc30a1c Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 5 Sep 2013 10:00:29 -0400 Subject: [PATCH] edx.org: ensures that the iframe-based register button has a transparent background --- lms/static/sass/_shame.scss | 1 + lms/templates/mktg_iframe.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index 396873d147..1c9b997ebd 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -131,6 +131,7 @@ // edx.org marketing site - registration iframe band-aid (poor form enough to isolate out) .view-iframe, .view-iframe-content { + background: transparent !important; overflow: hidden; } diff --git a/lms/templates/mktg_iframe.html b/lms/templates/mktg_iframe.html index 245af3d40e..eae71cb881 100644 --- a/lms/templates/mktg_iframe.html +++ b/lms/templates/mktg_iframe.html @@ -27,7 +27,7 @@