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

Commit

Permalink
Added margin-bottom of the transfer funds button (Redo #6049)
Browse files Browse the repository at this point in the history
This fixes #6048

Auditors: @bsclifton

Test Plan:
1. Open https://jsfiddle.net/LnwtLckc/5/
2. Click "register"
3. Make sure "Transfer BTC" button has the margin-bottom on add funds dialog on about:preferences#payments
  • Loading branch information
Suguru Hirahara committed Dec 10, 2016
1 parent b2e5a01 commit 02ce7c7
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -732,10 +732,20 @@ table.sortableTable {
}
}

.bitcoinAddressButton {
margin-bottom: 15px; // .walletAddressText
}

.walletLabelText {
font-size: 1em;
color: @braveOrange;
margin-bottom: 5px;
}

.walletAddressText {
font-size: 12px;
color: black;
margin-bottom: 20px;
margin-bottom: 15px; // .bitcoinAddressButton
}

.bitcoinIcon {
Expand Down Expand Up @@ -1085,22 +1095,6 @@ table.sortableTable {
font-size: 0.9em;
}

.bitcoinAddressButton {
margin-bottom: 15px; // .walletAddressText
}

.walletLabelText {
font-size: 1em;
color: @braveOrange;
margin-bottom: 5px;
}

.walletAddressText {
font-size: 12px;
color: black;
margin-bottom: 15px; // .bitcoinAddressButton
}

.settingsListTitle {
color: @darkGray;
font-weight: bold;
Expand Down

0 comments on commit 02ce7c7

Please sign in to comment.