From: Ian Coleman Date: Wed, 5 Oct 2016 01:47:37 +0000 (+1100) Subject: Generate button moved for simpler user experience X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=b0818b31e6e21e12303b0e5a6dd8dc81c1331409 Generate button moved for simpler user experience --- 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. +
+
- +
-
- - - - -
+