summaryrefslogtreecommitdiff
path: root/stapp/static/video/css/style.css
diff options
context:
space:
mode:
authorParth Buch2012-07-20 19:34:53 +0530
committerParth Buch2012-07-20 19:34:53 +0530
commit0a66a25e8fe16e96b3e805c10c53f8496a2341b3 (patch)
treeb264585bbaa3abdc2cf1b70e323e2e1688ab1239 /stapp/static/video/css/style.css
parentfa78132169b6f56f2c5b83461ef4f116b8ee4940 (diff)
downloadstproject-0a66a25e8fe16e96b3e805c10c53f8496a2341b3.tar.gz
stproject-0a66a25e8fe16e96b3e805c10c53f8496a2341b3.tar.bz2
stproject-0a66a25e8fe16e96b3e805c10c53f8496a2341b3.zip
UI Changes, removed the 'well' class to get rid of padding problem
Diffstat (limited to 'stapp/static/video/css/style.css')
-rw-r--r--stapp/static/video/css/style.css8
1 files changed, 3 insertions, 5 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{