##// 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 405 // TODO: johbo: Added interim to get rid of the margin around
406 406 // Select2 widgets. This needs further cleanup.
407 margin-top: @padding;
408
409 407 overflow: auto;
410 408 padding: 0px;
411 409 border: @border-thickness solid @grey6;
@@ -425,6 +425,8 b''
425 425 }
426 426
427 427 .stats-info {
428 margin-top: 5px;
429 font-size: 11px;
428 430 color: @grey4;
429 431 }
430 432
@@ -52,10 +52,10 b''
52 52 </div>
53 53
54 54 <div class="codeblock codeblock-header">
55 <div class="stats">
55 56 <div>
56 57 ${h.files_breadcrumbs(c.repo_name,c.commit.raw_id,c.file.path, request.GET.get('at'))}
57 58 </div>
58 <div class="stats">
59 59
60 60 % if c.lf_node:
61 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 69 </div>
70 70
71 71 </div>
72 <div class="pull-right">
72 <div class="pull-right stats">
73 73 <a id="file_history_overview" href="#loadHistory">
74 74 ${_('History')}
75 75 </a>
General Comments 0
You need to be logged in to leave comments. Login now