(refs #549) Selecting lines in diff without line numbers.

This commit is contained in:
Shintaro Murakami
2015-01-10 00:30:28 +09:00
parent 485d502bd3
commit c597238d9c
3 changed files with 33 additions and 21 deletions

View File

@@ -975,15 +975,16 @@ table.diff .add-comment {
position: absolute;
background: blue;
top: 0;
left: -7px;
color: white;
padding: 2px;
padding: 2px 4px;
border: solid 1px blue;
border-radius: 3px;
z-index: 99;
}
table.diff .add-comment:hover {
padding: 4px;
padding: 4px 6px;
top: -1px;
}
@@ -1009,6 +1010,10 @@ table.diff tbody tr.not-diff:hover td{
padding: 10px;
}
.diff .oldline:before, .diff .newline:before {
content: attr(line-number);
}
/****************************************************************************/
/* Repository Settings */
/****************************************************************************/