From 3cea91884b28b52df4e38f2ba88c00b65071a81f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 25 Oct 2008 04:11:30 +0000 Subject: Bug 291433: Ability to have custom fields whose visibility depends on the values of other fields Patch By Max Kanat-Alexander r=bbaetz, a=mkanat --- skins/standard/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 5118e9c28..0c2c0c434 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -406,6 +406,10 @@ div.user_match { vertical-align: top; } +.bz_hidden_field { + display: none; +} + .calendar_button { background: transparent url("global/calendar.png") no-repeat; width: 20px; -- cgit v1.2.3-24-g4f1b