From 0a66a25e8fe16e96b3e805c10c53f8496a2341b3 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Fri, 20 Jul 2012 19:34:53 +0530 Subject: UI Changes, removed the 'well' class to get rid of padding problem --- stapp/static/video/css/style.css | 8 +++----- stapp/templates/base.html | 3 +-- stapp/templates/video/home.html | 22 +++++++++++++++++++--- stapp/video/views.py | 6 +++--- 4 files changed, 26 insertions(+), 13 deletions(-) diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css index c4aecbf..4e23946 100644 --- a/stapp/static/video/css/style.css +++ b/stapp/static/video/css/style.css @@ -3,15 +3,13 @@ body{ } -.container-fluid{ - padding-left:0; - padding-right:0; -} - .top-row{ background-color:#3c8fc9; background:-moz-linear-gradient(top,#3c8fc9,#ffffff); background:-webkit-linear-gradient(top,#3c8fc9,#ffffff); + margin-left:-20px; + padding-right:40px; + margin-bottom:40px; } .main-video{ diff --git a/stapp/templates/base.html b/stapp/templates/base.html index 1f70617..560b290 100644 --- a/stapp/templates/base.html +++ b/stapp/templates/base.html @@ -71,10 +71,9 @@ padding: 9px 0; -
+ {% block module_list %} {% endblock %} -