Left-align confirmation dialog text, explain more on 'send anyway'

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-16 17:02:49 -07:00
parent 16433d661a
commit 12d7fb3b74
4 changed files with 11 additions and 10 deletions

View File

@ -58,11 +58,11 @@
"description": "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
},
"changedSinceVerifiedMultiple": {
"message": "Your safety numbers with multiple group members have changed since you last verified.",
"message": "Your safety numbers with multiple group members have changed since you last verified. This could mean that someone is trying to intercept your communication or that they have simply reinstalled Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
"changedSinceVerified": {
"message": "Your safety number with $name$ has changed since you last verified.",
"message": "Your safety number with $name$ has changed since you last verified. This could mean that someone is trying to intercept your communication or that $name$ has simply reinstalled Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {
@ -72,11 +72,11 @@
}
},
"changedRecentlyMultiple": {
"message": "Your safety numbers with multiple group members have changed in the last five seconds.",
"message": "Your safety numbers with multiple group members have changed recently. This could mean that someone is trying to intercept your communication or that they have simply reinstalled Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
"changedRecently": {
"message": "Your safety number with $name$ has changed in the last five seconds.",
"message": "Your safety number with $name$ has changed recently. This could mean that someone is trying to intercept your communication or that $name$ has simply reinstalled Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {

View File

@ -659,10 +659,6 @@ li.entry .error-icon-container {
overflow: auto;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
.message {
text-align: center;
}
.buttons {
margin-top: 10px;

View File

@ -275,6 +275,10 @@ $avatar-size: 44px;
.group-member-list,
.new-group-update {
.summary {
margin: 10px;
}
.members .contact {
box-shadow: none;
border-bottom: 1px solid #eee;

View File

@ -278,6 +278,9 @@ button.hamburger {
border-width: 0 0 1px 0;
width: calc(100% - 84px); }
.group-member-list .summary,
.new-group-update .summary {
margin: 10px; }
.group-member-list .members .contact,
.new-group-update .members .contact {
box-shadow: none;
@ -1543,8 +1546,6 @@ li.entry .error-icon-container {
border-radius: 5px;
overflow: auto;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); }
.confirmation-dialog .content .message {
text-align: center; }
.confirmation-dialog .content .buttons {
margin-top: 10px; }
.confirmation-dialog .content .buttons button {