summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-27 12:27:05 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-27 12:27:05 +0200
commit78bb02d27ab3c9110b8e63117dc8a25ea0610ca2 (patch)
treedc0a2e903e4f7e36dcc8f7c788c92d5e1ae7f579 /core/css
parent4a9167315435a37f12b8c47ec3a9d9c81183e321 (diff)
downloadnextcloud-server-78bb02d27ab3c9110b8e63117dc8a25ea0610ca2.tar.gz
nextcloud-server-78bb02d27ab3c9110b8e63117dc8a25ea0610ca2.zip
list 2FA providers as buttons
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 38de922ac9d..8a8bc852f3e 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -38,8 +38,11 @@ body {
.two-factor-provider {
text-align: center;
- width: 100%;
+ width: 258px !important;
display: inline-block;
+ margin-bottom: 0 !important;
+ background-color: rgba(0,0,0,0.3) !important;
+ border: none !important;
}
a.two-factor-cancel {