Merge pull request #102 from thesoftwarejedi/fix-print

#101 add print styles to allow iframe sites to print
This commit is contained in:
ZeroNet 2015-05-13 11:07:35 +02:00
commit c874726aba
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; }
}