|
|
@ -501,6 +501,11 @@ html[dir='rtl'] .toolbarButton.pageDown::before { |
|
|
|
content: url(images/toolbarButton-print.png); |
|
|
|
content: url(images/toolbarButton-print.png); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.toolbarButton.openFile::before { |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
content: url(images/toolbarButton-openFile.png); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.toolbarButton.download::before { |
|
|
|
.toolbarButton.download::before { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
content: url(images/toolbarButton-download.png); |
|
|
|
content: url(images/toolbarButton-download.png); |
|
|
@ -932,17 +937,26 @@ canvas { |
|
|
|
font-size: 10px; |
|
|
|
font-size: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 770px) { |
|
|
|
@media all and (max-width: 950px) { |
|
|
|
#scaleSelectContainer, #fileInput, #pageNumberLabel { |
|
|
|
html[dir='ltr'] #outerContainer.sidebarMoving .outerCenter, |
|
|
|
display: none; |
|
|
|
html[dir='ltr'] #outerContainer.sidebarOpen .outerCenter { |
|
|
|
|
|
|
|
float: left; |
|
|
|
|
|
|
|
left: 180px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
html[dir='rtl'] #outerContainer.sidebarMoving .outerCenter, |
|
|
|
|
|
|
|
html[dir='rtl'] #outerContainer.sidebarOpen .outerCenter { |
|
|
|
|
|
|
|
float: right; |
|
|
|
|
|
|
|
right: 180px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 770px) { |
|
|
|
#sidebarContainer { |
|
|
|
#sidebarContainer { |
|
|
|
top: 33px; |
|
|
|
top: 33px; |
|
|
|
z-index: 100; |
|
|
|
z-index: 100; |
|
|
|
} |
|
|
|
} |
|
|
|
#sidebarContent { |
|
|
|
#sidebarContent { |
|
|
|
top: 33px; |
|
|
|
top: 32px; |
|
|
|
background-color: hsla(0,0%,0%,.7); |
|
|
|
background-color: hsla(0,0%,0%,.7); |
|
|
|
} |
|
|
|
} |
|
|
|
#thumbnailView, #outlineView { |
|
|
|
#thumbnailView, #outlineView { |
|
|
@ -956,16 +970,6 @@ canvas { |
|
|
|
right: 0px; |
|
|
|
right: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#pageNumber { |
|
|
|
|
|
|
|
width: 30px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 500px) { |
|
|
|
|
|
|
|
#viewBookmark { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html[dir='ltr'] .outerCenter { |
|
|
|
html[dir='ltr'] .outerCenter { |
|
|
|
float: left; |
|
|
|
float: left; |
|
|
|
left: 180px; |
|
|
|
left: 180px; |
|
|
@ -975,3 +979,9 @@ canvas { |
|
|
|
right: 180px; |
|
|
|
right: 180px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 600px) { |
|
|
|
|
|
|
|
#toolbarViewerRight { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|