summaryrefslogtreecommitdiff
path: root/stapp/static/video/css/style.css
diff options
context:
space:
mode:
authorParth Buch2012-07-20 18:58:44 +0530
committerParth Buch2012-07-20 18:58:44 +0530
commitfa78132169b6f56f2c5b83461ef4f116b8ee4940 (patch)
treeef73ddfcd4217924ba8d5b1bc6866241527dffda /stapp/static/video/css/style.css
parent4b500ce8bb47606b6b0c58dc9df8a93f0f345234 (diff)
downloadstproject-fa78132169b6f56f2c5b83461ef4f116b8ee4940.tar.gz
stproject-fa78132169b6f56f2c5b83461ef4f116b8ee4940.tar.bz2
stproject-fa78132169b6f56f2c5b83461ef4f116b8ee4940.zip
UI changes
Diffstat (limited to 'stapp/static/video/css/style.css')
-rw-r--r--stapp/static/video/css/style.css7
1 files changed, 7 insertions, 0 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;
+}