removed extra top margin for file details view and smaller stats-info text
This commit is contained in:
parent
ba926f35d4
commit
38689f31f9
3 changed files with 4 additions and 4 deletions
|
|
@ -404,8 +404,6 @@ div.codeblock {
|
|||
|
||||
// TODO: johbo: Added interim to get rid of the margin around
|
||||
// Select2 widgets. This needs further cleanup.
|
||||
margin-top: @padding;
|
||||
|
||||
overflow: auto;
|
||||
padding: 0px;
|
||||
border: @border-thickness solid @grey6;
|
||||
|
|
|
|||
|
|
@ -425,6 +425,8 @@
|
|||
}
|
||||
|
||||
.stats-info {
|
||||
margin-top: 5px;
|
||||
font-size: 11px;
|
||||
color: @grey4;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,10 +52,10 @@
|
|||
</div>
|
||||
|
||||
<div class="codeblock codeblock-header">
|
||||
<div class="stats">
|
||||
<div>
|
||||
${h.files_breadcrumbs(c.repo_name,c.commit.raw_id,c.file.path, request.GET.get('at'))}
|
||||
</div>
|
||||
<div class="stats">
|
||||
|
||||
% if c.lf_node:
|
||||
<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 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
<div class="pull-right stats">
|
||||
<a id="file_history_overview" href="#loadHistory">
|
||||
${_('History')}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue