comparison Applications/StoneWebViewer/WebApplication/app-fixes.css @ 2012:637d6373127a

width of the vertical slider has doubled to ease user interactions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Dec 2022 18:49:06 +0100
parents ed5a0b9183dc
children
comparison
equal deleted inserted replaced
2011:abd4ee1648de 2012:637d6373127a
48 .wvVerticalScrollbar { 48 .wvVerticalScrollbar {
49 position: absolute; 49 position: absolute;
50 top: 0; 50 top: 0;
51 bottom: 0; 51 bottom: 0;
52 right: 0; 52 right: 0;
53 width: 10px; 53 width: 20px;
54 background-color: #1b663e; 54 background-color: #1b663e;
55 } 55 }
56 56
57 .wvInfoRightMargin { 57 .wvInfoRightMargin {
58 right: 10px !important; /* must match the "width" of "wvVerticalScrollbar" */ 58 right: 20px !important; /* must match the "width" of "wvVerticalScrollbar" */
59 } 59 }
60 60
61 .wvVerticalScrollbarHighlight { 61 .wvVerticalScrollbarHighlight {
62 position: absolute; 62 position: absolute;
63 left: 0; 63 left: 0;