From fa78132169b6f56f2c5b83461ef4f116b8ee4940 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Fri, 20 Jul 2012 18:58:44 +0530 Subject: UI changes --- stapp/static/video/css/style.css | 7 +++++++ stapp/templates/video/home.html | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css index ec92398..c4aecbf 100644 --- a/stapp/static/video/css/style.css +++ b/stapp/static/video/css/style.css @@ -2,6 +2,7 @@ body{ padding-top:40px; } + .container-fluid{ padding-left:0; padding-right:0; @@ -9,6 +10,8 @@ body{ .top-row{ background-color:#3c8fc9; + background:-moz-linear-gradient(top,#3c8fc9,#ffffff); + background:-webkit-linear-gradient(top,#3c8fc9,#ffffff); } .main-video{ @@ -25,3 +28,7 @@ body{ width: 250px; height:150px; } + +#videodescription{ + font-size:14px; +} diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html index 90af79c..54f3b26 100644 --- a/stapp/templates/video/home.html +++ b/stapp/templates/video/home.html @@ -21,14 +21,14 @@ function myfunction(video,image) {% block onload %} {% endblock onload %} {% block video %} -