Commit b1e754be by wdh

Merge branch 'master' of http://47.99.244.21:9999/root/joshine

parents 57089750 3d49174d
...@@ -87,10 +87,12 @@ ...@@ -87,10 +87,12 @@
} }
.newsletter-list > span { .newsletter-list > span {
text-transform: uppercase; text-transform: uppercase;
line-height: 80px; line-height: 10px;
font-size: smaller; font-size: xx-small;
color: #ffffff; color: #ffffff;
font-weight: 600; display: inline-block;
vertical-align: middle;
margin-top: 10%;
} }
.newsletter-list.ins { .newsletter-list.ins {
width: 35%; width: 35%;
...@@ -110,6 +112,9 @@ ...@@ -110,6 +112,9 @@
margin-left: 2px; margin-left: 2px;
width: 50px; width: 50px;
} }
@media(max-width:1024px) {
}
@media(max-width:789px) { @media(max-width:789px) {
.newsletter-list { .newsletter-list {
width: 100%; width: 100%;
...@@ -158,6 +163,16 @@ ...@@ -158,6 +163,16 @@
border-radius: 50%; border-radius: 50%;
} }
} }
@media(max-width:1024px) and (min-width:768px) {
.block.newsletter{
width: 90%;
max-width: 90%;
}
.newsletter-list > span {
margin-top: 15%;
}
}
@media(max-width:1280px) { @media(max-width:1280px) {
.actions .subscribe { .actions .subscribe {
width: 33%; width: 33%;
......
...@@ -107,9 +107,9 @@ ...@@ -107,9 +107,9 @@
padding-left: 10px; padding-left: 10px;
} }
.box-tocart .fieldset .actions > button{ .box-tocart .fieldset .actions > button{
width: 85% !important; width: 80% !important;
float: right; float: right;
margin-left: 15%; margin-left: 20%;
} }
.action.primary.tocart { .action.primary.tocart {
......
...@@ -186,7 +186,7 @@ define([ ...@@ -186,7 +186,7 @@ define([
settings.focusableStart = this.settings.$element.find('[data-gallery-role="fotorama__focusable-start"]'); settings.focusableStart = this.settings.$element.find('[data-gallery-role="fotorama__focusable-start"]');
settings.focusableEnd = this.settings.$element.find('[data-gallery-role="fotorama__focusable-end"]'); settings.focusableEnd = this.settings.$element.find('[data-gallery-role="fotorama__focusable-end"]');
settings.closeIcon = this.settings.$element.find('[data-gallery-role="fotorama__fullscreen-icon"]'); settings.closeIcon = this.settings.$element.find('[data-gallery-role="fotorama__fullscreen-icon"]');
settings.fullscreenConfig.swipe = true; //settings.fullscreenConfig.swipe = true;
settings.$gallery.on('fotorama:fullscreenenter', function () { settings.$gallery.on('fotorama:fullscreenenter', function () {
settings.closeIcon.show(); settings.closeIcon.show();
...@@ -537,9 +537,9 @@ define([ ...@@ -537,9 +537,9 @@ define([
returnCurrentImages: function () { returnCurrentImages: function () {
var images = []; var images = [];
_.each(this.fotorama.data, function (item) { // _.each(this.fotorama.data, function (item) {
images.push(_.omit(item, '$navThumbFrame', '$navDotFrame', '$stageFrame', 'labelledby')); // images.push(_.omit(item, '$navThumbFrame', '$navDotFrame', '$stageFrame', 'labelledby'));
}); // });
return images; return images;
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment