Skip to content

Instantly share code, notes, and snippets.

@SeTM
Created March 15, 2013 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeTM/5171281 to your computer and use it in GitHub Desktop.
Save SeTM/5171281 to your computer and use it in GitHub Desktop.
catalog/view/theme/malian/stylesheet/stylesheet.css | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/catalog/view/theme/malian/stylesheet/stylesheet.css b/catalog/view/theme/malian/stylesheet/stylesheet.css
index 43fe9ea..13d6021 100644
--- a/catalog/view/theme/malian/stylesheet/stylesheet.css
+++ b/catalog/view/theme/malian/stylesheet/stylesheet.css
@@ -183,10 +183,10 @@ a.btn-detail span { text-indent:-9999px; float:left; }
.box .box-content1 { padding:0px; -webkit-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.box .box-heading-related{ font-size:17px; padding:7px 0px; margin-bottom:10px; color:#333;background: url(../image/heading-line.png) bottom repeat-x;}
/* box products */
-.box-product { width: 103%; overflow: auto; margin }
+.box-product { width: 100%; overflow: auto; margin }
#featured-mobile, #latest-mobile, #bestseller-mobile, #special-mobile{ display: none !important}
.box-product-out { width:239px; display: inline-block; vertical-align: top; padding:0; text-align:center; position:relative;}
-.box-product-in{ padding:10px 0px;text-align:center; border:1px solid #eee; width:218px; display: inline-block; vertical-align: top; margin:0px 16px 20px 0px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position:relative; background:#fff;}
+.box-product-in{ padding:10px 0px;text-align:center; border:1px solid #eee; width:218px; display: inline-block; vertical-align: top; margin:0px 16px 20px 0px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background:#fff;}
.box-product-in:hover { border: 1px solid #ba8c8c;}
.box-product-in .image{padding: 10px 0px;display: block;}
@@ -205,14 +205,14 @@ a.btn-detail span { text-indent:-9999px; float:left; }
.box-product-in .price-old { color: #ff3451; text-decoration: line-through; font-size:11px; }
.box-product-in .price-new { }
.box-product-in .rating { display: block; margin-bottom: 10px; }
-.box-product-in .cart { position:absolute; right:50%; bottom:70px; margin-right:-31px; display:none}
-.box-product-in .wishlist { position:absolute; right:30px; top:5px; display:none;}
+.box-product-in .cart { position:relative; text-align: center; bottom:70px; opacity: 0;}
+.box-product-in .wishlist { position:relative; text-align: center; bottom:70px; opacity: 0;}
.box-product-in .wishlist a.wish-icon{display: inline-block;background:#333 url(../image/wish-icon.png) center center no-repeat;
text-decoration: none;cursor: pointer;width:16px;height:16px;}
-.box-product-in .compare { position:absolute; right:5px; top:5px; display:none;}
+.box-product-in .compare { position:relative; text-align: center; bottom:75px; opacity: 0;}
.box-product-in .compare a.compare-icon{display: inline-block;background:#333 url(../image/compare-icon.png) center center no-repeat;
text-decoration: none;cursor: pointer;width:16px;height:16px;}
-.box-product-in:hover .compare,.box-product-in:hover .wishlist ,.box-product-in:hover .cart { display: block;}
+.box-product-in:hover .compare,.box-product-in:hover .wishlist ,.box-product-in:hover .cart { display: block; opacity: 1;}
.box-product-in .compare:hover a,.box-product-in .wishlist:hover a { background-color:#ba8c8c}
.ml10 { margin-left:10px; }
/*Column right iner and column left iner*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment