Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
move button to overview section
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Nov 1, 2016
1 parent 526bb21 commit a2f1935
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions js/src/views/Settings/Background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,17 @@ class Background extends Component {
<div className={ layout.overview }>
<div>The background pattern you can see right now is unique to your Parity installation. It will change every time you create a new Signer token. This is so that decentralized applications cannot pretend to be trustworthy.</div>
<div>Pick a pattern you like and memorize it. This Pattern will always be shown from now on, unless you clear your browser cache or use a new Signer token.</div>
<div>
<Button
icon={ <NavigationRefresh /> }
label='generate more'
onClick={ this.generateMore } />
</div>
</div>
<div className={ layout.details }>
<div className={ styles.bgcontainer }>
{ this.renderBackgrounds() }
</div>
<Button
icon={ <NavigationRefresh /> }
label='generate more'
onClick={ this.generateMore } />
</div>
</div>
</Container>
Expand Down
2 changes: 1 addition & 1 deletion js/src/views/Settings/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.overview>div+div {
padding-top: 1.25em;
margin-top: 1.25em;
}

.details {
Expand Down

0 comments on commit a2f1935

Please sign in to comment.