small ui changes, fixed issue with items floating
This commit is contained in:
@@ -32,12 +32,10 @@ var SingleItem = React.createClass({
|
||||
<div className="col-lg-3 col-md-3 col-sm-4 col-xs-6" onClick={itemClick}>
|
||||
<div className="productbox">
|
||||
<img className="img-responsive" src={firstImage.resized_url} alt="product image" />
|
||||
<div>
|
||||
<div>
|
||||
<div style={{height: "110px"}}>
|
||||
<p>{ this.props.item.get('brand') ? this.props.item.get('brand').name : '' }{ this.props.item.get('name') }</p>
|
||||
<h4>{ this.props.item.get('list_price') } KM </h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -9,11 +9,7 @@ var StartPage = React.createClass({
|
||||
return (
|
||||
<div>
|
||||
|
||||
<div className='col-md-2'>
|
||||
left content
|
||||
</div>
|
||||
<div className='col-md-10'>
|
||||
<h2>Ribica Start Page</h2>
|
||||
<div className='col-md-12'>
|
||||
<LinkBanner locationName="startPage" />
|
||||
<AllItems />
|
||||
<RouteHandler />
|
||||
|
||||
Reference in New Issue
Block a user