Ceremony header/footer icons; Oracles network -> POA Network

This commit is contained in:
viktor 2017-12-15 15:11:12 -05:00
parent f8a4be1c5e
commit d30ef568a8
11 changed files with 18 additions and 18 deletions

View File

@ -53,7 +53,7 @@
<a href="https://twitter.com/oraclesorg" class="socials-i socials-i_twitter"></a> <a href="https://twitter.com/oraclesorg" class="socials-i socials-i_twitter"></a>
<a href="#" class="socials-i socials-i_bitcoin"></a> <a href="#" class="socials-i socials-i_bitcoin"></a>
</div> </div>
<p class="footer-rights">2017 Oracles Network. All rights reserved.</p> <p class="footer-rights">2017 POA Network. All rights reserved.</p>
</div> </div>
</footer> </footer>
</body> </body>

View File

@ -1,6 +1,6 @@
let errorMsgNoMetamaskAccount = `You haven't chosen any account in MetaMask. let errorMsgNoMetamaskAccount = `You haven't chosen any account in MetaMask.
Please, choose your initial key in MetaMask and reload the page. Please, choose your initial key in MetaMask and reload the page.
Check Oracles network <a href='https://github.com/oraclesorg/oracles-wiki' target='blank'>wiki</a> for more info.`; Check POA Network <a href='https://github.com/oraclesorg/oracles-wiki' target='blank'>wiki</a> for more info.`;
function generateElement(msg){ function generateElement(msg){
@ -31,9 +31,9 @@ let getWeb3 = () => {
break break
default: default:
netIdName = 'ERROR' netIdName = 'ERROR'
errorMsg = `You aren't connected to Oracles Network. errorMsg = `You aren't connected to POA Network.
Please, switch on Oracles plugin and refresh the page. Please, switch on Oracles plugin and refresh the page.
Check Oracles network <a href='https://github.com/oraclesorg/oracles-wiki' target='blank'>wiki</a> for more info.` Check POA Network <a href='https://github.com/oraclesorg/oracles-wiki' target='blank'>wiki</a> for more info.`
console.log('This is an unknown network.') console.log('This is an unknown network.')
} }
results = { results = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -17,14 +17,14 @@
} }
&-logo { &-logo {
@include image-2x('../images/CEREMONY_footer@2x.png', 100px, 24px); @include image-2x('../images/logo_ceremony_dapp_footer@2x.png', 120px, 24px);
position: relative; position: relative;
z-index: 2; z-index: 2;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
width: 100px; width: 120px;
height: 24px; height: 24px;
background-image: url(../images/CEREMONY_footer.png); background-image: url(../images/logo_ceremony_dapp_footer.png);
background-position: 0 0; background-position: 0 0;
} }

View File

@ -9,11 +9,11 @@
background-size: cover; background-size: cover;
&-logo { &-logo {
@include image-2x('../images/CEREMONY@2x.png', 149px, 35px); @include image-2x('../images/logo_ceremony_dapp@2x.png', 182px, 35px);
float: left; float: left;
width: 149px; width: 182px;
height: 35px; height: 35px;
background-image: url(../images/CEREMONY.png); background-image: url(../images/logo_ceremony_dapp.png);
background-position: 0 0; background-position: 0 0;
} }
} }

View File

@ -243,14 +243,14 @@ button:focus {
z-index: 2; z-index: 2;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
width: 100px; width: 120px;
height: 24px; height: 24px;
background-image: url(../images/CEREMONY_footer.png); background-image: url(../images/logo_ceremony_dapp_footer.png);
background-position: 0 0; } background-position: 0 0; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) { @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.footer-logo { .footer-logo {
background-image: url("../images/CEREMONY_footer@2x.png"); background-image: url("../images/logo_ceremony_dapp_footer@2x.png");
background-size: 100px 24px; } } background-size: 120px 24px; } }
.footer-rights { .footer-rights {
position: absolute; position: absolute;
z-index: 1; z-index: 1;
@ -267,14 +267,14 @@ button:focus {
background-size: cover; } background-size: cover; }
.header-logo { .header-logo {
float: left; float: left;
width: 149px; width: 182px;
height: 35px; height: 35px;
background-image: url(../images/CEREMONY.png); background-image: url(../images/logo_ceremony_dapp.png);
background-position: 0 0; } background-position: 0 0; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) { @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.header-logo { .header-logo {
background-image: url("../images/CEREMONY@2x.png"); background-image: url("../images/logo_ceremony_dapp@2x.png");
background-size: 149px 35px; } } background-size: 182px 35px; } }
.keys { .keys {
display: table; display: table;