##// END OF EJS Templates
Add dark lower border to pager handle
Jonathan Frederic -
Show More
@@ -7,8 +7,8 b' div#pager {'
7 7 position: fixed;
8 8 bottom: 0px;
9 9 width: 100%;
10 border-top: 4px solid @navbar-default-border;
11 10 max-height: 50%;
11 padding-top: 7px;
12 12
13 13 /* Display over codemirror */
14 14 z-index: 100;
@@ -25,7 +25,7 b' div#pager {'
25 25
26 26 #pager-button-area {
27 27 position: absolute;
28 top: 0px;
28 top: 7px;
29 29 right: 20px;
30 30 }
31 31
@@ -44,5 +44,8 b' div#pager {'
44 44
45 45 .ui-resizable-handle {
46 46 top: 0px;
47 height: 7px;
48 background: @light_border_color;
49 border-bottom: 1px solid @border_color;
47 50 }
48 51 }
@@ -10288,8 +10288,8 b' div#pager {'
10288 10288 position: fixed;
10289 10289 bottom: 0px;
10290 10290 width: 100%;
10291 border-top: 4px solid #e7e7e7;
10292 10291 max-height: 50%;
10292 padding-top: 7px;
10293 10293 /* Display over codemirror */
10294 10294 z-index: 100;
10295 10295 /* Hack which prevents jquery ui resizable from changing top. */
@@ -10303,7 +10303,7 b' div#pager pre {'
10303 10303 }
10304 10304 div#pager #pager-button-area {
10305 10305 position: absolute;
10306 top: 0px;
10306 top: 7px;
10307 10307 right: 20px;
10308 10308 }
10309 10309 div#pager #pager-contents {
@@ -10321,6 +10321,9 b' div#pager #pager-contents #pager-container {'
10321 10321 }
10322 10322 div#pager .ui-resizable-handle {
10323 10323 top: 0px;
10324 height: 7px;
10325 background: #cfcfcf;
10326 border-bottom: 1px solid #ababab;
10324 10327 }
10325 10328 .quickhelp {
10326 10329 /* Old browsers */
General Comments 0
You need to be logged in to leave comments. Login now