summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-09-29 16:57:02 +0200
committerByron Jones <glob@mozilla.com>2015-09-29 16:57:02 +0200
commit05fed61671067cb6a750d41909ccb5692ba43808 (patch)
tree3ed5654e9383df29b48c009f16aed40d26782b1d /skins/standard/global.css
parent87c32cbdf12784dacbbcd9694753ac0e5e02afea (diff)
downloadbugzilla-05fed61671067cb6a750d41909ccb5692ba43808.tar.gz
bugzilla-05fed61671067cb6a750d41909ccb5692ba43808.tar.xz
Bug 1199090 - add printable recovery 2fa codes
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 3f0ec55a7..81736f052 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -517,7 +517,7 @@ div.user_match {
/* Rules specific for printing */
@media print {
- #header, #footer {
+ #header, #footer, #privacy-policy {
display: none;
}
@@ -529,6 +529,15 @@ div.user_match {
background-image: none;
background-color: #fff;
}
+
+ #prefnav, #prefcontent #update, #prefcontent #message {
+ display: none;
+ }
+
+ #prefcontent {
+ margin-left: 0 !important;
+ box-shadow: none !important;
+ }
}
/**************/