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
 
@@ -1697,6 +1697,7 @@ div.form div.fields div.field div.button
 

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

	
 
#summary-menu-stats {
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -186,7 +186,7 @@ ${self.repo_context_bar('summary')}
 
</div>
 

	
 

	
 
<div class="box" style="margin-top: -20px">
 
<div class="box">
 
    <div class="title">
 
        <div class="breadcrumbs">
 
        %if c.repo_changesets:
0 comments (0 inline, 0 general)