This commit is contained in:
bechi 2015-12-04 15:43:17 -03:00
commit 1af6204cc1
2 changed files with 3 additions and 3 deletions

View file

@ -174,11 +174,11 @@ _:-ms-fullscreen, :root .main {
.menu-activity { .menu-activity {
background-image: linear-gradient(-180deg, #F1F3F5 0%, #FFFFFF 30%); background-image: linear-gradient(-180deg, #F1F3F5 0%, #FFFFFF 30%);
box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.30); box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.35);
width: 100%; width: 100%;
height: 8rem; height: 8rem;
position: absolute; position: absolute;
top: -15px; top: -10px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
left:0; left:0;

View file

@ -24,7 +24,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
'icon': 'icon-receive', 'icon': 'icon-receive',
'link': 'receive' 'link': 'receive'
}, { }, {
'title': gettext('Home'), 'title': gettext('Activity'),
'icon': 'icon-activity', 'icon': 'icon-activity',
'link': 'walletHome' 'link': 'walletHome'
}, { }, {