Updated CSS to try and overcome a FLOUT issue.
This commit is contained in:
parent
d85b81ff9c
commit
075949dcc7
|
@ -449,7 +449,7 @@ and change items as needed.
|
||||||
|
|
||||||
<<product detail view>>=
|
<<product detail view>>=
|
||||||
class ProductView extends _BaseView
|
class ProductView extends _BaseView
|
||||||
id: 'productitemview'
|
className: 'productitemview'
|
||||||
template: $("#store_item_template").html()
|
template: $("#store_item_template").html()
|
||||||
initialize: (options) ->
|
initialize: (options) ->
|
||||||
_BaseView.prototype.initialize.apply @, [options]
|
_BaseView.prototype.initialize.apply @, [options]
|
||||||
|
@ -787,6 +787,9 @@ body
|
||||||
padding: 0px
|
padding: 0px
|
||||||
|
|
||||||
|
|
||||||
|
#main
|
||||||
|
position: relative
|
||||||
|
|
||||||
#header
|
#header
|
||||||
background_gradient(#999)
|
background_gradient(#999)
|
||||||
margin: 0px
|
margin: 0px
|
||||||
|
@ -812,7 +815,16 @@ body
|
||||||
img
|
img
|
||||||
border: 0
|
border: 0
|
||||||
|
|
||||||
|
.productitemview
|
||||||
|
position: absolute
|
||||||
|
top: 0
|
||||||
|
left: 0
|
||||||
|
|
||||||
#productlistview
|
#productlistview
|
||||||
|
position: absolute
|
||||||
|
top: 0
|
||||||
|
left: 0
|
||||||
|
|
||||||
ul
|
ul
|
||||||
list-style: none
|
list-style: none
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue