diff --git a/css/src/main.css b/css/src/main.css index 0dc551234..8d1d21d64 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -535,6 +535,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 +945,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 +974,7 @@ table tbody tr:last-child td { border-bottom: none; } -table.manage-wallets tr:hover { +table tr:hover { background-color: #eee; cursor: pointer; } @@ -1368,7 +1367,7 @@ a:hover .photo-container { .copay-box { width: 70px; text-align: center; - margin-right: 20px; + margin-right: 10px; float: left; } @@ -1446,8 +1445,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 +1476,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 +1504,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 +1655,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/modals/address-book.html b/views/modals/address-book.html index 2e72c35a1..d335778e3 100644 --- a/views/modals/address-book.html +++ b/views/modals/address-book.html @@ -1,90 +1,90 @@ -
-

Address Book - Add entry -

-

Add a new entry

-

Empty. Create an alias for your addresses

-
-
- +× +
+
+

Address Book

+

Add a new entry

+

Empty. Create an alias for your addresses

+
+
+ +
+ + {{success}} +
- - {{success}} - -
- - - - - - - +
EntryCreatorDateVisible
+ + + + + + + + + + + + + + - - - - - - - - - -
EntryCreatorDateVisible
+ {{info.label}}
+ {{::addr}} +
{{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} + + + +
-
-
{{info.label}}
-
{{::addr}}
-
-
{{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} - - - -
+ + -
-
-
-
-
- +
+
+ +
+
+ +
+ + {{error}} + +
+
+ + + + Not valid + +
- - {{error}} - -
-
- - - - Not valid - - -
-
- - -
- - - Back - - + + + 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 @@
-×