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>2019-09-27 09:11:44 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-09-28 11:15:03 +0300
commitf737dc9a864443b30cd908dbf3d27b890ba4f4d4 (patch)
treedd33aeeaa75b08134f9bb1ba99278843d6719e89 /core/css/guest.css
parent6a261953d47732b57716c6e4da4038536b00a289 (diff)
Remove input id on login form
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 4cfca9cc6dd..68b7c2c4652 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -295,6 +295,8 @@ input[type='submit'].icon-confirm,
input.updateButton,
input.update-continue {
padding: 10px 20px; /* larger log in and installation buttons */
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.updateAnyways a.updateAnywaysButton {
font-size: 14px;
@@ -702,7 +704,6 @@ form #selectDbType label span {
}
.error-wide {
width: 700px;
- margin-left: -200px !important;
margin-top: 35px;
}
.error-wide .button {