From: Arthur Schiwon Date: Mon, 18 Apr 2011 10:24:49 +0000 (+0200) Subject: let the file table use 90% width again X-Git-Tag: v3.0~267^2~558^2~60^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6111ad43065edf9dbec709e9d8156fb5f3e2afe9;p=nextcloud-server.git let the file table use 90% width again --- diff --git a/files/css/files.css b/files/css/files.css index 4c5bd0427b6..771e66fed64 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -33,6 +33,10 @@ /* FILE TABLE */ +table { + width: 90%; +} + table td.filesize, table td.date { width: 5em;