diff options
author | Marco <arthurpbs@gmail.com> | 2010-05-15 13:30:28 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-05-15 13:30:28 +0200 |
commit | b58573f7f748b46bd05106aef4e9b4ff3a985025 (patch) | |
tree | 8a342fef993fc89e14d77a6fde44a684553f6bdd | |
parent | 45e1542e1c477534bc44e048c81c2108b6b9a091 (diff) | |
download | bugzilla-b58573f7f748b46bd05106aef4e9b4ff3a985025.tar.gz bugzilla-b58573f7f748b46bd05106aef4e9b4ff3a985025.tar.xz |
Bug 395896: Hide the "Short Format" button in "Format for Printing" when printing
r/a=LpSolit
-rw-r--r-- | skins/standard/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index a240f94f0..0f64fcab4 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; |