]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 395896: Hide the "Short Format" button in "Format for Printing" when printing
authorMarco <arthurpbs@gmail.com>
Sat, 15 May 2010 11:30:28 +0000 (13:30 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 15 May 2010 11:30:28 +0000 (13:30 +0200)
r/a=LpSolit

skins/standard/global.css

index a240f94f003672cb983ffac7cd03c6d1d0631823..0f64fcab48630c99054d5069627ee982e60d914f 100644 (file)
@@ -452,6 +452,10 @@ div.user_match {
         display: none;
     }
 
+    div.bz_query_buttons {
+        display: none;
+    }
+
     body {
         background-image: none;
         background-color: #fff;