});
},
+ getTooltipStyle:function(){
+ return 'invert';
+ },
+
openMenu: function (p1, p2, cb) {
if (p1 === 'details') {
return this.openDetails(p2, cb);
} else {
$("#emptyres").show();
}
+
+ $("#grandvision-selection .items").perfectScrollbar();
},
openSelection: function (cb) {
var res = '<div id="grandvision-cart">';
res += this.fluidbook.menu.getCaption('', true);
- res += '<div class="content">';
+ res += '<div class="content noscroll">';
res += this.cartSelection();
res += this.cartBoxes();
res += '</div>';
});
});
+ $("#grandvision-selection .items").perfectScrollbar();
+
if (cb !== undefined) {
cb();
#grandvision-cart {
@bleu: #2459a9;
background-color: #f3f3f3;
- color: #000;
padding: 0 40px 40px 40px;
.content {
+ color: #000;
text-align: left;
overflow: visible !important;
#grandvision-selection {
display: inline-block;
- width: 550px;
+ width: 520px;
vertical-align: top;
margin-top: -20px;
height: 700px;
}
.items {
- width: 550px;
+ width: 520px;
+ max-height: 580px;
+ position: relative;
.item {
width: 515px;
height: 700px;
vertical-align: top;
margin-top: -20px;
+ margin-left: 40px;
}
}
}