Show More
@@ -6,7 +6,8 b' div.diffblock .code-header .changeset_he' | |||||
6 | // Line select and comment |
|
6 | // Line select and comment | |
7 | div.diffblock.margined.comm tr { |
|
7 | div.diffblock.margined.comm tr { | |
8 | td { |
|
8 | td { | |
9 | position: relative; |
|
9 | // IMPORTANT - never position:relative this as it causes insanely | |
|
10 | // slow rendering | |||
10 | } |
|
11 | } | |
11 |
|
12 | |||
12 | .add-comment-line { |
|
13 | .add-comment-line { | |
@@ -23,9 +24,8 b' div.diffblock.margined.comm tr {' | |||||
23 |
|
24 | |||
24 | a { |
|
25 | a { | |
25 | display: none; |
|
26 | display: none; | |
26 | position: absolute; |
|
27 | margin-top: 2px; | |
27 |
t |
|
28 | margin-left: 2px; | |
28 | left: 2px; |
|
|||
29 | color: @grey3; |
|
29 | color: @grey3; | |
30 | } |
|
30 | } | |
31 | } |
|
31 | } |
General Comments 0
You need to be logged in to leave comments.
Login now