From e7ecd568552b47d73a0e678e1ea841b5153dab6f Mon Sep 17 00:00:00 2001 From: yan Date: Sat, 27 Aug 2016 09:34:25 -0700 Subject: [PATCH] CSS tweaks for payments wallet bar --- app/extensions/brave/locales/en-US/preferences.properties | 2 +- less/about/preferences.less | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app/extensions/brave/locales/en-US/preferences.properties b/app/extensions/brave/locales/en-US/preferences.properties index 330ec44ddc8..820f7617d18 100644 --- a/app/extensions/brave/locales/en-US/preferences.properties +++ b/app/extensions/brave/locales/en-US/preferences.properties @@ -61,7 +61,7 @@ on=on notifications=Notifications moneyAdd=Use your debit or credit card add=Buy with Coinbase -addFundsTitle=Add Funds... +addFundsTitle=Add funds... addFunds=Add funds to your Brave Payments Account date=Date totalAmount=Total Amount diff --git a/less/about/preferences.less b/less/about/preferences.less index cc69a5a4d23..67377b697bb 100644 --- a/less/about/preferences.less +++ b/less/about/preferences.less @@ -320,6 +320,7 @@ span.settingsListCopy { span.browserButton.primaryButton.addFunds { font-size: 0.9em; + margin-right: 50px; } span.browserButton.primaryButton { @@ -570,7 +571,7 @@ div.nextPaymentSubmission { .walletBar { padding: 20px; - padding-bottom: 0px; + padding-bottom: 10px; background: @lightGray; border-radius: @borderRadiusUIbox; margin: 30px 0px; @@ -856,10 +857,6 @@ div.nextPaymentSubmission { } } -#fundsSelectBox { - margin: 0 auto; -} - #paymentsSidebar { opacity: 0.8; width: 200px;