Changeset - 776097776185
[Not reviewed]
default
0 2 0
Mads Kiilerich - 8 years ago 2017-06-14 02:20:54
mads@kiilerich.com
changelog: fix location of tags after b99cd2bc7540 removed too much markup
2 files changed with 11 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -1527,11 +1527,11 @@ BIN_FILENODE = 6
 
}
 

	
 
tr.mergerow > td.author .user,
 
tr.mergerow > td.mid > .message,
 
tr.mergerow > td.mid > .message > a,
 
tr.mergerow > td.mid .message,
 
tr.mergerow > td.mid .message > a,
 
tr.out-of-range > td.author .user,
 
tr.out-of-range > td.mid > .message,
 
tr.out-of-range > td.mid > .message > a {
 
tr.out-of-range > td.mid .message,
 
tr.out-of-range > td.mid .message > a {
 
    color: #aaa !important;
 
}
 

	
 
@@ -1587,6 +1587,11 @@ tr.out-of-range > td.mid > .message > a 
 
    padding: 0;
 
}
 

	
 
#graph_content .log-container {
 
    position: relative;
 
    margin-top: 8px;
 
}
 

	
 
#graph_content .container #singlerange,
 
#graph_content .container .changeset_range {
 
    float: left;
kallithea/templates/changelog/changelog.html
Show inline comments
 
@@ -109,6 +109,7 @@ ${self.repo_context_bar('changelog', c.f
 
                            <i class="icon-align-left"></i>
 
                        </td>
 
                        <td class="mid">
 
                            <div class="log-container">
 
                                <div class="message" id="C-${cs.raw_id}">${h.urlify_text(cs.message, c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div>
 
                                <div class="extra-container">
 
                                    %if c.comments.get(cs.raw_id):
 
@@ -164,6 +165,7 @@ ${self.repo_context_bar('changelog', c.f
 
                                        </span>
 
                                    %endif
 
                                </div>
 
                            </div>
 
                        </td>
 
                    </tr>
 
                %endfor
0 comments (0 inline, 0 general)