From acd01306fe490c9525ba1b59f0afeb33d4e338ab Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 22 Aug 2013 18:09:36 -0400 Subject: [PATCH] minor style change to keep videos from blowing out in verification --- lms/static/sass/views/_verification.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 691652063c..c6e9ec4868 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -50,8 +50,6 @@ body.register.verification { - - .progress { .progress-step { @@ -163,4 +161,9 @@ body.register.verification { } + video { + width: 512px; + height: 384px; + } + }