Browse Source

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

Enrico Berti 8 years ago
parent
commit
8805a03
1 changed files with 1 additions and 1 deletions
  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 if: $root.file().stats -->
-           <li class="white">
+           <li class="white margin-top-20">
             <dl class="muted">
               <dt>${_('Last modified')}</dt>
               <dd data-bind="text: localeFormat($root.file().stats.mtime()*1000)"></dd>