comparison mercurial/templates/static/style-paper.css @ 30074:8f34e217338b

hgweb: avoid line wrap between revision and annotate-info (issue5398) Add white-space: nowrap to td.annotate to avoid wrapping div.annotate-info into next line if there is revision number in the same cell, as it is hard to mouse over div.annotate-info if it's wrapped into next line.
author Tooru Fujisawa <arai.unmht@gmail.com>
date Sat, 08 Oct 2016 19:32:54 +0900
parents 6e4da488f955
children 04ec317b8128
comparison
equal deleted inserted replaced
30073:aa23c93e636d 30074:8f34e217338b
208 .bigtable .annotate { text-align: right; } 208 .bigtable .annotate { text-align: right; }
209 .bigtable td.annotate { font-size: smaller; } 209 .bigtable td.annotate { font-size: smaller; }
210 .bigtable td.source { font-size: inherit; } 210 .bigtable td.source { font-size: inherit; }
211 tr.thisrev a { color:#999999; text-decoration: none; } 211 tr.thisrev a { color:#999999; text-decoration: none; }
212 tr.thisrev td.source { color:#009900; } 212 tr.thisrev td.source { color:#009900; }
213 td.annotate {
214 white-space: nowrap;
215 }
213 div.annotate-info { 216 div.annotate-info {
214 display: none; 217 display: none;
215 position: absolute; 218 position: absolute;
216 background-color: #FFFFFF; 219 background-color: #FFFFFF;
217 border: 1px solid #999; 220 border: 1px solid #999;