Changeset - 1c8f818787b3
[Not reviewed]
Mads Kiilerich - 11 years ago 2014-07-03 01:03:23
madski@unity3d.com
old style: show the full link box on summary page - no overlap or truncation
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -1694,12 +1694,13 @@ div.form div.fields div.field div.button
 
#content div.box div.traffic table td.legendLabel {
 
    padding: 0 3px 2px;
 
}
 

	
 
#content div.box #summary {
 
    margin-right: 200px;
 
    min-height: 240px;
 
}
 

	
 
#summary-menu-stats {
 
    float: left;
 
    width: 180px;
 
    position: absolute;
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -183,13 +183,13 @@ ${self.repo_context_bar('summary')}
 
          </ul>
 
        </div>
 
    </div>
 
</div>
 

	
 

	
 
<div class="box" style="margin-top: -20px">
 
<div class="box">
 
    <div class="title">
 
        <div class="breadcrumbs">
 
        %if c.repo_changesets:
 
            ${h.link_to(_('Latest changes'),h.url('changelog_home',repo_name=c.repo_name))}
 
        %else:
 
            ${_('Quick start')}
0 comments (0 inline, 0 general)