minor fixes

This commit is contained in:
andmironov 2017-06-03 16:22:28 +03:00
parent 77edf8f97a
commit 1c533f5fab
2 changed files with 7 additions and 4 deletions

View File

@ -1300,6 +1300,8 @@ li.social-link a {
height: 38px;
top: 65px;
left: 492px; }
.token-wrap:nth-child(4) {
display: none; }
.token-wrap:nth-child(5) {
width: 40px;
height: 40px;
@ -1311,10 +1313,10 @@ li.social-link a {
top: 240px;
left: 467px; }
.token-wrap:nth-child(7) {
width: 52px;
height: 52px;
width: 46px;
height: 46px;
top: 100px;
left: 397px; }
left: 407px; }
.token-wrap:nth-child(8) {
width: 46px;
height: 46px;

View File

@ -343,10 +343,11 @@
.token-wrap:nth-child(2) { width: 40px; height: 40px; top: 32px; left: 348px;}
.token-wrap:nth-child(2) { width: 46px; height: 46px; top: 10px; left: 424px;}
.token-wrap:nth-child(3) { width: 38px; height: 38px; top: 65px; left: 492px;}
.token-wrap:nth-child(4) { display: none; }
.token-wrap:nth-child(5) { width: 40px; height: 40px; top: 41px; left: 349px;}
.token-wrap:nth-child(6) { width: 40px; height: 40px; top: 240px; left: 467px;}
.token-wrap:nth-child(7) { width: 52px; height: 52px; top: 100px; left: 397px;}
.token-wrap:nth-child(7) { width: 46px; height: 46px; top: 100px; left: 407px;}
.token-wrap:nth-child(8) { width: 46px; height: 46px; top: 210px; left: 371px;}
.token-wrap:nth-child(9) { display: none}