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