comparison tests/test-hgweb-commands.t @ 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 c89b55c8f936
children 7817df5585db
comparison
equal deleted inserted replaced
30073:aa23c93e636d 30074:8f34e217338b
1963 .minusline { color: red; } 1963 .minusline { color: red; }
1964 .atline { color: purple; } 1964 .atline { color: purple; }
1965 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } 1965 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
1966 tr.thisrev a { color:#999999; text-decoration: none; } 1966 tr.thisrev a { color:#999999; text-decoration: none; }
1967 tr.thisrev pre { color:#009900; } 1967 tr.thisrev pre { color:#009900; }
1968 td.annotate {
1969 white-space: nowrap;
1970 }
1968 div.annotate-info { 1971 div.annotate-info {
1969 display: none; 1972 display: none;
1970 position: absolute; 1973 position: absolute;
1971 background-color: #FFFFFF; 1974 background-color: #FFFFFF;
1972 border: 1px solid #888; 1975 border: 1px solid #888;