Some Styling updates, Removed rebuild, Added About page + Semantic UI.
This commit is contained in:
7
assets/templates/about.html
Normal file
7
assets/templates/about.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div id="walletsToolbar">
|
||||
<span style="font-size: 28px;"> About Ether-1 </span>
|
||||
</div>
|
||||
|
||||
<h1>
|
||||
Coming Soon
|
||||
</h1>
|
||||
@@ -4,11 +4,8 @@
|
||||
<div class="row">
|
||||
<div class="input-field col s6">
|
||||
<select id="sendFromAddress">
|
||||
<option value="" disabled="disabled" selected="selected">Choose your address</option>
|
||||
{{#addressData}}
|
||||
<option value="{{address}}">{{name}}
|
||||
-
|
||||
{{address}}</option>
|
||||
<option value="{{address}}">{{name}} - {{address}}</option>
|
||||
{{/addressData}}
|
||||
</select>
|
||||
<label for="sendFromAddress">From address:</label>
|
||||
|
||||
@@ -24,10 +24,8 @@
|
||||
<table class="bordered" id="addressTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="noSortCollumn" data-sort-method='none'></th>
|
||||
<th scope="col">Name</th>
|
||||
<th scope="col">Address</th>
|
||||
<th scope="col" class="noSortCollumn" data-sort-method='none'></th>
|
||||
<th scope="col" data-sort-method='number'>Balance</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user