mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-27 06:46:10 +00:00
replace dash_logo, sharpen Governance Tools subtitle (#17)
* moves network toggle buttons, popup on tx errors * replace dash_logo, sharpen Governance Tools subtitle
This commit is contained in:
parent
4281bb2d49
commit
3848f5e4e9
3 changed files with 12 additions and 2 deletions
|
@ -53,6 +53,11 @@ i.fa {
|
|||
|
||||
}
|
||||
|
||||
#dash_logo {
|
||||
width: 150px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#header {
|
||||
margin-top:2em;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 2.5 KiB |
|
@ -66,7 +66,7 @@
|
|||
|
||||
var payment_amount = parseInt($('#payment_amount').val());
|
||||
if (isNaN(payment_amount)) payment_amount = 0;
|
||||
|
||||
|
||||
var periods = parseInt((paymentCycle.selectedPeriods+1)-paymentCycle.selectedStartIndex);
|
||||
|
||||
var label = $('#end_epoch').find(':selected').data('label');
|
||||
|
@ -232,7 +232,12 @@
|
|||
<div class="container-fluid">
|
||||
<div class="row" id="header">
|
||||
<div class="col-md-2">
|
||||
<img src="images/dash_logo.png" alt="dash governance tools">
|
||||
<img id="dash_logo" src="images/dash_logo.png" alt="dash governance tools">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h4><i>Governance Tools</i></h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- -->
|
||||
<!-- -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue