Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
CSS tweaks for payments wallet bar
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Aug 27, 2016
1 parent 93062f1 commit e7ecd56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/extensions/brave/locales/en-US/preferences.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 2 additions & 5 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ span.settingsListCopy {

span.browserButton.primaryButton.addFunds {
font-size: 0.9em;
margin-right: 50px;
}

span.browserButton.primaryButton {
Expand Down Expand Up @@ -570,7 +571,7 @@ div.nextPaymentSubmission {

.walletBar {
padding: 20px;
padding-bottom: 0px;
padding-bottom: 10px;
background: @lightGray;
border-radius: @borderRadiusUIbox;
margin: 30px 0px;
Expand Down Expand Up @@ -856,10 +857,6 @@ div.nextPaymentSubmission {
}
}

#fundsSelectBox {
margin: 0 auto;
}

#paymentsSidebar {
opacity: 0.8;
width: 200px;
Expand Down

0 comments on commit e7ecd56

Please sign in to comment.