Improve LND wallet create button spacing

This commit is contained in:
Taylor Helsper 2021-06-26 23:04:59 -05:00
parent 22d85b82a9
commit 4968a312d3
2 changed files with 2 additions and 2 deletions

View File

@ -645,7 +645,7 @@ a:link.ui-button, a:visited.ui-button, .ui-button {
}
.seed_textbox {
width: 99%;
width: 100%;
height: 120px;
font-size: 14px;
}

View File

@ -31,7 +31,7 @@
<p>Enter the 24 word wallet seed you were provided.</p>
<textarea id="seed" name="seed" class="seed_textbox"></textarea>
<br/>
<input type="submit" class="ui-button ui-widget ui-corner-all" style="float: right;" value="Create">
<input type="submit" class="ui-button ui-widget ui-corner-all" style="float: right; margin-top: 5px;" value="Create">
</form>
</div>