diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-12 19:51:19 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-18 13:44:09 +0200 |
commit | 35ef2b2737eef32e3bece18dfec6d371fa346623 (patch) | |
tree | 5c784f2c1d4cc8d7188a4982ab47e59856f44950 /apps | |
parent | c0648efe3aeef94698983dd092f262eef0509504 (diff) | |
download | nextcloud-server-35ef2b2737eef32e3bece18dfec6d371fa346623.tar.gz nextcloud-server-35ef2b2737eef32e3bece18dfec6d371fa346623.zip |
Adjustments for public share page, actions menu, view toggle
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 2480b1025c2..e3e9481d072 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -966,6 +966,20 @@ table.dragshadow td.size { } } +/* Adjustments for public share page */ +#body-public { + /* Position actions menu correctly below 3-dot-menu */ + #filestable.view-grid:not(.hidden) tbody td .popovermenu { + left: -80px; + } + + /* Right-align view toggle on public share page */ + #view-toggle { + position: absolute; + right: 0; + } +} + /* Hide legacy Gallery toggle */ #gallery-button { display: none; |