diff options
author | Jochen <rothjochen@gmail.com> | 2019-09-02 17:50:56 +0200 |
---|---|---|
committer | Jochen <rothjochen@gmail.com> | 2019-09-02 17:50:56 +0200 |
commit | dc30ffc1e5170ab1af1c407cbdaf43d8e2beab41 (patch) | |
tree | 92002aafaca64c2026659042cb4a5e7dc5d375b9 /core/css/guest.css | |
parent | 068f1d28f3fd3a97c2c5abfd408dec8e0d0cbcd7 (diff) | |
download | nextcloud-server-dc30ffc1e5170ab1af1c407cbdaf43d8e2beab41.tar.gz nextcloud-server-dc30ffc1e5170ab1af1c407cbdaf43d8e2beab41.zip |
Add more space to buttonsy
Signed-off-by: Jochen <rothjochen@gmail.com>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r-- | core/css/guest.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 6553dbd48ee..c238c3a8e25 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -159,7 +159,7 @@ form #datadirField legend { } #alternative-logins a { - margin: 5px; + margin: 10px 5px; display: block; font-size: 15px; } |