style
This commit is contained in:
@@ -17,7 +17,6 @@ class EncryptionHelper {
|
||||
|
||||
item.content = encryptedContent;
|
||||
item.auth_hash = authHash;
|
||||
item.local_encryption_scheme = "1.0";
|
||||
}
|
||||
|
||||
static decryptItem(item, key) {
|
||||
|
||||
@@ -6,6 +6,14 @@
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.mt-1 {
|
||||
margin-top: 1px !important;
|
||||
}
|
||||
|
||||
.mt-2 {
|
||||
margin-top: 2px !important;
|
||||
}
|
||||
|
||||
.mt-5 {
|
||||
margin-top: 5px !important;
|
||||
}
|
||||
@@ -22,6 +30,10 @@
|
||||
margin-top: 25px !important;
|
||||
}
|
||||
|
||||
.mb-0 {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.mb-5 {
|
||||
margin-bottom: 5px !important;
|
||||
}
|
||||
|
||||
@@ -32,9 +32,10 @@
|
||||
%section.gray-bg.mt-10.medium-padding{"ng-if" => "showCredentials"}
|
||||
%label.block
|
||||
Encryption key:
|
||||
%span.wrap.normal {{encryptionKey()}}
|
||||
%label.block.mt-5 Server password:
|
||||
%span.wrap {{serverPassword() ? serverPassword() : 'Not available. Sign out then sign back in to compute.'}}
|
||||
.wrap.normal.mt-1 {{encryptionKey()}}
|
||||
%label.block.mt-5.mb-0
|
||||
Server password:
|
||||
.wrap.normal.mt-1 {{serverPassword() ? serverPassword() : 'Not available. Sign out then sign back in to compute.'}}
|
||||
|
||||
%div.bold.mt-10.blue{"delay-hide" => "true", "show" => "syncStatus.syncOpInProgress", "delay" => "1000"}
|
||||
.spinner.inline.mr-5.blue
|
||||
|
||||
Reference in New Issue
Block a user