Show More
@@ -677,8 +677,8 b' p.files {' | |||
|
677 | 677 | |
|
678 | 678 | /** end of file **/ /** changeset **/ |
|
679 | 679 | #changeset_content { |
|
680 | width: 60%; | |
|
681 | float: left; | |
|
680 | border:1px solid #CCCCCC; | |
|
681 | padding:5px; | |
|
682 | 682 | } |
|
683 | 683 | |
|
684 | 684 | #changeset_content .container .wrapper { |
@@ -686,7 +686,6 b' p.files {' | |||
|
686 | 686 | } |
|
687 | 687 | |
|
688 | 688 | #changeset_content .container { |
|
689 | border: 1px solid #CCCCCC; | |
|
690 | 689 | height: 120px; |
|
691 | 690 | } |
|
692 | 691 | |
@@ -716,7 +715,7 b' p.files {' | |||
|
716 | 715 | } |
|
717 | 716 | |
|
718 | 717 | .cs_files { |
|
719 | width: 60%; | |
|
718 | ||
|
720 | 719 | } |
|
721 | 720 | |
|
722 | 721 | .cs_files .cs_added { |
@@ -25,9 +25,7 b'' | |||
|
25 | 25 | <div class="left"> |
|
26 | 26 | <div class="date">${_('Date')}: ${c.changeset.date}</div> |
|
27 | 27 | <div class="author">${_('Author')}: ${c.changeset.author}</div> |
|
28 | <div class="message"> | |
|
29 | ${h.wrap_paragraphs(c.changeset.message)} | |
|
30 | </div> | |
|
28 | <div class="message">${h.wrap_paragraphs(c.changeset.message)}</div> | |
|
31 | 29 | </div> |
|
32 | 30 | <div class="right"> |
|
33 | 31 | <span class="logtags"> |
@@ -48,16 +46,15 b'' | |||
|
48 | 46 | </div> |
|
49 | 47 | %endfor |
|
50 | 48 | </div> |
|
51 |
</div> |
|
|
49 | </div> | |
|
50 | <span style="font-size:1.1em;font-weight: bold">${_('Files affected')}</span> | |
|
51 | <div class="cs_files"> | |
|
52 | %for change,filenode,diff,cs1,cs2 in c.changes: | |
|
53 | <div class="cs_${change}">${h.link_to(filenode.path,h.url.current(anchor='CHANGE-%s'%filenode.path))}</div> | |
|
54 | %endfor | |
|
55 | </div> | |
|
52 | 56 | </div> |
|
53 | ||
|
54 | <div style="clear:both;height:10px"></div> | |
|
55 | <div class="cs_files"> | |
|
56 | %for change,filenode,diff,cs1,cs2 in c.changes: | |
|
57 | <div class="cs_${change}">${h.link_to(filenode.path,h.url.current(anchor='CHANGE-%s'%filenode.path))}</div> | |
|
58 | %endfor | |
|
59 | </div> | |
|
60 | ||
|
57 | ||
|
61 | 58 | %for change,filenode,diff,cs1,cs2 in c.changes: |
|
62 | 59 | %if change !='removed': |
|
63 | 60 | <div style="clear:both;height:10px"></div> |
General Comments 0
You need to be logged in to leave comments.
Login now