diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-23 15:35:30 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-23 15:35:30 +0100 |
commit | 799e744ad77c3f8ae7aac63125a3af17880bb9d5 (patch) | |
tree | 421eae49385353dc1a64ad5398f35778b6f2235c /apps/files/css | |
parent | 4b7dfd34f8adb5db9b7e67206da384973ebdc767 (diff) | |
download | nextcloud-server-799e744ad77c3f8ae7aac63125a3af17880bb9d5.tar.gz nextcloud-server-799e744ad77c3f8ae7aac63125a3af17880bb9d5.zip |
remove background and width from multiselect bar, fix Download button not showing on mobile
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index eb009cf0a14..74e625f371d 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -145,7 +145,6 @@ table.multiselect thead th { } table.multiselect #headerName { position: relative; - width: 100%; } table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; } table td.filename a.name { |