Browse Source

CSS fixes to the sidebar.

No need for a 15px margin, and links should have a pointer cursor.
waddlesplash 12 years ago
parent
commit
d0864f766b
  1. 4
      web/viewer.css

4
web/viewer.css

@ -919,12 +919,12 @@ html[dir='rtl'] .toolbarButton.pageDown::before { @@ -919,12 +919,12 @@ html[dir='rtl'] .toolbarButton.pageDown::before {
}
.thumbnail {
margin-bottom: 15px;
float: left;
}
.thumbnail:not([data-loaded]) {
border: 1px dashed rgba(255, 255, 255, 0.5);
margin-bottom: 10px;
}
.thumbnailImage {
@ -1002,7 +1002,6 @@ html[dir='rtl'] .outlineItem > .outlineItems { @@ -1002,7 +1002,6 @@ html[dir='rtl'] .outlineItem > .outlineItems {
font-size: 13px;
line-height: 15px;
-moz-user-select: none;
cursor: default;
white-space: normal;
}
@ -1039,6 +1038,7 @@ html[dir='rtl'] .outlineItem > a { @@ -1039,6 +1038,7 @@ html[dir='rtl'] .outlineItem > a {
font-size: 12px;
color: hsla(0,0%,100%,.8);
font-style: italic;
cursor: default;
}
#findScrollView {

Loading…
Cancel
Save