Tweak styles on key verification view

// FREEBIE
This commit is contained in:
lilia 2016-03-21 18:18:10 -07:00
parent b57f26bac4
commit d24eaa655a
4 changed files with 21 additions and 6 deletions

View file

@ -239,9 +239,11 @@
{{ ^their_key }}
<div class='placeholder'>{{ their_key_unknown }}</div>
{{ /their_key }}
<div class='key'>
{{ #their_key }} <span>{{ . }}</span> {{ /their_key }}
</div>
{{ #has_their_key }}
<div class='key'>
{{ #their_key }} <span>{{ . }}</span> {{ /their_key }}
</div>
{{ /has_their_key }}
<p> {{yourIdentity}} </p>
<div class='key'>
{{ #your_key }} <span>{{ . }}</span> {{ /your_key }}