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:
Hunter Lester 2016-12-22 19:54:38 -08:00 committed by snogcel
parent 4281bb2d49
commit 3848f5e4e9
3 changed files with 12 additions and 2 deletions

View file

@ -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

Before After
Before After

View file

@ -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>
<!-- -->
<!-- -->