From 60f7fabc93ac4ba4a74910ca466b816f41e68fa1 Mon Sep 17 00:00:00 2001 From: "wclouser%mozilla.com" Date: Thu, 29 Jun 2006 21:36:33 +0000 Subject: [PATCH] narrowed the date fields a bit --- webtools/uninstall_survey/webroot/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webtools/uninstall_survey/webroot/css/screen.css b/webtools/uninstall_survey/webroot/css/screen.css index 124edb042f0..6cb2e419305 100644 --- a/webtools/uninstall_survey/webroot/css/screen.css +++ b/webtools/uninstall_survey/webroot/css/screen.css @@ -19,6 +19,10 @@ height:150px; } + input[type="text"] { + width:7em; + } + /* The labels that are floated over the bar charts */ div.bar_chart_label { position: absolute;