#101 add print styles to allow iframe sites to print

This commit is contained in:
Dana Hanna 2015-05-12 23:17:41 -04:00
parent 9d5833b0e1
commit 2d9959313b
1 changed files with 5 additions and 0 deletions

View File

@ -161,3 +161,8 @@ a { color: black }
100% { opacity: 0 }
}
/* Print styles */
@media print {
#inner-iframe { position: fixed; }
.progressbar, .fixbutton, .notifications, .loadingscreen { visibility: hidden; }
}