[FIX] website snippet: background of quotes slider

bzr revid: chm@openerp.com-20131127165914-i4tgbj1fi1q2dqin
This commit is contained in:
Christophe Matthieu 2013-11-27 17:59:14 +01:00
parent b37be42fd6
commit d1d1754ff4
4 changed files with 6 additions and 6 deletions

View File

@ -407,7 +407,7 @@ ul.nav-stacked > li > a {
/* Parallax Theme */
.parallax_quote {
background: url("/website/static/src/img/parallax/quote.png") center center no-repeat fixed;
background: center center no-repeat fixed;
background-size: contain;
}
.parallax_quote .carousel-indicators li {

View File

@ -305,7 +305,7 @@ ul.nav-stacked > li > a
/* Parallax Theme */
.parallax_quote
background: url('/website/static/src/img/parallax/quote.png') center center no-repeat fixed
background: center center no-repeat fixed
background-size: contain
.carousel-indicators
li

View File

@ -675,7 +675,7 @@
if (np.$next) {
if (np.$next.hasClass("oe_custom_bg")) {
var editor = new website.editor.ImageDialog();
editor.on('start', self, function (o) {o.url = np.$prev && np.$prev.data("src") || "";});
editor.on('start', self, function (o) {o.url = np.$prev && np.$prev.data("src") || np.$next && np.$next.data("src") || "";});
editor.on('save', self, function (o) {
self._set_bg(o.url);
np.$next.data("src", o.url);
@ -683,7 +683,6 @@
});
editor.on('cancel', self, function () {
if (!np.$prev || np.$prev.data("src") === "") {
np.$next.removeClass('active');
self.$target.removeClass(np.$next.data("class"));
self.$target.trigger("snippet-style-change", [self, np]);
}
@ -694,6 +693,7 @@
}
} else {
this._set_bg(false);
this.$target.removeClass(np.$prev.data("class"));
}
},
preview: function (event, np) {

View File

@ -663,7 +663,7 @@
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_quotes_slider.png"/>
<span class="oe_snippet_thumbnail_title">Quotes Slider</span>
</div>
<section class="oe_snippet_body parallax_quote oe_structure">
<section class="oe_snippet_body parallax_quote oe_structure" style="background-image: url('/website/static/src/img/parallax/quote.png')">
<div id="myQuoteCarousel" class="carousel slide oe_medium mb32" data-snippet-id="carousel">
<!-- Indicators -->
<ol class="carousel-indicators mb0">
@ -804,7 +804,7 @@
<li data-class="oe_img_bg" data-src="/website/static/src/img/banner/yellow_green.jpg"><a>Yellow Green</a></li>
</ul>
</li>
<li class="oe_snippet_options divider"></li>
<li><a style="background: none; padding: 5px; border-top: 1px solid #ddd;"></a></li>
<li class="oe_custom_bg" data-class="oe_img_bg"><a><b>Choose a photo...</b></a></li>
</ul>
</li>