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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-20 21:23:32 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-20 21:23:32 +0300
commite99eeecebbe7dc9daa1a8d05b09bfe78cb9303a6 (patch)
tree18effe570e3168e58be97a6962d8eb346c2e45da /css
parent9c9070791ee2e8fb60e607185f04829e61e10e57 (diff)
add missing css file
Diffstat (limited to 'css')
-rw-r--r--css/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..97025e5
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,19 @@
+.totp-form {
+ margin: 16px auto 1px !important;
+}
+
+.challenge {
+ margin-top: 0 !important;
+ margin-left: 0 !important;
+}
+
+.confirm-inline {
+ position: absolute;
+ right: 10px;
+ top: 0;
+ margin: 0 !important;
+ padding-right: 25px !important;
+ background-color: transparent !important;
+ border: none !important;
+ opacity: .5;
+} \ No newline at end of file