reverted change in Gruntfile.js and fixed CSS issues in firefox

This commit is contained in:
Edin Dazdarevic
2015-06-02 12:30:48 +02:00
parent 055f9ab3fa
commit 1db13308ef
4 changed files with 24 additions and 22 deletions

View File

@@ -1,13 +1,16 @@
.add-to-cart {
padding-top: 20px;
padding-top: 20px;
}
.add-to-cart-count {
font-size: 20px;
margin-top-top: 10px;
width: 50px;
text-align: center;
vertical-align: bottom;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
/*margin-top-top: 10px;*/
/*width: 50px;*/
/*text-align: center;*/
/*vertical-align: bottom; */
}
.shopping-cart-icon {
@@ -19,7 +22,7 @@
.shopping-cart-notification-text {
display: inline-block;
background:red;
background:red;
color: white;
font-size: 9px;
position: absolute;
@@ -42,4 +45,4 @@
font-size: 17px;
padding-top: 10px;
padding-bottom: 10px;
}
}

View File

@@ -483,7 +483,7 @@ text-decoration: none;
width: 40px;
height: 40px;
padding-bottom: 7px;
display: block;
/*display: block;*/
border-radius: 1px;
margin-top: 8px;
border: solid #cccccc 1px;