summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParth Buch2012-07-27 16:14:18 +0530
committerParth Buch2012-07-27 16:14:18 +0530
commitf3330079bac3935372931c79dc666c0cecddd0f0 (patch)
treeffaf9fe69b3a20b60b4ab80fdd92da08d04abc55
parente97a73237a1e5b0bbd2071f4e09388848e8c6404 (diff)
downloadstproject-f3330079bac3935372931c79dc666c0cecddd0f0.tar.gz
stproject-f3330079bac3935372931c79dc666c0cecddd0f0.tar.bz2
stproject-f3330079bac3935372931c79dc666c0cecddd0f0.zip
Removed tags, made UI fluid
-rw-r--r--stapp/static/video/css/style.css2
-rw-r--r--stapp/templates/video/home.html3
2 files changed, 1 insertions, 4 deletions
diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css
index da6ce4b..4aa6c6e 100644
--- a/stapp/static/video/css/style.css
+++ b/stapp/static/video/css/style.css
@@ -12,7 +12,7 @@ body{
.main-video{
padding: 30px 20px 20px;
- height : 495px;
+ height : 100%;
}
.module-list{
diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html
index cf055ed..d1da82d 100644
--- a/stapp/templates/video/home.html
+++ b/stapp/templates/video/home.html
@@ -18,9 +18,6 @@ function changeDetail(video,image,idname,iddesc)
{% block onload %} {% endblock onload %}
{% block video %}
-{% for tag in tags %}
- <a href="/tags/{{tag}}/">{{tag}}</a>
-{% endfor %}
<video style="border:2px solid black;" width="100%" controls="controls" id="mainvideo" poster="{{play.image.url}}" preload="none" src="{{play.filename.url}}">
</video>