add style on Sidebar-mobile

This commit is contained in:
bechi 2014-11-25 13:36:04 -03:00
parent 878b6c7805
commit e75505afcb
3 changed files with 79 additions and 38 deletions

View File

@ -65,6 +65,7 @@ body, html{
header {
background-color: #1ABC9C;
overflow: hidden;
height: 56px;
}
header .creation {
@ -75,6 +76,7 @@ header .creation {
header .alt-currency {
background: #16A085;
color: #fff;
}
.panel h3, .box-setup h3 {
@ -534,6 +536,7 @@ a.button-setup {
.m20r {margin-right: 20px;}
.m15r {margin-right: 15px;}
.m20t {margin-top: 20px;}
.m5 {margin: 5px;}
.m10 {margin: 10px;}
.m15 {margin: 15px;}
.m15h {margin: 0 15px;}
@ -564,7 +567,7 @@ a.button-setup {
line-height: inherit;
}
.line-dashed-setup-v {
.line-dashed-setuph-v {
border-left: 1px dashed #415970;
}

View File

@ -49,7 +49,8 @@
}
.left-off-canvas-menu {
background: #2C3E50;
background: #E4E8EC;
line-height: 24px;
}
.off-canvas-wrap,.inner-wrap{
@ -89,9 +90,26 @@
}
ul.off-canvas-list li a {
text-transform: uppercase;
font-size: 12px;
vertical-align: middle;
font-weight: 100;
border-bottom: transparent;
padding: 0.66667rem 1rem;
color: #fff;
color: #7A8C9E;
border-top: 1px solid rgba(255,255,255,0.25);
-moz-box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.15);
box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.15);
}
ul.off-canvas-list li a i {
vertical-align: middle;
}
ul.off-canvas-list li a.wallet-item {
border: none;
-moz-box-shadow: none;
box-shadow: none;
}
ul.off-canvas-list li a i {
@ -166,14 +184,11 @@
margin-bottom: 50px;
}
.founds {
color: #8597A7;
}
.side-nav.wallets {
padding: 0;
height: auto;
height: 100%;
left: 0;
top: 56px;
}
ul.off-canvas-list li a:hover {

View File

@ -1,24 +1,39 @@
<div ng-controller="SidebarController">
<header class="text-center">
<div class="text-white m10v">
<img src="img/logo-negative-beta.svg" alt="" width="80">
<div ng-include="'views/includes/version.html'"></div>
</div>
</header>
<div ng-if="$root.wallet" class="founds box-founds p15" ng-disabled="$root.loading">
<header>
<div class="m10b" ng-click="toggleWalletSelection()">
<span>{{$root.wallet.getName()}}
{{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}}
</span>
<a class="right text-gray">
<span ng-show="!walletSelection">
<i class="fi-arrow-down"></i>
</span>
<span ng-show="walletSelection">
<i class="fi-arrow-up"></i>
</span>
</a>
<div class="col1">
<div class="avatar-wallet">{{$root.wallet.getName() | limitTo: 1}}</div>
</div>
<div class="col2" ng-class="{'col2_full':!wallets.0}">
<div class="oh m5t m10r">
<div class="right size-10 text-white">[ {{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} ]</div>
<div class="name-wallet">
<div class="ellipsis">{{$root.wallet.getName()}}</div>
</div>
</div>
<div class="founds size-12">
<span ng-if="!$root.wallet.isReady()">Waiting for copayers...</span>
<div ng-if="$root.wallet.isReady()">
<span ng-if="$root.updatingBalance"><i class="fi-bitcoin-circle icon-rotate spinner"></i></span>
<div ng-if="$root.wallet && !$root.updatingBalance" data-options="disable_for_touch:true">
<b class="m5r">{{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}}</b>
<span ng-if="alternativeBalanceAvailable" class="alt-currency">{{totalBalanceAlternative |noFractionNumber:2}} {{alternativeIsoCode}}</span>
<span ng-if="!alternativeBalanceAvailable" class="alt-currency">N/A</span>
</div>
</div>
</div>
</div>
<div class="col3" ng-if="wallets.0">
<a ng-class="{'selected':walletSelection}"
ng-click="toggleWalletSelection()">
<span ng-show="!walletSelection">
<i class="icon-arrow-down2"></i>
</span>
<span ng-show="walletSelection">
<i class="icon-arrow-up2"></i>
</span>
</a>
</div>
</div>
<div ng-if="walletSelection">
<div class="side-nav wallets" ng-show="!wallets.0">
@ -53,6 +68,8 @@
</li>
</ul>
</div>
</header>
<!-- <div ng-if="$root.wallet" class="founds box-founds p15" ng-disabled="$root.loading">
<div class="line-t" ng-show="!walletSelection" ng-click="refresh()">
<a class="side-bar text-gray right" title="Manual Refresh"><i class="fi-refresh"></i></a>
<span ng-if="$root.updatingBalance">
@ -71,14 +88,18 @@
{{lockedBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
</span>
</div>
</div>
</div> -->
<div class="line-t p0"></div>
<ul class="off-canvas-list" ng-show="!walletSelection">
<li>
<a href="#!/more" class="db p20h nav-item" title="Settings">
<i class="size-24 m20r fi-widget"></i> {{'Settings' | translate }} </a>
</li>
<a href="#!/profile" class="large-2 medium-2 columns text-center m30v" title="Profile">
<div class="photo-container">
<img gravatar-src="'{{username}}'" gravatar-size="35">
</div>
<p class="text-black m5"> bechilandia@gmail.com </p>
<span class="db p20h text-gray size-10" >
<i class="fi-torso"></i> {{'ViewProfile' | translate }}
</span>
</a>
<ul class="off-canvas-list columns" ng-show="!walletSelection">
<li>
<a href="#!/create" class="db p20h nav-item" title="Create new wallet">
<i class="size-24 m20r fi-plus"></i> {{'Create new wallet' | translate }} </a>
@ -89,17 +110,19 @@
</li>
<li>
<a href="#!/import" class="db p20h nav-item" title="Import wallet">
<i class="size-24 m20r fi-download"></i> {{'Import wallet' | translate }} </a>
<i class="size-24 m20r fi-download"></i> {{'Import a wallet' | translate }} </a>
</li>
<li>
<a href="#!/profile" class="db p20h nav-item" title="Profile">
<i class="size-24 m20r fi-torso"></i> {{'Profile' | translate }} </a>
<a href="#!/more" class="db p20h nav-item" title="Settings">
<i class="size-24 m20r fi-widget"></i> {{'Settings' | translate }} </a>
</li>
<li>
<a href="#!/" class="db p20h nav-item" title="Close"
ng-click="signout()"><i class="size-24 m20r fi-power"></i> {{'Close'|translate}}</a>
</li>
</ul>
<div class="text-gray size-10 text-center m20t columns">
<div ng-include="'views/includes/version.html'"></div>
</div>
</div>