From 46381d01b6e3e1b0143c3fe06224a86b9960d67f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 28 Jan 2008 01:21:11 +0000 Subject: Bug 374020: Re-work the bug editing form to be more usable. Patch By Guy Pyrzak r=mkanat, a=mkanat --- skins/standard/global.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'skins/standard/global.css') diff --git a/skins/standard/global.css b/skins/standard/global.css index 4d8102f88..9d87927c7 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -28,6 +28,10 @@ color: #000; background: #fff url("global/body-back.gif") repeat-x; } + body, td, th, input { + font-family: Verdana, sans-serif; + font-size: small; + } /* global (end) */ /* header (begin) */ @@ -41,11 +45,6 @@ display: inline; } - #header .btn, - #header .txt { - font-size: 80%; - } - #header .links { font-size: 85%; border-left: 1px solid silver; @@ -397,3 +396,5 @@ form#Create .comment { -moz-border-radius: 5px; background: white; } + + -- cgit v1.2.3-24-g4f1b