From be07f320f872c9be90d9fbc53aba8fadadc35396 Mon Sep 17 00:00:00 2001 From: Jay Parikh Date: Thu, 19 Jul 2012 19:25:52 +0530 Subject: changed the UI to seperate the main video and removed thumbnails --- stapp/static/video/css/style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 stapp/static/video/css/style.css (limited to 'stapp/static/video/css') diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css new file mode 100644 index 0000000..5586116 --- /dev/null +++ b/stapp/static/video/css/style.css @@ -0,0 +1,25 @@ +body{ + padding-top:40px; +} + +.container-fluid{ + padding-left:0; + padding-right:0; +} + +.top-row{ + background-color:#3c8fc9; +} + +.main-video{ + padding-top:30px; + padding-left:20px; + padding-bottom:20px; +} + +.module-list{ + position:relative; + float:left; + margin-right:30px; + margin-bottom:50px; +} -- cgit