* remove double scrollbars when in client on the shopping cart page VRFS-3052
This commit is contained in:
parent
3c37cbbf59
commit
a2e5d941c1
|
|
@ -31,7 +31,7 @@
|
|||
spikeGirth: 15,
|
||||
spikeLength: 20,
|
||||
fill: 'white',
|
||||
cornerRadius:4,
|
||||
cornerRadius:8,
|
||||
strokeWidth: 2,
|
||||
cssStyles: {
|
||||
fontWeight:'bold',
|
||||
|
|
|
|||
|
|
@ -1,12 +1,10 @@
|
|||
#shoppingCartScreen {
|
||||
|
||||
.content-body {
|
||||
padding: 50px 20px 20px 20px;
|
||||
overflow: scroll;
|
||||
.shopping-cart-content {
|
||||
//padding-top: 20px;
|
||||
padding: 50px 20px 20px 20px;
|
||||
margin-bottom: 20px;
|
||||
overflow: scroll;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.checkout-image {
|
||||
|
|
@ -63,7 +61,7 @@
|
|||
width: 65%;
|
||||
float: left;
|
||||
text-align: right;
|
||||
margin-bottom: 20px;
|
||||
margin: 10px 0 20px;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
%h1 shopping cart
|
||||
= render "screen_navigation"
|
||||
.content-body
|
||||
.shopping-cart-content
|
||||
.content-body-scroller
|
||||
.shopping-cart-content
|
||||
|
||||
%script{type: 'text/template', id: 'template-shopping-cart-header'}
|
||||
.checkout-image= image_tag "content/checkmark.png", {:height => 32}
|
||||
|
|
|
|||
Loading…
Reference in New Issue