From: Marco Date: Sat, 15 May 2010 11:30:28 +0000 (+0200) Subject: Bug 395896: Hide the "Short Format" button in "Format for Printing" when printing X-Git-Tag: bugzilla-3.7.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b58573f7f748b46bd05106aef4e9b4ff3a985025;p=thirdparty%2Fbugzilla.git Bug 395896: Hide the "Short Format" button in "Format for Printing" when printing r/a=LpSolit --- diff --git a/skins/standard/global.css b/skins/standard/global.css index a240f94f00..0f64fcab48 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -452,6 +452,10 @@ div.user_match { display: none; } + div.bz_query_buttons { + display: none; + } + body { background-image: none; background-color: #fff;