diff options
Diffstat (limited to 'stapp/static/video/css/style.css')
-rw-r--r-- | stapp/static/video/css/style.css | 25 |
1 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{ |