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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-02-17 23:25:18 +0300
committerbrantje <brantje@gmail.com>2017-02-17 23:25:18 +0300
commit6767322a22bae9549b439fac40bbdbd2a2df8fee (patch)
tree2bfcd4ec82685f31b226168f4a76ad8f0ba15b0c /css/app.css
parent76852c0d77c81766fe706afb9293eff40187c7a4 (diff)
Lock vault after 3 wrong attempts (Fixes #197)
Fix share button, fix shared_key not added to storedCredential after sharing (Fixes #249) Add password app importer. Fixes #248 Fix version check via proxy. Fixes #237 Fix activity app not filtering. Fixes #246 Add EnPass txt importer. Fixes #159 Fix for disabled share button Require vault key for export. Fixes #199 Indicate that sharing only works with users that have 1 or more vaults. Fixes #242 Reset tags on logout. Fixes #245 Ability to enter OTP secret manually. Fixes #198 Create teampass importer. Fixes #244
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index 9c8fd880..20a584d4 100644
--- a/css/app.css
+++ b/css/app.css
@@ -326,6 +326,8 @@
display: inline-block; }
.vault_wrapper .login_form .button {
margin-top: 10px; }
+ .vault_wrapper .login_opts {
+ margin-bottom: 10px; }
@media screen and (max-width: 768px) {
.vault_wrapper {
@@ -637,6 +639,8 @@
#app-content #app-content-wrapper .edit_credential .custom_fields table tr td, #app-content #app-content-wrapper .edit_credential .files table tr td {
height: 50px;
vertical-align: middle; }
+ #app-content #app-content-wrapper .edit_credential .otpText {
+ padding-right: 10px; }
#app-content #app-content-wrapper .app_sidebar {
padding: 10px;
overflow-y: auto; }
@@ -882,6 +886,12 @@
.tab_container.settings {
margin-bottom: 50px; }
+.import-steps {
+ padding-left: 16px;
+ margin-bottom: 10px; }
+ .import-steps li {
+ list-style-type: disc; }
+
#app-settings-content:not(.ng-hide) {
height: 90px;
display: inherit !important;
@@ -943,4 +953,15 @@
input[type="checkbox"] {
min-height: inherit; }
+.alert {
+ padding: 15px;
+ margin-bottom: 20px;
+ border: 1px solid transparent;
+ border-radius: 4px; }
+
+.alert-danger {
+ color: #a94442;
+ background-color: #f2dede;
+ border-color: #ebccd1; }
+
/*# sourceMappingURL=app.css.map */