##// END OF EJS Templates
compare: fixed spacing for common compare commit in PR open compare page.
marcink -
r1270:a96f2b1a default
parent child Browse files
Show More
@@ -1478,8 +1478,7 b' table.integrations {'
1478 }
1478 }
1479
1479
1480 div.ancestor {
1480 div.ancestor {
1481 margin: @padding 0;
1481 margin: -30px 0px;
1482 line-height: 3.0em;
1483 }
1482 }
1484
1483
1485 .cs_icon_td input[type="checkbox"] {
1484 .cs_icon_td input[type="checkbox"] {
@@ -3,11 +3,9 b''
3
3
4 %if c.ancestor:
4 %if c.ancestor:
5 <div class="ancestor">${_('Common Ancestor Commit')}:
5 <div class="ancestor">${_('Common Ancestor Commit')}:
6 <a href="${h.url('changeset_home',
6 <a href="${h.url('changeset_home', repo_name=c.repo_name, revision=c.ancestor)}">
7 repo_name=c.repo_name,
8 revision=c.ancestor)}">
9 ${h.short_id(c.ancestor)}
7 ${h.short_id(c.ancestor)}
10 </a>
8 </a>. ${_('Compare was calculated based on this shared commit.')}
11 </div>
9 </div>
12 %endif
10 %endif
13
11
General Comments 0
You need to be logged in to leave comments. Login now