summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index f6dbfee08aa..9c223dfc085 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -136,8 +136,7 @@ form #datadirField legend {
absolutely positioned descendant icons */
}
-#submit-wrapper .submit-icon,
-#reset-password-wrapper .submit-icon {
+#submit-wrapper .submit-icon {
position: absolute;
top: 23px;
right: 23px;
@@ -147,6 +146,16 @@ form #datadirField legend {
applied to the button instead. */
}
+#reset-password-submit {
+ padding: 10px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+#reset-password-wrapper .submit-icon {
+ display: none;
+}
+
#submit-wrapper .icon-loading-small {
position: absolute;
top: 22px;