##// END OF EJS Templates
invoke css
Jonathan Frederic -
Show More
@@ -10130,7 +10130,7 b' div#pager {'
10130 bottom: 0px;
10130 bottom: 0px;
10131 width: 100%;
10131 width: 100%;
10132 max-height: 50%;
10132 max-height: 50%;
10133 padding-top: 7px;
10133 padding-top: 10px;
10134 /* Display over codemirror */
10134 /* Display over codemirror */
10135 z-index: 100;
10135 z-index: 100;
10136 /* Hack which prevents jquery ui resizable from changing top. */
10136 /* Hack which prevents jquery ui resizable from changing top. */
@@ -10144,7 +10144,7 b' div#pager pre {'
10144 }
10144 }
10145 div#pager #pager-button-area {
10145 div#pager #pager-button-area {
10146 position: absolute;
10146 position: absolute;
10147 top: 7px;
10147 top: 10px;
10148 right: 20px;
10148 right: 20px;
10149 }
10149 }
10150 div#pager #pager-contents {
10150 div#pager #pager-contents {
@@ -10162,9 +10162,23 b' div#pager #pager-contents #pager-container {'
10162 }
10162 }
10163 div#pager .ui-resizable-handle {
10163 div#pager .ui-resizable-handle {
10164 top: 0px;
10164 top: 0px;
10165 height: 7px;
10165 height: 10px;
10166 background: #cfcfcf;
10166 background: #f7f7f7;
10167 border-bottom: 1px solid #ababab;
10167 border-top: 1px solid #cfcfcf;
10168 border-bottom: 1px solid #cfcfcf;
10169 /* This injects handle bars (a short, wide = symbol) for
10170 the resize handle. */
10171 }
10172 div#pager .ui-resizable-handle::after {
10173 content: '';
10174 top: 2px;
10175 left: 50%;
10176 height: 3px;
10177 width: 20px;
10178 margin-left: -10px;
10179 position: absolute;
10180 border-bottom: 1px solid #cfcfcf;
10181 border-top: 1px solid #cfcfcf;
10168 }
10182 }
10169 .quickhelp {
10183 .quickhelp {
10170 /* Old browsers */
10184 /* Old browsers */
General Comments 0
You need to be logged in to leave comments. Login now