Hide page label and zoom selector

This commit is contained in:
Yury Delendik 2012-05-23 17:10:53 -05:00
parent b7d0c0b4d0
commit 902a2a9f03

View File

@ -985,3 +985,10 @@ canvas {
display: none;
}
}
@media all and (max-width: 500px) {
#scaleSelectContainer, #pageNumberLabel {
display: none;
}
}