##// END OF EJS Templates
header-labels: fixed small spacing issues
dan -
r4040:33448043 default
parent child Browse files
Show More
@@ -233,7 +233,8 b''
233 233
234 234 .right-label-summary {
235 235 float: left;
236 margin-top: 7px;
236 margin-top: 0px;
237 line-height: 2em;
237 238 width: ~"calc(100% - 160px)";
238 239 }
239 240 }
@@ -255,7 +256,8 b''
255 256
256 257 .right-label-summary {
257 258 float: left;
258 margin-top: 7px;
259 margin-top: 0px;
260 line-height: 2em;
259 261 }
260 262 }
261 263
@@ -28,7 +28,7 b''
28 28
29 29 <div class="fieldset collapsable-content" data-toggle="summary-details">
30 30 <div class="left-label-summary-files">
31 <p>${_('File last commit')}</p>
31 <p>${_('File last commit')}:</p>
32 32 <div class="right-label-summary">
33 33 <code><a href="${h.route_path('repo_commit',repo_name=c.repo_name,commit_id=c.file_last_commit.raw_id)}">${h.show_id(c.file_last_commit)}</a></code>
34 34 ${file_base.refs(c.file_last_commit)}
General Comments 0
You need to be logged in to leave comments. Login now