From ed587ce510b4587251b2cc69423b69c4af40bd47 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 28 Oct 2002 05:23:56 +0000 Subject: Added search_style --- styles/green/default.css | 4 ++-- styles/grey/default.css | 3 ++- styles/orange/default.css | 4 ++-- styles/red/default.css | 3 ++- styles/tan/default.css | 3 ++- 5 files changed, 10 insertions(+), 7 deletions(-) (limited to 'styles') diff --git a/styles/green/default.css b/styles/green/default.css index b7850df..bbcdec9 100644 --- a/styles/green/default.css +++ b/styles/green/default.css @@ -67,5 +67,5 @@ body { background-image: url(background.gif); } /* Length of the form drop downs */ -.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; } - +.query_style { font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 156px; margin-bottom: 0; } +.search_style { font-size: 12px; font-family: verdana, geneva, arial, sans-serif; width: 134px; margin-bottom: 0; } diff --git a/styles/grey/default.css b/styles/grey/default.css index 39d3e4f..7d01da7 100644 --- a/styles/grey/default.css +++ b/styles/grey/default.css @@ -65,5 +65,6 @@ body { background-image: url(background.gif); } /* Length of the form drop downs */ -.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; } +.query_style { font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 156px; margin-bottom: 0; } +.search_style { font-size: 12px; font-family: verdana, geneva, arial, sans-serif; width: 134px; margin-bottom: 0; } diff --git a/styles/orange/default.css b/styles/orange/default.css index fd6a09a..2a1261c 100644 --- a/styles/orange/default.css +++ b/styles/orange/default.css @@ -65,5 +65,5 @@ body { background-color: #E5E5E5; } /* Length of the form drop downs */ -.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; } - +.query_style { font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 156px; margin-bottom: 0; } +.search_style { font-size: 12px; font-family: verdana, geneva, arial, sans-serif; width: 134px; margin-bottom: 0; } diff --git a/styles/red/default.css b/styles/red/default.css index cb403df..040614b 100644 --- a/styles/red/default.css +++ b/styles/red/default.css @@ -64,5 +64,6 @@ body { background-color: #E5E5E5; } /* Length of the form drop downs */ -.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; } +.query_style { font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 156px; margin-bottom: 0; } +.search_style { font-size: 12px; font-family: verdana, geneva, arial, sans-serif; width: 134px; margin-bottom: 0; } diff --git a/styles/tan/default.css b/styles/tan/default.css index 2088953..7ec79f1 100644 --- a/styles/tan/default.css +++ b/styles/tan/default.css @@ -67,5 +67,6 @@ body { background-image: url(background.gif); } /* Length of the form drop downs */ -.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; } +.query_style { font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 156px; margin-bottom: 0; } +.search_style { font-size: 12px; font-family: verdana, geneva, arial, sans-serif; width: 134px; margin-bottom: 0; } -- cgit v1.2.3