summaryrefslogtreecommitdiff
path: root/stapp/static/video
diff options
context:
space:
mode:
authorParth Buch2012-07-27 18:00:40 +0530
committerParth Buch2012-07-27 18:00:40 +0530
commit6452bbe21cdc0624b5d9b2ddfeef5efa6d396546 (patch)
tree22d12a499b1688574cb8a2e4bff6a294439ef942 /stapp/static/video
parentf3330079bac3935372931c79dc666c0cecddd0f0 (diff)
downloadstproject-6452bbe21cdc0624b5d9b2ddfeef5efa6d396546.tar.gz
stproject-6452bbe21cdc0624b5d9b2ddfeef5efa6d396546.tar.bz2
stproject-6452bbe21cdc0624b5d9b2ddfeef5efa6d396546.zip
UI Changes
Added background and borders
Diffstat (limited to 'stapp/static/video')
-rw-r--r--stapp/static/video/css/style.css25
-rw-r--r--stapp/static/video/img/background_texture.jpgbin0 -> 74190 bytes
2 files changed, 19 insertions, 6 deletions
diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css
index 4aa6c6e..594835d 100644
--- a/stapp/static/video/css/style.css
+++ b/stapp/static/video/css/style.css
@@ -1,8 +1,11 @@
body{
- background : #D9D9D9;
+ background : url("../img/background_texture.jpg") repeat fixed 50% 0 transparent;
padding-top:40px;
}
+.title{
+ border-bottom : 1px solid #E1E2E1;
+}
.top-row{
background:none repeat scroll 0 0 #8E8E8E;
@@ -15,13 +18,23 @@ body{
height : 100%;
}
+.module-row{
+ border-bottom: 1px solid #E1E1E2;
+ margin-bottom: 20px;
+ padding-bottom: 10px;
+}
+
+.module-description{
+ margin-bottom : 10px;
+}
.module-list{
- position:relative;
- float:left;
- margin-right:30px;
- margin-bottom:30px;
+ border-right: 1px solid #E1E1E2;
+ float: left;
+ height: 150px;
+ margin-left: 20px;
+ padding: 10px;
+ position: relative;
width: 250px;
- height:150px;
}
video{
diff --git a/stapp/static/video/img/background_texture.jpg b/stapp/static/video/img/background_texture.jpg
new file mode 100644
index 0000000..17d57ec
--- /dev/null
+++ b/stapp/static/video/img/background_texture.jpg
Binary files differ