ahi fixed button that jumps around

This commit is contained in:
Senad Uka
2015-05-26 18:08:16 +02:00
parent 850e4a267c
commit db6dd6a1ab
2 changed files with 3 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ var CartPage = React.createClass({
return (
<div className="cart-page center">
<LinkBanner locationName="thankYouPage" />
<LinkBanner locationName="cartPage" />
{cartTotal}
{displayedItems}
{buySomethingMessage}

View File

@@ -46,9 +46,7 @@ h1 h2 h3 h4 h5{
.mybutton{
background-color: #00a8a8;
padding: 6px 11px !important;
display: block;
border-radius: 3px;
margin-top: 8px;
border: solid #06c3c3 1px;
color: #ffffff !important;
}
@@ -56,9 +54,8 @@ h1 h2 h3 h4 h5{
.mybutton:hover {
background-color: #06c3c3 !important;
padding: 6px 11px !important;
color: black !important;
margin-top: 8px;
display: block;
border-radius: 3px;
border: solid #06c3c3 1px;
color: #ffffff !important;
@@ -105,7 +102,7 @@ background: none;
}
.mynav li .mybutton:hover {
background-color: #06c3c3;
padding: 4px 10px !important;
padding: 4px 10px !important;
margin-top: 6px;
display: block;
border-radius: 3px;