Commit b1e754be by wdh

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

parents 57089750 3d49174d
......@@ -87,10 +87,12 @@
}
.newsletter-list > span {
text-transform: uppercase;
line-height: 80px;
font-size: smaller;
line-height: 10px;
font-size: xx-small;
color: #ffffff;
font-weight: 600;
display: inline-block;
vertical-align: middle;
margin-top: 10%;
}
.newsletter-list.ins {
width: 35%;
......@@ -110,6 +112,9 @@
margin-left: 2px;
width: 50px;
}
@media(max-width:1024px) {
}
@media(max-width:789px) {
.newsletter-list {
width: 100%;
......@@ -158,6 +163,16 @@
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) {
.actions .subscribe {
width: 33%;
......
......@@ -107,9 +107,9 @@
padding-left: 10px;
}
.box-tocart .fieldset .actions > button{
width: 85% !important;
width: 80% !important;
float: right;
margin-left: 15%;
margin-left: 20%;
}
.action.primary.tocart {
......
......@@ -186,7 +186,7 @@ define([
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.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.closeIcon.show();
......@@ -537,9 +537,9 @@ define([
returnCurrentImages: function () {
var images = [];
_.each(this.fotorama.data, function (item) {
images.push(_.omit(item, '$navThumbFrame', '$navDotFrame', '$stageFrame', 'labelledby'));
});
// _.each(this.fotorama.data, function (item) {
// images.push(_.omit(item, '$navThumbFrame', '$navDotFrame', '$stageFrame', 'labelledby'));
// });
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