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