From e106dc27f9df7d8f9f657a36880a14feecb15b36 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 16 Jul 2008 14:05:51 -0700 Subject: [PATCH] Increased size of upload pulldown frame to look better in both FF3 and IE6. --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 6fc1ba3..fcce3d8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -789,8 +789,8 @@ h1 { .upload_frame { padding: 0; margin: 0; - width: 40em; - height: 4em; + width: 50em; + height: 5em; } .file_thumbnail {