Changeset - 8d1125a40973
[Not reviewed]
Mads Kiilerich - 11 years ago 2014-07-03 01:03:24
madski@unity3d.com
old style: make compare header expand to content
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4863,7 +4863,7 @@ div.diffblock .code-header {
 
    border-bottom: 1px solid #CCCCCC;
 
    background: #EEEEEE;
 
    padding: 10px 0 10px 0;
 
    height: 14px;
 
    min-height: 14px;
 
}
 

	
 
div.diffblock .code-header.banner {
rhodecode/templates/changeset/changeset_range.html
Show inline comments
 
@@ -28,7 +28,7 @@ ${self.repo_context_bar('changelog')}
 
    </div>
 
    <div class="table">
 
        <div id="body" class="diffblock">
 
            <div class="code-header" style="height: 26px">
 
            <div class="code-header">
 
                <div>
 
                    r${c.cs_ranges[0].revision}:${h.short_id(c.cs_ranges[0].raw_id)}
 
                    <i class="icon-arrow-right"></i>
rhodecode/templates/compare/compare_diff.html
Show inline comments
 
@@ -29,7 +29,7 @@ ${self.repo_context_bar('changelog')}
 
    </div>
 
    <div class="table">
 
        <div id="body" class="diffblock">
 
            <div class="code-header" style="height: 26px">
 
            <div class="code-header">
 
                <div>
 
                    ${h.hidden('compare_org')} <i class="icon-ellipsis-horizontal" style="color: #999; vertical-align: -12px; padding: 0px 0px 0px 2px"></i> ${h.hidden('compare_other')}
 
                    %if not c.compare_home:
0 comments (0 inline, 0 general)