##// END OF EJS Templates
diffs: small UI fixes
marcink -
r3083:77d08749 default
parent child Browse files
Show More
@@ -976,6 +976,16 b' table.cb {'
976 976 border-top: 1px solid #eee;
977 977 }
978 978
979 &.cb-comment-info {
980 border-top: 1px solid #eee;
981 color: rgba(0, 0, 0, 0.3);
982 background: #edf2f9;
983
984 td {
985
986 }
987 }
988
979 989 &.cb-hunk {
980 990 font-family: @font-family-monospace;
981 991 color: rgba(0, 0, 0, 0.3);
@@ -236,9 +236,15 b' collapse_all = len(diffset.files) > coll'
236 236 </tr>
237 237 %elif c.diffmode == 'sideside':
238 238 % if loop.index == 0:
239 <tr class="cb-hunk">
239 <tr class="cb-comment-info">
240 240 <td colspan="2"></td>
241 <td class="cb-line" colspan="6">
241 <td class="cb-line">
242 <div>
243 ${_('Unmatched inline comments below')}
244 </div>
245 </td>
246 <td colspan="2"></td>
247 <td class="cb-line">
242 248 <div>
243 249 ${_('Unmatched comments below')}
244 250 </div>
General Comments 0
You need to be logged in to leave comments. Login now