From b628df017f14c38f68c3048ef503ce8722f07f3b Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 11 May 2016 21:26:09 -0700 Subject: Revert style name fixes that broke styles --- ui/app/account-detail.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ui/app/account-detail.js') diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 89ca3003e..a71e85da8 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -45,7 +45,7 @@ AccountDetailScreen.prototype.render = function() { h('.account-detail-section.flex-column.flex-grow', { style: { width: 330, - 'marginTop': 28, + 'margin-top': 28, }, }, [ @@ -75,20 +75,20 @@ AccountDetailScreen.prototype.render = function() { h('h2.font-medium.color-forest.flex-center', { style: { - 'paddingTop': 8, - 'marginBottom': 32, + 'padding-top': 8, + 'margin-bottom': 32, }, }, identity && identity.name), h('.flex-row.flex-space-between', { style: { - 'marginBottom': 16, + 'margin-bottom': 16, }, }, [ h('div', { style: { - 'lineHeight': 16, + 'line-height': 16, }, }, addressSummary(account.address)), @@ -110,7 +110,7 @@ AccountDetailScreen.prototype.render = function() { h('div', { style: { - 'lineHeight': 50, + 'line-height': 50, }, }, formatBalance(account.balance)), -- cgit v1.2.3