updated jqzoom and products compare page is responsive now
This commit is contained in:
@@ -94,3 +94,86 @@ table#product_comparison .product-rating {
|
||||
.footer_link {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#product_comparison .comparison_feature .product_name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
#columns table#product_comparison tbody tr td.td_empty span {
|
||||
font-size: 14px;
|
||||
}
|
||||
#columns table#product_comparison tbody tr td.product-block {
|
||||
padding: 14px;
|
||||
}
|
||||
#columns table#product_comparison .button.ajax_add_to_cart_button, #columns table#product_comparison .button.lnk_view {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
#product_comparison table,
|
||||
#product_comparison thead,
|
||||
#product_comparison tbody,
|
||||
#product_comparison th,
|
||||
#product_comparison td,
|
||||
#product_comparison tr {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#product_comparison thead tr {
|
||||
position: absolute;
|
||||
top: -9999px;
|
||||
left: -9999px;
|
||||
}
|
||||
|
||||
#product_comparison tr {
|
||||
overflow: hidden;
|
||||
}
|
||||
#product_comparison tr:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
#product_comparison tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#product_comparison td {
|
||||
border: none;
|
||||
position: relative;
|
||||
white-space: normal;
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
}
|
||||
#product_comparison td.td_empty {
|
||||
width: 100% !important;
|
||||
clear: both;
|
||||
}
|
||||
#product_comparison td:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#product_comparison .comparison_feature .feature-name {
|
||||
width: 100%;
|
||||
float: none;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
#product_comparison td {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#product_comparison .comparison_feature td {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
#product_comparison .comparison_feature .feature-name {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
}
|
||||
#product_comparison .comparison_feature .product-name {
|
||||
width: 50%;
|
||||
float: left;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,6 +96,13 @@ img {
|
||||
#pb-right-column #image-block #view_full_size .span_link:hover:after {
|
||||
color: #333333;
|
||||
}
|
||||
#pb-right-column #image-block a.jqzoom div div img {
|
||||
width: auto;
|
||||
max-width: 10000px;
|
||||
}
|
||||
#pb-right-column #image-block a.jqzoom div div .zoomWrapper {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ie8 #pb-right-column #image-block #view_full_size .span_link {
|
||||
background: #fff;
|
||||
@@ -145,7 +152,7 @@ img {
|
||||
width: 90px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #dbdbdb;
|
||||
margin-right: 9px;
|
||||
margin-right: 8px;
|
||||
line-height: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user