sidebar balance locked

This commit is contained in:
bechi 2014-10-30 14:26:11 -03:00
commit 9d798a2547
2 changed files with 28 additions and 8 deletions

View file

@ -175,7 +175,7 @@ header .alt-currency {
right: 14px;
width: 100px;
list-style-type: none;
top: 47px;
top: 47px;nt
}
.head .menu ul.hover {
@ -612,6 +612,19 @@ a.button-setup {
color: #B6E9DF;
}
.founds .locked {
font-size: 11px;
z-index: -99999;
background-color: #213140;
position: absolute;
top: 52px;
width: 250px;
left: 0;
padding: 0.3rem 0.7rem;
color: white;
border-bottom: 1px solid #374756;
}
.hidden {
visibility: hidden;
}
@ -1118,7 +1131,7 @@ a:hover .photo-container {
color: #fff;
}
.side-nav {padding-top: 38px;}
.side-nav {padding-top: 50px;}
.side-nav li {
font-size: 16px;
@ -1127,6 +1140,10 @@ a:hover .photo-container {
margin-bottom: 10px;
}
.side-nav li>a:first-child:not(.button) {
padding-left: 40px;
}
.side-nav li.active>a:first-child:not(.button) {
color: #2C3E50;
background-color: #F8F8FB;
@ -1134,7 +1151,6 @@ a:hover .photo-container {
.side-nav li>a:first-child:not(.button), .side-nav li a:not(.button) {
color: #fff;
padding-left: 40px;
}
.side-nav li>a:first-child:not(.button) i {