Increase pager handle size.

This commit is contained in:
Jonathan Frederic 2014-12-01 11:36:39 -08:00
parent ebb6e818a7
commit c0f01d65e8
2 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,7 @@ div#pager {
position: fixed;
bottom: 0px;
width: 100%;
border-top: 1px solid @navbar-default-border;
border-top: 4px solid @navbar-default-border;
max-height: 50%;
/* Display over codemirror */
@ -42,4 +42,7 @@ div#pager {
}
}
.ui-resizable-handle {
top: 0px;
}
}

View File

@ -10288,7 +10288,7 @@ div#pager {
position: fixed;
bottom: 0px;
width: 100%;
border-top: 1px solid #e7e7e7;
border-top: 4px solid #e7e7e7;
max-height: 50%;
/* Display over codemirror */
z-index: 100;
@ -10319,6 +10319,9 @@ div#pager #pager-contents #pager-container {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
div#pager .ui-resizable-handle {
top: 0px;
}
.quickhelp {
/* Old browsers */
display: -webkit-box;