fix layout locked balance and list of wallets
This commit is contained in:
parent
cfc16b8d68
commit
b540021487
3 changed files with 26 additions and 29 deletions
|
|
@ -204,6 +204,11 @@ header .alt-currency {
|
|||
float: left;
|
||||
}
|
||||
|
||||
.col2_full {
|
||||
width: 194px;
|
||||
height: 62px;
|
||||
}
|
||||
|
||||
.col3 a {
|
||||
font-size: 20px;
|
||||
display: block;
|
||||
|
|
@ -608,14 +613,10 @@ a.button-setup {
|
|||
color: #B6E9DF;
|
||||
}
|
||||
|
||||
.founds .locked {
|
||||
.locked {
|
||||
font-size: 11px;
|
||||
z-index: -99999;
|
||||
background-color: #213140;
|
||||
position: absolute;
|
||||
top: 52px;
|
||||
width: 250px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 0.3rem 0.7rem;
|
||||
color: white;
|
||||
border-bottom: 1px solid #374756;
|
||||
|
|
@ -1129,8 +1130,6 @@ a:hover .photo-container {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.side-nav {padding-top: 50px;}
|
||||
|
||||
.side-nav li {
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue