##// 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 234 .btn-followlines {
235 position: absolute;
235 236 display: none;
236 237 cursor: pointer;
237 238 box-sizing: content-box;
@@ -249,14 +250,6 b' div.followlines-link {'
249 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 253 span.followlines-select .btn-followlines {
261 254 margin-left: -1.6em;
262 255 }
@@ -350,6 +350,7 b' div.followlines-link {'
350 350 }
351 351
352 352 .btn-followlines {
353 position: absolute;
353 354 display: none;
354 355 cursor: pointer;
355 356 box-sizing: content-box;
@@ -367,14 +368,6 b' div.followlines-link {'
367 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 371 span.followlines-select .btn-followlines {
379 372 margin-left: -1.5em;
380 373 }
@@ -340,7 +340,7 b' static file'
340 340
341 341 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
342 342 200 Script output follows
343 content-length: 9126
343 content-length: 9059
344 344 content-type: text/css
345 345
346 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 579 .btn-followlines {
580 position: absolute;
580 581 display: none;
581 582 cursor: pointer;
582 583 box-sizing: content-box;
@@ -594,14 +595,6 b' static file'
594 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 598 span.followlines-select .btn-followlines {
606 599 margin-left: -1.6em;
607 600 }
General Comments 0
You need to be logged in to leave comments. Login now