1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-10 11:35:13 +02:00

styling + licenses url

This commit is contained in:
diminator 2015-07-01 09:15:36 +02:00
parent c6528d8999
commit 2436e198db
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ let RegisterPiece = React.createClass( {
},
handleSuccess(){
let notification = new GlobalNotificationModel('Login successsful', 'success', 10000);
let notification = new GlobalNotificationModel('Piece successfully registered', 'success', 10000);
GlobalNotificationActions.appendGlobalNotification(notification);
this.transitionTo('pieces');
},
@ -98,7 +98,7 @@ let RegisterPiece = React.createClass( {
onChange={this.onLicenseChange}
footer={
<a className="pull-right" href={this.state.licenses[this.state.selectedLicense].url} target="_blank">
Learn more about this license
Learn more
</a>}>
<select name="license">
{this.state.licenses.map((license, i) => {
@ -134,9 +134,9 @@ let RegisterPiece = React.createClass( {
Register your artwork
</button>}
spinner={
<button className="btn ascribe-btn ascribe-btn-login ascribe-btn-login-spinner">
<span className="btn ascribe-btn ascribe-btn-login ascribe-btn-login-spinner">
<img src="https://s3-us-west-2.amazonaws.com/ascribe0/media/thumbnails/ascribe_animated_medium.gif" />
</button>
</span>
}>
<Property
label="Files to upload">

View File

@ -186,7 +186,7 @@ $input-bg: #fff !default;
$input-bg-disabled: $gray-lighter !default;
//** Text color for `<input>`s
$input-color: white !default;
$input-color: $gray !default;
//** `<input>` border color
$input-border: #ccc !default;