diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-06-29 16:36:08 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-17 21:02:49 +0200 |
commit | 23a08c501ac5d0311507dc18630fad595b1d9728 (patch) | |
tree | 94da7b05108a233000c7b621cc16387b4387854f /apps/files_sharing/css | |
parent | 3ea819e261c4cf17e3a5610c81ef2ad6c89c2da6 (diff) | |
download | nextcloud-server-23a08c501ac5d0311507dc18630fad595b1d9728.tar.gz nextcloud-server-23a08c501ac5d0311507dc18630fad595b1d9728.zip |
Move link share password box and button together
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/authenticate.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css index 16687916ac4..89bdafa7734 100644 --- a/apps/files_sharing/css/authenticate.css +++ b/apps/files_sharing/css/authenticate.css @@ -1,12 +1,15 @@ #password { - padding: 10px; - margin: 6px; + margin-right: 0 !important; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } input[type='submit'] { width: 45px; height: 45px; - margin: 6px; + margin-left: 0 !important; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } fieldset > p { |