diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/guest.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 1f12fd69b0a..4cfca9cc6dd 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -169,11 +169,12 @@ form #datadirField legend { text-overflow: ellipsis; } -#alternative-logins a::before { +#alternative-logins a.button::before { content: ""; background-repeat: no-repeat; background-size: contain; width: 0; + margin-right: 0; height: 18px; display: inline-block; vertical-align: bottom; @@ -191,9 +192,6 @@ form #datadirField legend { #alternative-logins { margin: 30px 15px 10px; } - #alternative-logins .label-prefix { - display: none; - } } |