add page titles, adjust minuser for resize function

This commit is contained in:
Sanj 2011-07-01 15:43:37 +05:30
parent e43bc56547
commit b4746f1141
2 changed files with 5 additions and 1 deletions

View File

@ -75,7 +75,7 @@ $(function() {
});
$(window).resize(function() {
var minuser = 300;
var minuser = 400;
var winHeight = $(window).height();
var listHeight = winHeight - minuser;
$('#fileList').css("height", listHeight + "px");

View File

@ -1,5 +1,9 @@
{% extends 'main_base.html' %}
{% block title %} Browse the Archive {% endblock %}
{% block pageTitle %} Browse the Archive {% endblock %}
{% block extra_head %}
<!-- <link rel="stylesheet" href="/static/css/reset.css" /> -->
<link rel="stylesheet" href="/static/css/files/browse.css" />