diff --git a/css/src/main.css b/css/src/main.css index 0dc551234..4daa9e0fe 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -467,8 +467,6 @@ ul.tx-copayers { background: #eee; } - - .sign-action { background: #E4E8EC; width: 100%; @@ -535,6 +533,13 @@ a.button-setup { display: block; padding: 0.5rem; background: transparent; + color: #A0A3A6; +} + + +a.button-setup:hover { + color: #666; + border-color: #666; } .createProfile a.button-setup, .home a.button-setup, .settings a.button-setup, .import-profile a.button-setup { @@ -938,28 +943,20 @@ label small.has-error { } table { - border-collapse: collapse; text-align: left; width: 100%; border: none; - box-shadow: -2px 1px 9px 1px #DDDDDD; - -webkit-box-shadow: -2px 1px 5px 1px #DDDDDD; - -moz-box-shadow: -2px 1px 5px 1px #DDDDDD; - -o-box-shadow: -2px 1px 5px 1px #DDDDDD; + border-collapse: collapse; + text-align: left; + width: 100%; + border: none; } thead tr{ text-transform: uppercase; - border-top: 1px solid #FFFFFF; - height: 46px } table tr td, table tr th { padding: 15px; } -table.last-transactions-content tr td, -table.last-transactions-content tr th { - padding: 5px; -} - table tfoot tr td, table tfoot tr th, table thead tr td, table thead tr th { background-color: #F5F5F8; color:#949BAD; @@ -975,7 +972,7 @@ table tbody tr:last-child td { border-bottom: none; } -table.manage-wallets tr:hover { +table tr:hover { background-color: #eee; cursor: pointer; } @@ -1350,13 +1347,6 @@ a:hover .photo-container { margin-left: 0; } -.addresses .list-addr i { - position: absolute; - top: -15px; - left: 0; - cursor: pointer; -} - .addresses .list-addr contact { cursor: text; } @@ -1368,7 +1358,7 @@ a:hover .photo-container { .copay-box { width: 70px; text-align: center; - margin-right: 20px; + margin-right: 10px; float: left; } @@ -1446,8 +1436,6 @@ a.text-warning:hover {color: #FD7262;} .box-setup-copayers { background: #F8F8FB; - -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.20); - box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.20); margin-bottom: 15px; } @@ -1479,9 +1467,6 @@ a.text-warning:hover {color: #FD7262;} .panel { border-radius: 3px; background: #FFFFFF; - -moz-box-shadow: 1.5px 1.5px 0px 0px rgba(32,48,64,0.20); - box-shadow: 1.5px 1.5px 0px 0px rgba(32,48,64,0.20); - -o-box-shadow: 1.5px 1.5px 0px 0px rgba(32,48,64,0.20); border: none; } @@ -1510,19 +1495,6 @@ a.text-warning:hover {color: #FD7262;} dialog.large, .reveal-modal.large { height: 100%; overflow-y: auto; - padding: 1.25rem 0.25rem; - } - - dialog.large span.address-size, .reveal-modal.large span.address-size { - font-size: 12px; - } - - dialog.large table, .reveal-modal.large table { - margin: 0; - box-shadow: none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - -o-box-shadow: none; } } @@ -1674,15 +1646,6 @@ a.text-warning:hover {color: #FD7262;} text-align: center; } -.addressbook-entry td { - display: block; - cursor: pointer; -} - -.addressbook-disabled td, .addressbook-disabled td a { - color: #8597A7; -} - /*/////////////////////////////////////////////////*/ .createProfile .icon-input { diff --git a/js/controllers/send.js b/js/controllers/send.js index 2ccd1079d..d9cfb9b7f 100644 --- a/js/controllers/send.js +++ b/js/controllers/send.js @@ -468,7 +468,7 @@ angular.module('copayApp.controllers').controller('SendController', $modalInstance.close(addr); }; - $scope.cancel = function() { + $scope.cancel = function(form) { $scope.error = $scope.success = null; $scope.toggleForm(); }; diff --git a/views/history.html b/views/history.html index 54d0ee72b..9bcd0595d 100644 --- a/views/history.html +++ b/views/history.html @@ -37,7 +37,7 @@ {{$root.wallet.settings.unitName}} - + {{btx.alternativeAmount}} {{$root.wallet.settings.alternativeIsoCode}} diff --git a/views/modals/address-book.html b/views/modals/address-book.html index 2e72c35a1..9bc984882 100644 --- a/views/modals/address-book.html +++ b/views/modals/address-book.html @@ -1,90 +1,92 @@ -
-

Address Book - Add entry -

-

Add a new entry

-

Empty. Create an alias for your addresses

-
-
- -
- - {{success}} - -
- - - - - - - - - - - - - - - - - -
EntryCreatorDateVisible
-
-
{{info.label}}
-
{{::addr}}
-
-
{{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} - - - -
- -
-
-
-
-
- -
- - {{error}} - -
-
- - - - Not valid - - -
-
- - -
- - - Back - -
-
-
- × +
+ Close +
+
+
+

Address Book

+

Add a new entry

+

Empty. Create an alias for your addresses

+
+
+ +
+ + {{success}} + +
+ + + + + + + + + + + + + + + + + +
EntryCreatorDateVisible
+ {{info.label}}
+ {{::addr}} +
{{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} + + + +
+ +
+
+
+
+
+ +
+ + {{error}} + +
+
+ + + + Not valid + + +
+
+ + +
+ + + Back + +
+
+
+
+
diff --git a/views/modals/qr-address.html b/views/modals/qr-address.html index 449e1b41e..777a3fcb8 100644 --- a/views/modals/qr-address.html +++ b/views/modals/qr-address.html @@ -1,4 +1,7 @@ -
+
+ Close +
+
@@ -10,4 +13,3 @@
-× diff --git a/views/modals/tx-details.html b/views/modals/tx-details.html index 665e07049..50205df89 100644 --- a/views/modals/tx-details.html +++ b/views/modals/tx-details.html @@ -12,7 +12,7 @@ +-{{btx.amount}} {{$root.wallet.settings.unitName}}
-
+
{{btx.alternativeAmount}} {{$root.wallet.settings.alternativeIsoCode}}
diff --git a/views/modals/wallet-info.html b/views/modals/wallet-info.html index d46633bb2..dc6f60bf4 100644 --- a/views/modals/wallet-info.html +++ b/views/modals/wallet-info.html @@ -1,6 +1,6 @@
- Close + Close
diff --git a/views/receive.html b/views/receive.html index 67a8ee907..055b46edb 100644 --- a/views/receive.html +++ b/views/receive.html @@ -27,16 +27,14 @@
-
+
-
-
-
- - change -
+
+
+ + change
-
+
@@ -44,41 +42,20 @@ {{addr.balance || '0'}} {{$root.wallet.settings.unitName}}
- -
-
-
-
-
- - change -
-
- - - - - {{addr.balance || '0'}} {{$root.wallet.settings.unitName}} - -
-
-
- + Generate new address - + Hide them
-