Browse Source

Merge remote-tracking branch 'upstream/master'

Xavier Fung 13 years ago
parent
commit
f09340bcf9
  1. 8
      web/viewer.css

8
web/viewer.css

@ -767,9 +767,9 @@ html[dir='rtl'] .toolbarButton.pageDown::before { @@ -767,9 +767,9 @@ html[dir='rtl'] .toolbarButton.pageDown::before {
}
#thumbnailView {
position: fixed;
position: absolute;
width: 120px;
top: 33px;
top: 0;
bottom: 0;
padding: 10px 40px 0;
overflow: auto;
@ -832,9 +832,9 @@ a:focus > .thumbnail > .thumbnailSelectionRing, @@ -832,9 +832,9 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
}
#outlineView {
position: fixed;
position: absolute;
width: 192px;
top: 33px;
top: 0;
bottom: 0;
padding: 4px 4px 0;
overflow: auto;

Loading…
Cancel
Save