Show More
@@ -3060,7 +3060,7 h3.files_location{ | |||||
3060 | #changeset_content .container { |
|
3060 | #changeset_content .container { | |
3061 | min-height: 120px; |
|
3061 | min-height: 120px; | |
3062 | font-size: 1.2em; |
|
3062 | font-size: 1.2em; | |
3063 |
|
3063 | overflow: hidden; | ||
3064 | } |
|
3064 | } | |
3065 |
|
3065 | |||
3066 | #changeset_content .container .left { |
|
3066 | #changeset_content .container .left { | |
@@ -3086,6 +3086,7 h3.files_location{ | |||||
3086 | #changeset_content .container .left .message { |
|
3086 | #changeset_content .container .left .message { | |
3087 | font-style: italic; |
|
3087 | font-style: italic; | |
3088 | color: #556CB5; |
|
3088 | color: #556CB5; | |
|
3089 | white-space: pre-wrap; | |||
3089 | } |
|
3090 | } | |
3090 |
|
3091 | |||
3091 | .cs_files { |
|
3092 | .cs_files { | |
@@ -3167,8 +3168,9 h3.files_location{ | |||||
3167 |
|
3168 | |||
3168 | #graph_content .container .right { |
|
3169 | #graph_content .container .right { | |
3169 | float: right; |
|
3170 | float: right; | |
3170 |
width: 2 |
|
3171 | width: 28%; | |
3171 | text-align: right; |
|
3172 | text-align: right; | |
|
3173 | padding-bottom: 5px; | |||
3172 | } |
|
3174 | } | |
3173 |
|
3175 | |||
3174 | #graph_content .container .left .date { |
|
3176 | #graph_content .container .left .date { | |
@@ -3182,6 +3184,7 h3.files_location{ | |||||
3182 | #graph_content .container .left .message { |
|
3184 | #graph_content .container .left .message { | |
3183 | font-size: 100%; |
|
3185 | font-size: 100%; | |
3184 | padding-top: 3px; |
|
3186 | padding-top: 3px; | |
|
3187 | white-space: pre-wrap; | |||
3185 | } |
|
3188 | } | |
3186 |
|
3189 | |||
3187 | .right div { |
|
3190 | .right div { |
@@ -54,10 +54,7 | |||||
54 | <span>${h.person(cs.author)}</span><br/> |
|
54 | <span>${h.person(cs.author)}</span><br/> | |
55 | <span><a href="mailto:${h.email_or_none(cs.author)}">${h.email_or_none(cs.author)}</a></span><br/> |
|
55 | <span><a href="mailto:${h.email_or_none(cs.author)}">${h.email_or_none(cs.author)}</a></span><br/> | |
56 | </div> |
|
56 | </div> | |
57 | <div class="message"> |
|
57 | <div class="message">${h.link_to(h.wrap_paragraphs(cs.message),h.url('changeset_home',repo_name=c.repo_name,revision=cs.short_id))}</div> | |
58 | ${h.link_to(h.wrap_paragraphs(cs.message), |
|
|||
59 | h.url('changeset_home',repo_name=c.repo_name,revision=cs.short_id))} |
|
|||
60 | </div> |
|
|||
61 | </div> |
|
58 | </div> | |
62 | <div class="right"> |
|
59 | <div class="right"> | |
63 | <div class="changes"> |
|
60 | <div class="changes"> |
@@ -45,10 +45,7 | |||||
45 | <span>${h.person(c.changeset.author)}</span><br/> |
|
45 | <span>${h.person(c.changeset.author)}</span><br/> | |
46 | <span><a href="mailto:${h.email_or_none(c.changeset.author)}">${h.email_or_none(c.changeset.author)}</a></span><br/> |
|
46 | <span><a href="mailto:${h.email_or_none(c.changeset.author)}">${h.email_or_none(c.changeset.author)}</a></span><br/> | |
47 | </div> |
|
47 | </div> | |
48 | <div class="message"> |
|
48 | <div class="message">${h.link_to(h.wrap_paragraphs(c.changeset.message),h.url('changeset_home',repo_name=c.repo_name,revision=c.changeset.short_id))}</div> | |
49 | ${h.link_to(h.wrap_paragraphs(c.changeset.message), |
|
|||
50 | h.url('changeset_home',repo_name=c.repo_name,revision=c.changeset.short_id))} |
|
|||
51 | </div> |
|
|||
52 | </div> |
|
49 | </div> | |
53 | <div class="right"> |
|
50 | <div class="right"> | |
54 | <div class="changes"> |
|
51 | <div class="changes"> |
General Comments 0
You need to be logged in to leave comments.
Login now