diff --git a/src/popup/pwgen.css b/src/popup/pwgen.css index 2c4c388..395121c 100644 --- a/src/popup/pwgen.css +++ b/src/popup/pwgen.css @@ -20,12 +20,27 @@ input[type="number"] { font-family: inherit; font-size: inherit; padding: 5px 10px; + + width: 50px; +} + +#length-min { + margin-right: 10px; } input[type="checkbox"] { margin-bottom: -7px; } +#pw { + border: 2px black solid; + width: 250px; +} + +#copy { + margin-left: 0px; +} + .copied { /*height: 100%;*/ width: 100%; diff --git a/src/popup/pwgen.html b/src/popup/pwgen.html index ef20157..4b50758 100644 --- a/src/popup/pwgen.html +++ b/src/popup/pwgen.html @@ -10,35 +10,33 @@
- +