From 0e42a2b15535fee6cdaf97bbbeec93e08093da28 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 30 Jan 2011 01:39:27 +0100 Subject: Base screen from 800x600 to 1024x768 screens --- static/media/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/media/style.css b/static/media/style.css index 25616ac69..126beabc0 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -169,7 +169,7 @@ div.form { margin-bottom:40px; padding:1em; display:block; - width:500px; + width:740px; background-color: #EEE; border:2px solid #CCC; -moz-border-radius:8px; @@ -182,12 +182,11 @@ div.form table{ padding:0.2em; margin-left:auto; margin-right:auto; - width:100%; } div.form table th{ text-align:left; - width:150px; + width:200px; } div.form .errorlist{ @@ -199,7 +198,7 @@ div.form .errorlist{ margin-right:auto; padding:1em; display:block; - width:500px; + width:740px; } .info p{ -- cgit v1.2.3