Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jul 29, 2016
1 parent acf9c7d commit c783c0f
Show file tree
Hide file tree
Showing 12 changed files with 29,652 additions and 29,082 deletions.
27 changes: 4 additions & 23 deletions chrome-extension/css/etherwallet-master.css
Original file line number Diff line number Diff line change
Expand Up @@ -3172,8 +3172,7 @@ ul.nav {
left: 0px;
bottom: -2px;
transition: all 250ms ease 0s;
-webkit-transform: scale(0);
transform: scale(0);
transform: scale(0);
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
Expand All @@ -3182,8 +3181,7 @@ ul.nav {
}
.nav-tabs > li > a:hover:after,
.nav-tabs > li > a:focus:after {
-webkit-transform: scale(1);
transform: scale(1);
transform: scale(1);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
Expand Down Expand Up @@ -3477,15 +3475,11 @@ button.close {
}
/* uncss:ignore */
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
/* uncss:ignore */
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
/* uncss:ignore */
Expand Down Expand Up @@ -4330,19 +4324,7 @@ article + .no-items {
}
.no-items {
margin-top: 2em;
-webkit-animation: fadein 1.5s;
animation: fadein 1.5s;
}
@-webkit-keyframes fadein {
0% {
opacity: 0;
}
80% {
opacity: 0;
}
100% {
opacity: 1;
}
animation: fadein 1.5s;
}
@keyframes fadein {
0% {
Expand Down Expand Up @@ -4466,8 +4448,7 @@ article + .no-items {
color: #1a81a2;
text-transform: uppercase;
letter-spacing: .05em;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
right: 0;
bottom: 0;
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ <h4>Send Transaction</h4>
<div class="form-group col-xs-12">
<p><small> We use standard rates for all gas + a itty-bitty bit more to ensure it gets mined quickly. If you move 1 Ether the total transaction will be that 1 Ether + current gas price + 1 gwei in gas. We do not take a transaction fee.</small></p>
<p><small><strong>* ETH (Standard Transaction):</strong> This generates a default transaction directly from one address to another. It has a default gas of 21000. It is likely that any ETH sent via this method will be replayed onto the ETC chain.</small></p>
<p><small><strong>** Only ETH:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank">Vitalik's replay protection contract</a> so that you only send on the <strong>ETH</strong> chain. </small></p>
<p><small><strong>*** Only ETC:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank">Vitalik's replay protection contract</a> so that you only send on the <strong>ETC</strong> chain. </small></p>
<p><small><strong>** Only ETH:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank"> Timon Rapp's replay protection contract (as recommended by VB)</a> so that you only send on the <strong>ETH</strong> chain. </small></p>
<p><small><strong>*** Only ETC:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank"> Timon Rapp's replay protection contract (as recommended by VB)</a> so that you only send on the <strong>ETC</strong> chain. </small></p>
</div>

<!-- Modal -->
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ <h4>Send Transaction</h4>
<div class="form-group col-xs-12">
<p><small> We use standard rates for all gas + a itty-bitty bit more to ensure it gets mined quickly. If you move 1 Ether the total transaction will be that 1 Ether + current gas price + 1 gwei in gas. We do not take a transaction fee.</small></p>
<p><small><strong>* ETH (Standard Transaction):</strong> This generates a default transaction directly from one address to another. It has a default gas of 21000. It is likely that any ETH sent via this method will be replayed onto the ETC chain.</small></p>
<p><small><strong>** Only ETH:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank">Vitalik's replay protection contract</a> so that you only send on the <strong>ETH</strong> chain. </small></p>
<p><small><strong>*** Only ETC:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank">Vitalik's replay protection contract</a> so that you only send on the <strong>ETC</strong> chain. </small></p>
<p><small><strong>** Only ETH:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank"> Timon Rapp's replay protection contract (as recommended by VB)</a> so that you only send on the <strong>ETH</strong> chain. </small></p>
<p><small><strong>*** Only ETC:</strong> This sends via <a href="https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/" target="_blank"> Timon Rapp's replay protection contract (as recommended by VB)</a> so that you only send on the <strong>ETC</strong> chain. </small></p>
</div>

<!-- Modal -->
Expand Down
Loading

0 comments on commit c783c0f

Please sign in to comment.