##// END OF EJS Templates
hgweb: make followlines button absolutely positioned...
av6 -
r37510:8d05938d default
parent child Browse files
Show More
@@ -232,6 +232,7 b' div.followlines-link {'
232 }
232 }
233
233
234 .btn-followlines {
234 .btn-followlines {
235 position: absolute;
235 display: none;
236 display: none;
236 cursor: pointer;
237 cursor: pointer;
237 box-sizing: content-box;
238 box-sizing: content-box;
@@ -249,14 +250,6 b' div.followlines-link {'
249 line-height: 5px;
250 line-height: 5px;
250 }
251 }
251
252
252 tr .btn-followlines {
253 position: absolute;
254 }
255
256 span .btn-followlines {
257 float: left;
258 }
259
260 span.followlines-select .btn-followlines {
253 span.followlines-select .btn-followlines {
261 margin-left: -1.6em;
254 margin-left: -1.6em;
262 }
255 }
@@ -350,6 +350,7 b' div.followlines-link {'
350 }
350 }
351
351
352 .btn-followlines {
352 .btn-followlines {
353 position: absolute;
353 display: none;
354 display: none;
354 cursor: pointer;
355 cursor: pointer;
355 box-sizing: content-box;
356 box-sizing: content-box;
@@ -367,14 +368,6 b' div.followlines-link {'
367 line-height: 5px;
368 line-height: 5px;
368 }
369 }
369
370
370 tr .btn-followlines {
371 position: absolute;
372 }
373
374 span .btn-followlines {
375 float: left;
376 }
377
378 span.followlines-select .btn-followlines {
371 span.followlines-select .btn-followlines {
379 margin-left: -1.5em;
372 margin-left: -1.5em;
380 }
373 }
@@ -340,7 +340,7 b' static file'
340
340
341 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
341 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
342 200 Script output follows
342 200 Script output follows
343 content-length: 9126
343 content-length: 9059
344 content-type: text/css
344 content-type: text/css
345
345
346 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
346 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
@@ -577,6 +577,7 b' static file'
577 }
577 }
578
578
579 .btn-followlines {
579 .btn-followlines {
580 position: absolute;
580 display: none;
581 display: none;
581 cursor: pointer;
582 cursor: pointer;
582 box-sizing: content-box;
583 box-sizing: content-box;
@@ -594,14 +595,6 b' static file'
594 line-height: 5px;
595 line-height: 5px;
595 }
596 }
596
597
597 tr .btn-followlines {
598 position: absolute;
599 }
600
601 span .btn-followlines {
602 float: left;
603 }
604
605 span.followlines-select .btn-followlines {
598 span.followlines-select .btn-followlines {
606 margin-left: -1.6em;
599 margin-left: -1.6em;
607 }
600 }
General Comments 0
You need to be logged in to leave comments. Login now