fix toggle switch on export wallet

This commit is contained in:
Javier 2016-05-20 09:50:44 -03:00
commit 839344a0b5
3 changed files with 27 additions and 32 deletions

View file

@ -20,10 +20,14 @@
background-color: transparent !important;
margin-top: -25px;
padding-bottom: 30px;
right: -27px !important;
right: -25px !important;
border-width: 0px;
}
.r0 {
right: 0px !important;
}
.item-toggle .toggle {
right: 28px;
}