diff options
author | Jay Parikh | 2012-07-19 19:25:52 +0530 |
---|---|---|
committer | Jay Parikh | 2012-07-19 19:25:52 +0530 |
commit | be07f320f872c9be90d9fbc53aba8fadadc35396 (patch) | |
tree | 0f76f9355a6dd0b8f8afa27ae05aa5aae0c59763 /stapp/static/video/css | |
parent | 6c2fa5dc986fc3ea548f79e713eb2def052a585d (diff) | |
download | stproject-be07f320f872c9be90d9fbc53aba8fadadc35396.tar.gz stproject-be07f320f872c9be90d9fbc53aba8fadadc35396.tar.bz2 stproject-be07f320f872c9be90d9fbc53aba8fadadc35396.zip |
changed the UI to seperate the main video and removed thumbnails
Diffstat (limited to 'stapp/static/video/css')
-rw-r--r-- | stapp/static/video/css/style.css | 25 |
1 files changed, 25 insertions, 0 deletions
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; +} |