summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParth Buch2012-07-27 18:08:34 +0530
committerParth Buch2012-07-27 18:08:34 +0530
commitee2d3fa586b44e7bacb997645a73b84f7edc0917 (patch)
treeaff54efd9cb241cd1d02fae2819e9aa6fc5e6117
parent37334ecc9ed2bfa9a9fb0112fb1a58c08e50e8eb (diff)
downloadstproject-master.tar.gz
stproject-master.tar.bz2
stproject-master.zip
removing UI errorsHEADmaster
-rw-r--r--stapp/static/video/css/style.css2
-rw-r--r--stapp/templates/video/home.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css
index 594835d..7cae2a9 100644
--- a/stapp/static/video/css/style.css
+++ b/stapp/static/video/css/style.css
@@ -30,7 +30,7 @@ body{
.module-list{
border-right: 1px solid #E1E1E2;
float: left;
- height: 150px;
+ height: 200px;
margin-left: 20px;
padding: 10px;
position: relative;
diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html
index c3ae717..0e3e0d6 100644
--- a/stapp/templates/video/home.html
+++ b/stapp/templates/video/home.html
@@ -49,7 +49,7 @@ function changeDetail(video,image,idname,iddesc)
<div class="row-fluid module-row">
<h1>All Modules</h1>
{% for module in all_modules %}
- <div class="module-list"><h3>{{module.name}}</h3>
+ <div class="module-list"><h3 class="title">{{module.name}}</h3>
<h5 class="module-description">{{module.description|safe}}</h5>
{% for video in module.video_list.all %}
<textarea style="display:none;" id=vdesc{{forloop.parentloop.counter}}{{forloop.counter}}>{{video.description}}