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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-16 14:48:11 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-16 14:48:13 +0300
commitd0e2a22e83d4ddbf5af0e4d3fa06a5d3dd1b643a (patch)
treedae26d185e96fff4b93fbb831edaa35ac97e09b3 /core/css/guest.css
parentdef8af3e7e1f4328860f5c2d0c1643e0553f58e0 (diff)
Fix login loader position and theming support
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 5bc918db1e2..6a3b8c633e0 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -150,13 +150,18 @@ form #datadirField legend {
#submit-wrapper .submit-icon {
position: absolute;
- top: 23px;
- right: 23px;
+ height: 22px;
+ right: 24px;
+ top: 18px;
pointer-events: none; /* The submit icon is positioned on the submit button.
From the user point of view the icon is part of the
button, so the clicks on the icon have to be
applied to the button instead. */
}
+/* Properly position any loader */
+#submit-wrapper .submit-icon::after {
+ margin: -10px;
+}
#reset-password-submit {
padding: 10px;
@@ -168,11 +173,6 @@ form #datadirField legend {
display: none;
}
-#submit-wrapper .icon-loading-small {
- position: absolute;
- top: 22px;
- right: 24px;
-}
input, textarea, select, button, div[contenteditable=true] {
font-family: 'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;