aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJochen <rothjochen@gmail.com>2019-09-04 21:01:21 +0200
committerJochen <rothjochen@gmail.com>2019-09-04 21:06:25 +0200
commita9b942cbbe7ad78f7ebf90744203e7c18c64975b (patch)
tree64d0cabeb256511b81b87fae20575e28135017e5
parente710976b9991969f7cde69f9d5483cd53062e05a (diff)
downloadnextcloud-server-a9b942cbbe7ad78f7ebf90744203e7c18c64975b.tar.gz
nextcloud-server-a9b942cbbe7ad78f7ebf90744203e7c18c64975b.zip
Add default style for alternative login
Signed-off-by: Jochen <rothjochen@gmail.com>
-rw-r--r--core/css/guest.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index cb53b0e513a..4881dca1588 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -164,6 +164,17 @@ form #datadirField legend {
font-size: 15px;
}
+#alternative-logins a::before {
+ content: "";
+ background-repeat: no-repeat;
+ background-size: contain;
+ width: 18px;
+ height: 18px;
+ display: inline-block;
+ vertical-align: bottom;
+ margin-right: 5px;
+}
+
@media only screen and (max-width: 1024px) {
.wrapper {