mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 14:08:07 +00:00
Improve LND wallet create button spacing
This commit is contained in:
parent
22d85b82a9
commit
4968a312d3
|
@ -645,7 +645,7 @@ a:link.ui-button, a:visited.ui-button, .ui-button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.seed_textbox {
|
.seed_textbox {
|
||||||
width: 99%;
|
width: 100%;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<p>Enter the 24 word wallet seed you were provided.</p>
|
<p>Enter the 24 word wallet seed you were provided.</p>
|
||||||
<textarea id="seed" name="seed" class="seed_textbox"></textarea>
|
<textarea id="seed" name="seed" class="seed_textbox"></textarea>
|
||||||
<br/>
|
<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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user