prettyPhoto padding fix

This commit is contained in:
James Koster 2013-02-07 13:37:55 +00:00
parent c903e47089
commit d733b12f4a
4 changed files with 8 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@ div.pp_woocommerce {
background: #fff;
.border_radius(3px);
.box_shadow(0,1px,3px,0,rgba(0,0,0,0.25));
padding:60px 40px 40px 40px;
padding:60px 0 40px 0;
}
.pp_loaderIcon {
background: url(../images/ajax-loader.gif) center no-repeat;
@ -260,8 +260,8 @@ div.pp_woocommerce {
width: 100%;
}
.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }
.pp_content_container .pp_left { padding-left: 40px; }
.pp_content_container .pp_right { padding-right: 40px; }
.pp_content_container .pp_details {
float: left;

View File

@ -8,16 +8,19 @@ $(document).ready(function() {
$("a.zoom").prettyPhoto({
social_tools: false,
theme: 'pp_woocommerce',
horizontal_padding: 40,
opacity: 0.9
});
$("a.show_review_form").prettyPhoto({
social_tools: false,
theme: 'pp_woocommerce',
horizontal_padding: 40,
opacity: 0.9
});
$("a[rel^='prettyPhoto']").prettyPhoto({
social_tools: false,
theme: 'pp_woocommerce',
horizontal_padding: 40,
opacity: 0.9
});

View File

@ -1 +1 @@
(function(e){e(document).ready(function(){e("#review_form_wrapper").hide();e("a.zoom").prettyPhoto({social_tools:!1,theme:"pp_woocommerce",opacity:.9});e("a.show_review_form").prettyPhoto({social_tools:!1,theme:"pp_woocommerce",opacity:.9});e("a[rel^='prettyPhoto']").prettyPhoto({social_tools:!1,theme:"pp_woocommerce",opacity:.9});window.location.hash=="#review_form"&&e("a.show_review_form").trigger("click")})})(jQuery);
(function(e){e(document).ready(function(){e("#review_form_wrapper").hide();e("a.zoom").prettyPhoto({social_tools:!1,theme:"pp_woocommerce",horizontal_padding:40,opacity:.9});e("a.show_review_form").prettyPhoto({social_tools:!1,theme:"pp_woocommerce",horizontal_padding:40,opacity:.9});e("a[rel^='prettyPhoto']").prettyPhoto({social_tools:!1,theme:"pp_woocommerce",horizontal_padding:40,opacity:.9});window.location.hash=="#review_form"&&e("a.show_review_form").trigger("click")})})(jQuery);