summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-01-28 02:21:11 +0100
committermkanat%bugzilla.org <>2008-01-28 02:21:11 +0100
commit46381d01b6e3e1b0143c3fe06224a86b9960d67f (patch)
tree9659992730eddcd30f5a710abb157014312bc13d /skins/standard/global.css
parentc0b4d49d2ed629ccba8c5fc0d61ebf28972d6ada (diff)
downloadbugzilla-46381d01b6e3e1b0143c3fe06224a86b9960d67f.tar.gz
bugzilla-46381d01b6e3e1b0143c3fe06224a86b9960d67f.tar.xz
Bug 374020: Re-work the bug editing form to be more usable.
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css11
1 files changed, 6 insertions, 5 deletions
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;
}
+
+