Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2018-08-02 12:54:34 +0300
committerGitHub <noreply@github.com>2018-08-02 12:54:34 +0300
commitb3c2eca5e7d2d05fcfdf0603297a7f1f40a18b8b (patch)
tree710c2d36380fef53eee8f1bbe15cd5b58e3cfae1
parente94cd8d24e77e3207b3fe47524d9b6208e66e5c5 (diff)
parent9d4c619bea753e5b92e929fc4249205c6c9138e7 (diff)
Merge pull request #265 from nextcloud/fix/challenge-input-centering
Fix centering of the challenge input field
-rw-r--r--css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 9cb7351..5299f9b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -7,6 +7,7 @@
}
.totp-form > input[type="tel"] {
width: 260px;
+ margin: 0px 0px 5px 0px;
}
.totp-form > button[type="submit"] {
width: 280px;