implemented design for login page

This commit is contained in:
Edin Dazdarevic
2015-04-19 23:07:03 +02:00
parent 9eb7690d2d
commit a5836a428f
2 changed files with 20 additions and 33 deletions

View File

@@ -327,7 +327,7 @@ var Register = React.createClass({
<input style={{color: 'white', fontWeight: 'bold', height: 44}} type="submit" onClick={this.onRegisterClick} className=" mybutton center-block col-md-8 col-sm-8 col-xs-8 col-sm-push-2 col-xs-push-2 col-md-push-2" defaultValue="REGISTRUJ ME" />
</form>
<div className="text-center col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h4>Već imate profil? <a href="Prijava.html"><span> Prijavite se</span></a></h4>
<h4>Već imate profil? <Link to="login"><span> Prijavite se</span></Link></h4>
</div>
</div>
</div>