mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Fix #1079 : lightbox zoom : bootstrap introduced a max-width on images
This commit is contained in:
@@ -323,6 +323,7 @@ function display_basket_element(compare, sselcont_id)
|
||||
{
|
||||
container = $('#record_main');
|
||||
}
|
||||
$('.record_image', container).removeAttr('ondragstart');
|
||||
$('.record_image', container).draggable();
|
||||
|
||||
var options_container = $('.options',container);
|
||||
|
@@ -410,6 +410,7 @@ function display_basket_element(compare, sselcont_id)
|
||||
{
|
||||
container = $('#record_main');
|
||||
}
|
||||
$('.record_image', container).removeAttr('ondragstart');
|
||||
$('.record_image', container).draggable();
|
||||
|
||||
var options_container = $('.options',container);
|
||||
|
@@ -64,6 +64,8 @@ img {
|
||||
|
||||
.record_display_box .record {
|
||||
position: relative;
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.record_display_box .header .title {
|
||||
|
@@ -59,8 +59,10 @@ ul{
|
||||
left:0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.record_display_box .record {
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.record_display_box .notes_overlay{
|
||||
background-color:black;
|
||||
|
Reference in New Issue
Block a user