From b0818b31e6e21e12303b0e5a6dd8dc81c1331409 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 5 Oct 2016 12:47:37 +1100 Subject: [PATCH] Generate button moved for simpler user experience --- bip39-standalone.html | 43 +++++++++++++++++++++++++------------------ src/index.html | 43 +++++++++++++++++++++++++------------------ 2 files changed, 50 insertions(+), 36 deletions(-) diff --git a/bip39-standalone.html b/bip39-standalone.html index 7b14513..0971c12 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -44,6 +44,11 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,.0); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); } + .strength { + /* override mobile width from bootstrap */ + width: auto!important; + display: inline-block; + } @@ -61,29 +66,31 @@

For more info see the BIP39 spec

- +
- +
+
+ + a random + + word mnemonic, or enter your own below. +
+
- +
-
- - - - -
+
diff --git a/src/index.html b/src/index.html index 1838587..da48748 100644 --- a/src/index.html +++ b/src/index.html @@ -40,6 +40,11 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,.0); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); } + .strength { + /* override mobile width from bootstrap */ + width: auto!important; + display: inline-block; + } @@ -57,29 +62,31 @@

For more info see the BIP39 spec

- +
- +
+
+ + a random + + word mnemonic, or enter your own below. +
+
- +
-
- - - - -
+
-- 2.41.0