summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-26 16:25:18 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-02 22:56:33 +0200
commit79a0ee4f4ae315b357f51dd35d3d3c6e60897ee1 (patch)
tree470d5bce819a22357fe820e515d82ca4d8339d64 /settings/css
parent6b730b4c478bc4f55a89fd7d6a7c2715e2e5b829 (diff)
downloadnextcloud-server-79a0ee4f4ae315b357f51dd35d3d3c6e60897ee1.tar.gz
nextcloud-server-79a0ee4f4ae315b357f51dd35d3d3c6e60897ee1.zip
Consolidate personal two-factor provider settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index ae1a456b699..08baaed4cc6 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -471,6 +471,26 @@ table.nostyle {
}
}
+
+
+/* Two-Factor Authentication (2FA) */
+
+#two-factor-auth {
+ h3 {
+ margin-top: 24px;
+ }
+
+ li > div {
+ margin-left: 20px;
+ }
+
+ .two-factor-provider-settings-icon {
+ width: 16px;
+ height: 16px;
+ }
+}
+
+
#new-app-login-name,
#new-app-password {
width: 245px;