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 | |
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
-rw-r--r-- | apps/files/css/files.css | 1 | ||||
-rw-r--r-- | apps/files_sharing/css/public.css | 5 |
2 files changed, 2 insertions, 4 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 { diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index a5762799ac4..a3bc36dcc76 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -72,9 +72,8 @@ p.info a { max-width:100%; } -thead{ - background-color: white; - padding-left:0 !important; /* fixes multiselect bar offset on shared page */ +thead { + padding-left: 0 !important; /* fixes multiselect bar offset on shared page */ } #data-upload-form { |