##// END OF EJS Templates
old style: show the full link box on summary page - no overlap or truncation
Mads Kiilerich -
r4147:1c8f8187 rhodecode-2.2.5-gpl
parent child Browse files
Show More
@@ -1697,6 +1697,7 b' div.form div.fields div.field div.button'
1697
1697
1698 #content div.box #summary {
1698 #content div.box #summary {
1699 margin-right: 200px;
1699 margin-right: 200px;
1700 min-height: 240px;
1700 }
1701 }
1701
1702
1702 #summary-menu-stats {
1703 #summary-menu-stats {
@@ -186,7 +186,7 b' window.onhashchange = function() {'
186 </div>
186 </div>
187
187
188
188
189 <div class="box" style="margin-top: -20px">
189 <div class="box">
190 <div class="title">
190 <div class="title">
191 <div class="breadcrumbs">
191 <div class="breadcrumbs">
192 %if c.repo_changesets:
192 %if c.repo_changesets:
General Comments 0
You need to be logged in to leave comments. Login now