1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

#33 remove inline CSS

This commit is contained in:
Ivar Conradi Østhus 2015-02-05 16:22:12 +01:00
parent 6d3b3543b4
commit e146dd9e81
2 changed files with 4 additions and 4 deletions

View File

@ -6,6 +6,9 @@ var Menu = React.createClass({
<div className="topbar mbl">
<div className="container">
<div className="page">
<div className="fright-ht768">
<User />
</div>
<div className="nav-level1 h4">
<a href="" className="homelink pln">
<span className="topbar-nav-svg-home">
@ -47,9 +50,6 @@ var Menu = React.createClass({
unleash admin
</span>
</a>
<div style={{position: "absolute", right: "0"}}>
<User />
</div>
</div>
</div>
</div>

View File

@ -10,7 +10,7 @@ var User = React.createClass({
render: function() {
return (
<div className="r-pam">
<div className="r-pvm">
<input type="text" placeholder="username"
ref="username"
defaultValue={UserStore.get()}