diff --git a/css/src/main.css b/css/src/main.css index b984e347b..9014665cd 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -836,6 +836,20 @@ label small.has-error { font-size: 11px; } +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; + +} +thead tr{ text-transform: uppercase; border-top: 1px solid #FFFFFF; height: 46px} +table td, table th { padding: 15px 15px; height: 58px} } +table thead th {background-color: #F5F5F8; color:#949BAD; font-size: 13px; font-weight: normal; !important} +table tbody td { color: #000000; font-size: 14px;border-bottom: 1px solid #F1F1F3; } +table tbody tr:last-child td { border-bottom: none; } + + table tr.active { background: #CBECE6; } diff --git a/img/logo-negative-beta.svg b/img/logo-negative-beta.svg index e54eb3d0a..156b7a3cd 100644 --- a/img/logo-negative-beta.svg +++ b/img/logo-negative-beta.svg @@ -1,19 +1,19 @@ - - - Copay + Path 1 + Path 1 copy + beta - Created with Sketch. + + + Imported Layers + Created with Sketch. - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/views/profile.html b/views/profile.html index 248ce524d..d398d1de0 100644 --- a/views/profile.html +++ b/views/profile.html @@ -42,7 +42,9 @@

Manage wallets

- + + +
@@ -54,36 +56,37 @@ + data-ng-repeat="item in wallets | orderBy:'name'" + ng-init="isReady = item.isReady(); + networkName = item.getNetworkName()" + ng-class="{'deleting':loading==item.id}"> - - - + + - - - -
Name
{{item.name || item.id }}{{item.requiredCopayers}} of {{item.totalCopayers}} - {{networkName}}{{isReady ? 'Complete' : 'Waiting for copayers...'}} + {{item.requiredCopayers}} of {{item.totalCopayers}} - {{networkName}}{{isReady ? 'Complete' : 'Waiting for copayers...'}} - - {{item.balanceInfo.totalBalance || 0 |noFractionNumber}} {{item.settings.unitName}} + {{item.balanceInfo.totalBalance || 0 |noFractionNumber}} {{item.settings.unitName}} +
+ ng-show="!isSafari"> -     + ng-show="isSafari"> +     + ng-really-click="deleteWallet(item)" + ng-show="loading != item.id">
- -
+ + + + + +