diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-11-11 11:04:23 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-11-11 11:04:23 +1100 |
commit | ea2cb91a49d57ee72674223eb3672fcb9a41130c (patch) | |
tree | ba8e88aa332e32877de52b2d1b264eeb2fdeb2fb /src/index.html | |
parent | bfe1963eaaaba4441c6ba6e829e0d89262b819ac (diff) | |
download | BIP39-ea2cb91a49d57ee72674223eb3672fcb9a41130c.tar.gz BIP39-ea2cb91a49d57ee72674223eb3672fcb9a41130c.tar.zst BIP39-ea2cb91a49d57ee72674223eb3672fcb9a41130c.zip |
Tidy up split phrase warning
Make red only when danger is present
Align neatly with the rest of the UI
Increase size of text area to show all three rows, although it still
overflows on 24 words.
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 096274d..ab1239a 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -175,9 +175,11 @@ | |||
175 | <div class="form-group"> | 175 | <div class="form-group"> |
176 | <label for="phrase" class="col-sm-2 control-label">BIP39 Split Mnemonic</label> | 176 | <label for="phrase" class="col-sm-2 control-label">BIP39 Split Mnemonic</label> |
177 | <div class="col-sm-10"> | 177 | <div class="col-sm-10"> |
178 | <textarea id="phraseSplit" class="phraseSplit private-data form-control" title="Only 2 of 3 cards needed to recover."></textarea> | 178 | <textarea id="phraseSplit" class="phraseSplit private-data form-control" title="Only 2 of 3 cards needed to recover." rows="3"></textarea> |
179 | <p class="help-block"> | ||
180 | <span id="phraseSplitWarn" class="phraseSplitWarn"></span> | ||
181 | </p> | ||
179 | </div> | 182 | </div> |
180 | <div id="phraseSplitWarn" class="phraseSplitWarn"></div> | ||
181 | </div> | 183 | </div> |
182 | <div class="form-group"> | 184 | <div class="form-group"> |
183 | <label for="passphrase" class="col-sm-2 control-label">BIP39 Passphrase (optional)</label> | 185 | <label for="passphrase" class="col-sm-2 control-label">BIP39 Passphrase (optional)</label> |