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

Commit

Permalink
Merge pull request #6001 from luixxiul/button-styles-followups
Browse files Browse the repository at this point in the history
Follow-up: Button styles consistent
  • Loading branch information
bradleyrichter committed Dec 3, 2016
2 parents 194aef1 + 55de603 commit 7c38d20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
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

0 comments on commit 7c38d20

Please sign in to comment.