From 9c784a90cc74f278289c2c82ea042418a64c6b50 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 20:32:51 +0530 Subject: [PATCH] frontpages --- edgware/static/css/files/archive.css | 9 ++++++++- edgware/static/css/files/login.css | 2 +- edgware/static/css/main.css | 1 - 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/files/archive.css b/edgware/static/css/files/archive.css index b68d372..13db3dd 100644 --- a/edgware/static/css/files/archive.css +++ b/edgware/static/css/files/archive.css @@ -121,7 +121,10 @@ color:#555353;} {color:#000;} .itemForm -{width:400px;} +{width:400px; +height:200px; +overeflow:hidden; +} .itemForm p {padding-top:12px;} @@ -145,6 +148,10 @@ height:50px; width: 200px; border:2px groove #efecec;} +.pvtLabel { +clear:both; +float:left} + .submitItem {clear:both; float:right; diff --git a/edgware/static/css/files/login.css b/edgware/static/css/files/login.css index bfd281a..8cbc369 100644 --- a/edgware/static/css/files/login.css +++ b/edgware/static/css/files/login.css @@ -5,6 +5,6 @@ width: 20%; overflow: hidden; text-align: right; - background:##848484; + background:#848484; } diff --git a/edgware/static/css/main.css b/edgware/static/css/main.css index 60b39bf..eeecd9a 100644 --- a/edgware/static/css/main.css +++ b/edgware/static/css/main.css @@ -38,7 +38,6 @@ ul { } #mainTitle h1 { - font-family: "Edgware Road", "DejaVu Sans", sans-serif; font-size: 20px; font-weight: bold; }