diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-30 18:30:07 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-07-30 18:30:07 +0200 |
commit | 41519810e176ef5e6bd310726c39e675ddba6173 (patch) | |
tree | c28d5b92c7302271dec4728f36eecd36ade126fd /apps/files | |
parent | 3b386af295fdd5ea986edd4447637043f69b4c38 (diff) | |
download | nextcloud-server-41519810e176ef5e6bd310726c39e675ddba6173.tar.gz nextcloud-server-41519810e176ef5e6bd310726c39e675ddba6173.zip |
remove extra file size padding to fix action menu position
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 1f8aa10bdb3..004a0b9ff50 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -608,13 +608,6 @@ html.ie8 .column-mtime .selectedActions { padding-right: 14px; } -#fileList .filesize { - padding-top: 0; - padding-bottom: 0; - padding-left: 60px; - padding-right: 15px; -} - #fileList .popovermenu { margin-right: 6px; } |