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