浏览代码

HUE-7505 [fb] The file properties in the file viewer are too close to the action menu

Enrico Berti 8 年之前
父节点
当前提交
8805a03a4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/display.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/display.mako

@@ -85,7 +85,7 @@ ${ fb_components.menubar() }
           <!-- /ko -->
           <!-- /ko -->
 
 
            <!-- ko if: $root.file().stats -->
            <!-- ko if: $root.file().stats -->
-           <li class="white">
+           <li class="white margin-top-20">
             <dl class="muted">
             <dl class="muted">
               <dt>${_('Last modified')}</dt>
               <dt>${_('Last modified')}</dt>
               <dd data-bind="text: localeFormat($root.file().stats.mtime()*1000)"></dd>
               <dd data-bind="text: localeFormat($root.file().stats.mtime()*1000)"></dd>