Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
yflory 5 years ago
commit 9abeada1f0

@ -83,7 +83,7 @@ define([], function () {
display: none; display: none;
} }
#cp-loading-password-prompt .cp-password-error { #cp-loading-password-prompt p.cp-password-error {
color: white; color: white;
background: #9e0000; background: #9e0000;
padding: 5px; padding: 5px;
@ -93,6 +93,10 @@ define([], function () {
text-align: left; text-align: left;
margin-bottom: 15px; margin-bottom: 15px;
} }
#cp-loading-burn-after-reading .cp-password-info {
margin-bottom: 15px;
}
p.cp-password-info{ p.cp-password-info{
text-align: left; text-align: left;
} }

Loading…
Cancel
Save