Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen <rothjochen@gmail.com>2019-09-03 23:44:31 +0300
committerJochen <rothjochen@gmail.com>2019-09-03 23:44:31 +0300
commite710976b9991969f7cde69f9d5483cd53062e05a (patch)
tree39d2c1ed37c3248d2320a724edf389276d1ef134 /core/css/guest.css
parentdc30ffc1e5170ab1af1c407cbdaf43d8e2beab41 (diff)
Add more space between form and alternate login
Signed-off-by: Jochen <rothjochen@gmail.com>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index c238c3a8e25..cb53b0e513a 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -154,7 +154,7 @@ form #datadirField legend {
}
#alternative-logins {
- margin: 10px 15px 20px;
+ margin: 30px 15px 20px;
display: block;
}
@@ -170,7 +170,7 @@ form #datadirField legend {
margin-top: 0;
}
#alternative-logins {
- margin: 0px 15px 10px;
+ margin: 30px 15px 10px;
}
}