Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Styling #53

Merged
merged 2 commits into from
Apr 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/templates/checkrawkeyimgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ <h4>Total xmr: {{total_xmr}}</h4>

{{/has_error}}

</div>
</div>
9 changes: 5 additions & 4 deletions src/templates/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ form {

.tabs {
position: relative;
min-height: 220px; /* This part sucks */
clear: both;
margin: 25px 0;
min-height: 300px; /* This part sucks */
/*clear: both;*/
width: 100%;
margin: 50px 0;
}

.tab {
Expand Down Expand Up @@ -138,4 +139,4 @@ div#decoded-inputs{
/* Toggled State */
input#toggle-1[type=checkbox]:checked ~ div#decoded-inputs {
display: block;
}
}
2 changes: 1 addition & 1 deletion src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>older blocks<!--(height: {{height}})--></h2>

<div class="center">

<table class="center">
<table class="center pure-table">
<tr>
<td>height</td>
<td>age {{age_format}} (Δm)</td>
Expand Down
5 changes: 3 additions & 2 deletions src/templates/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ <h3 style="font-size: 12px; margin-top: 20px">
{{/testnet}}

</h3>
<hr/>
</div>

{{{mempool_info}}}
Expand All @@ -49,7 +50,7 @@ <h4 style="font-size: 14px; margin-top: 0px">(Median size of these blocks: {{blk

<div class="center">

<table class="center">
<table class="center pure-table">
<tr>
<td>height</td>
<td>age {{age_format}}<!--(Δm)--></td>
Expand Down Expand Up @@ -96,4 +97,4 @@ <h6 style="margin-top: 1px;color:#949490">
and {{construction_time_non_cached}} s from non cache ({{cache_misses}} misses)
</h6>
</div>
{{/show_cache_times}}
{{/show_cache_times}}
7 changes: 5 additions & 2 deletions src/templates/mempool.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ <h2 style="margin-bottom: 0px">
</h2>
<h4 style="font-size: 14px; margin-top: 0px">(no of txs: {{mempool_size}}, size: {{mempool_size_kB}} kB)</h4>
<div class="center">
<table class="center" style="width:80%">

<table class="center pure-table" style="width:80%">
<tr>
<td>age [h:m:s]</td>
<td>transaction hash</td>
Expand Down Expand Up @@ -50,4 +50,7 @@ <h6 style="margin-top: 1px;color:#949490">
{{/show_cache_times}}


<hr/>


</div>
6 changes: 3 additions & 3 deletions src/templates/my_outputs.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<div>
<div style="margin-top: 50px">

<H4 style="margin:5px">Tx hash: <a href="/tx/{{tx_hash}}">{{tx_hash}}</a></H4>
<H4 style="margin:20px 0 5px 0">Tx hash: <a href="/tx/{{tx_hash}}">{{tx_hash}}</a></H4>
<H5 style="margin:5px">Tx public key: {{tx_pub_key}}</H5>


Expand Down Expand Up @@ -150,4 +150,4 @@ <h3>


</div>
<br/>
<br/>
7 changes: 4 additions & 3 deletions src/templates/partials/tx_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ <H5>Next tx: <a href="/tx/{{next_hash}}">{{next_hash}}</a></H5>

</table>

<hr/>

<h3>{{outputs_no}} output(s) for total of {{outputs_xmr_sum}} xmr</h3>
<div class="center">
<table class="center">
<table class="center pure-table">
<tr>
<td>stealth address</td>
<td>amount</td>
Expand Down Expand Up @@ -92,7 +93,7 @@ <h5 style="margin: 0px">
<input type="text" name="viewkey" size="90" placeholder="Private viewkey" style="margin-top:5px"><br/>
<input type="hidden" name="raw_tx_data" value="{{raw_tx_data}}">
<!--above raw_tx_data field only used when checking raw tx data through tx pusher-->
<input type="submit" value="Decode outputs" style="margin-top:5px" >
<input type="submit" value="Decode outputs" class="pure-button pure-button-primary" style="margin-top:5px" >
</form>
</div>
</div>
Expand All @@ -113,7 +114,7 @@ <h5 style="margin: 0px">
<input type="hidden" name="txhash" value="{{tx_hash}}"><br/>
<input type="text" name="txprvkey" size="90" placeholder="Tx private key"><br/>
<input type="text" name="xmraddress" size="90" placeholder="Recipient's Monero Address" style="margin-top:5px"><br/>
<input type="submit" value="Prove sending" style="margin-top:5px">
<input type="submit" value="Prove sending" class="pure-button pure-button-primary" style="margin-top:5px">
</form>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/search_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3>More than 500 results found. Showing no more than this</h3>

<h3>The search term matches key image found in the following transaction</h3>

<table class="center" style="width:90%">
<table class="center pure-table" style="width:90%">
{{>tx_table_head}}
{{#key_images}}
{{>tx_table_row}}
Expand Down