From 5d21c620a0813a70e76819d050842c0021f85a37 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sun, 3 Jul 2011 19:52:34 +0530 Subject: [PATCH] front pages --- edgware/static/css/main.css | 1 + edgware/static/css/main/home.css | 2 +- edgware/static/js/files/browse.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/edgware/static/css/main.css b/edgware/static/css/main.css index 73cc3f1..b1f3f1f 100644 --- a/edgware/static/css/main.css +++ b/edgware/static/css/main.css @@ -34,6 +34,7 @@ ul { left: 20px; top: 30px; width: 200px; + color: #FF8000; } #mainTitle h1 { diff --git a/edgware/static/css/main/home.css b/edgware/static/css/main/home.css index 6e056ec..d129cb0 100644 --- a/edgware/static/css/main/home.css +++ b/edgware/static/css/main/home.css @@ -15,5 +15,5 @@ } .centerSentence a:hover { - color: #FF00DB; + color: #2E64FE; } diff --git a/edgware/static/js/files/browse.js b/edgware/static/js/files/browse.js index 47d1875..fea239a 100644 --- a/edgware/static/js/files/browse.js +++ b/edgware/static/js/files/browse.js @@ -95,7 +95,7 @@ $(function() { }); $(window).resize(function() { - var minuser = 350; + var minuser = 400; var winHeight = $(window).height(); var listHeight = winHeight - minuser; $('#fileList').css("height", listHeight + "px");