diff --git a/css/src/main.css b/css/src/main.css index 3e3f0690a..3374c92cc 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -536,7 +536,7 @@ ul.tx-copayers { a.button-setup { border-radius: 3px; - border: 1px solid #E4E8EC; + border: 1px solid #ccc; display: block; padding: 0.5rem; background: transparent; @@ -1335,7 +1335,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { .black { background-color: #2C3E50; } - +.text-italic {font-style: italic;} .text-light {font-weight: 100;} .text-bold {font-weight: 700;} .text-gray {color: #8597A7;} diff --git a/css/src/mobile.css b/css/src/mobile.css index 8528b0876..f9b1f3e20 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -94,10 +94,7 @@ } header { - background-image: -webkit-linear-gradient(#2C3E50 0%, #1D2833 100%); - background-image: -o-linear-gradient(#2C3E50 0%, #1D2833 100%); - background-image: linear-gradient(#2C3E50 0%, #1D2833 100%); - box-shadow: 0px 1px 0px 0px #2C3E50, inset -1px 0px 0px 0px rgba(0,0,0,0.24); + background-color: #2C3E50; height: 120px; width: 100%; line-height: 110%; @@ -200,8 +197,8 @@ padding: 0.66667rem 1rem; 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); + -moz-box-shadow: none; + box-shadow: none; } ul.off-canvas-list li a i { diff --git a/js/controllers/homeWallet.js b/js/controllers/homeWallet.js index 849bfbb1f..a4efbe719 100644 --- a/js/controllers/homeWallet.js +++ b/js/controllers/homeWallet.js @@ -1,8 +1,6 @@ 'use strict'; -angular.module('copayApp.controllers').controller('HomeWalletController', function($scope, $rootScope, $timeout, $filter, $modal, rateService, notification, txStatus, identityService, isMobile) { - - $scope.isMobile = isMobile.any(); +angular.module('copayApp.controllers').controller('HomeWalletController', function($scope, $rootScope, $timeout, $filter, $modal, rateService, notification, txStatus, identityService) { $scope.openTxModal = function(tx) { var ModalInstanceCtrl = function($scope, $modalInstance) { diff --git a/js/services/identityService.js b/js/services/identityService.js index 9ae9c6983..96cf0ed19 100644 --- a/js/services/identityService.js +++ b/js/services/identityService.js @@ -298,7 +298,7 @@ angular.module('copayApp.services') iden.on('noWallets', function() { notification.warning('No Wallets', 'Your profile has no wallets. Create one here'); $rootScope.starting = false; - $location.path('/create'); + $location.path('/add'); $timeout(function() { $rootScope.$digest(); }, 1); diff --git a/views/copayers.html b/views/copayers.html index 14db0f488..2a09dcfea 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -50,11 +50,11 @@
-
- -
+

Are you sure you want to cancel and delete this wallet

@@ -63,12 +63,7 @@
diff --git a/views/homeWallet.html b/views/homeWallet.html index f724f1297..239d5b324 100644 --- a/views/homeWallet.html +++ b/views/homeWallet.html @@ -85,7 +85,7 @@
-
+
diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index 08d986bb6..01e7cb93f 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -1,17 +1,22 @@
-
-
-
{{$root.wallet.getName() | limitTo: 1}}
+
+
+ You have no wallets
-
-
-
-
{{$root.wallet.getName()}}
-
-
{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}}
+
+
+
{{$root.wallet.getName() | limitTo: 1}}
+
+
+
+
+
{{$root.wallet.getName()}}
+
+
{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}}
+
-
-
    +
diff --git a/views/profile.html b/views/profile.html index 9d17bb5e6..96577c9a5 100644 --- a/views/profile.html +++ b/views/profile.html @@ -81,12 +81,7 @@