diff --git a/css/src/main.css b/css/src/main.css index bba0062a1..d9725935f 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -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 { diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index d91f21911..571e9bf14 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -20,12 +20,16 @@ {{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}} {{totalBalanceAlternative |noFractionNumber:2}} {{alternativeIsoCode}} -