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

Follow-up: Button styles consistent #6001

Merged
merged 1 commit into from
Dec 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/about/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ class BitcoinDashboard extends ImmutableComponent {
<div data-l10n-id='bitcoinPaymentURL' className='labelText' />
</div>
}
<span className='smallText'>{this.ledgerData.get('address')}</span>
<div className='walletAddressText'>{this.ledgerData.get('address')}</div>
<Button className='primaryButton' l10nId='copyToClipboard' onClick={this.copyToClipboard.bind(this, this.ledgerData.get('address'))} />
</div>
: <div className='settingsPanelDivider'>
Expand Down
9 changes: 4 additions & 5 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -851,11 +851,13 @@ div.nextPaymentSubmission {
}
font-size: 0.9em;
}
.smallText {

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

.settingsListTitle {
color: @darkGray;
font-weight: bold;
Expand Down Expand Up @@ -899,10 +901,7 @@ div.nextPaymentSubmission {
}

.primaryButton {
display: block;
float: right;
width: 180px;
margin-bottom: 15px;
min-width: 180px;
}

&:after {
Expand Down