##// END OF EJS Templates
removed extra top margin for file details view and smaller stats-info text
Liviu -
r3708:99f20263 new-ui
parent child Browse files
Show More
@@ -404,8 +404,6 b' div.codeblock {'
404
404
405 // TODO: johbo: Added interim to get rid of the margin around
405 // TODO: johbo: Added interim to get rid of the margin around
406 // Select2 widgets. This needs further cleanup.
406 // Select2 widgets. This needs further cleanup.
407 margin-top: @padding;
408
409 overflow: auto;
407 overflow: auto;
410 padding: 0px;
408 padding: 0px;
411 border: @border-thickness solid @grey6;
409 border: @border-thickness solid @grey6;
@@ -425,6 +425,8 b''
425 }
425 }
426
426
427 .stats-info {
427 .stats-info {
428 margin-top: 5px;
429 font-size: 11px;
428 color: @grey4;
430 color: @grey4;
429 }
431 }
430
432
@@ -52,10 +52,10 b''
52 </div>
52 </div>
53
53
54 <div class="codeblock codeblock-header">
54 <div class="codeblock codeblock-header">
55 <div class="stats">
55 <div>
56 <div>
56 ${h.files_breadcrumbs(c.repo_name,c.commit.raw_id,c.file.path, request.GET.get('at'))}
57 ${h.files_breadcrumbs(c.repo_name,c.commit.raw_id,c.file.path, request.GET.get('at'))}
57 </div>
58 </div>
58 <div class="stats">
59
59
60 % if c.lf_node:
60 % if c.lf_node:
61 <span title="${_('This file is a pointer to large binary file')}"> | ${_('LargeFile')} ${h.format_byte_size_binary(c.lf_node.size)} </span>
61 <span title="${_('This file is a pointer to large binary file')}"> | ${_('LargeFile')} ${h.format_byte_size_binary(c.lf_node.size)} </span>
@@ -69,7 +69,7 b''
69 </div>
69 </div>
70
70
71 </div>
71 </div>
72 <div class="pull-right">
72 <div class="pull-right stats">
73 <a id="file_history_overview" href="#loadHistory">
73 <a id="file_history_overview" href="#loadHistory">
74 ${_('History')}
74 ${_('History')}
75 </a>
75 </a>
General Comments 0
You need to be logged in to leave comments. Login now