comparison mercurial/templates/static/style-monoblue.css @ 29522:9c37df347485

hgweb: add link to parents of annotated revision in annotate view The link is embedded into a div with class="annotate-info" that only shows up upon hover of the annotate column. To avoid duplicate hover-overs (this new one and the one coming from link's title), drop "title" attribute from a element and put it in the annotate-info element.
author Denis Laxalde <denis.laxalde@logilab.fr>
date Tue, 28 Jun 2016 11:42:42 +0200
parents 6b77adc2c7b5
children 0484dfa1e972
comparison
equal deleted inserted replaced
29521:83147ff53112 29522:9c37df347485
331 td.linenr { 331 td.linenr {
332 width: 60px; 332 width: 60px;
333 } 333 }
334 tr.thisrev a { color:#999999; text-decoration: none; } 334 tr.thisrev a { color:#999999; text-decoration: none; }
335 tr.thisrev td.source { color:#009900; } 335 tr.thisrev td.source { color:#009900; }
336 div.annotate-info {
337 display: none;
338 position: absolute;
339 background-color: #FFFFFF;
340 border: 1px solid #000000;
341 text-align: left;
342 color: #000000;
343 padding: 5px;
344 }
345 div.annotate-info a { color: #0000FF; }
346 td.annotate:hover div.annotate-info { display: inline; }
336 347
337 div#powered-by { 348 div#powered-by {
338 position: absolute; 349 position: absolute;
339 width: 75px; 350 width: 75px;
340 top: 15px; 351 top: 15px;