diff options
Diffstat (limited to 'apps/files_sharing/css/public.scss')
-rw-r--r-- | apps/files_sharing/css/public.scss | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 652d36f77db..c87ae46b5d0 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -3,6 +3,11 @@ min-height: calc(100vh - 120px); } +#header .menutoggle { + padding: 14px; + cursor: pointer; +} + /* force layout to make sure the content element's height matches its contents' height */ .ie #content { display: inline-block; @@ -78,12 +83,6 @@ thead { margin: 0; } - -.directDownload, -.directLink { - margin-bottom: 20px; -} - /* keep long file names in one line to not overflow download button on mobile */ .directDownload #downloadFile { white-space: nowrap; @@ -125,6 +124,7 @@ thead { /* within #save */ #save .save-form { position: relative; + margin-right: -10px; } #remote_address { @@ -138,10 +138,9 @@ thead { position: absolute; background-color: transparent; border: none; - margin: 2px 4px !important; - right: 7px; - top: -8px; - height: 30px; + margin: 0; + right: 0px; + height: 40px; } #public-upload .avatardiv { |