diff --git a/VERSIONS_HOTLINE/45756 b/VERSIONS_HOTLINE/45756 new file mode 100644 index 0000000000000000000000000000000000000000..6f58a2bb15bce83b3b31695c3165fbaa3135a262 --- /dev/null +++ b/VERSIONS_HOTLINE/45756 @@ -0,0 +1 @@ + - ticket #45756 : Kiosque de notices : correction de l'affichage des notices du carousel barre horizontal pleine largeur \ No newline at end of file diff --git a/public/opac/java/mycarousel_horizontal/carousel.css b/public/opac/java/mycarousel_horizontal/carousel.css index 0dfd9bbc5a9c880592291ff452a6059cb32e382e..801f2e1402607bb7987b67899f4d903ff15f5d7e 100644 --- a/public/opac/java/mycarousel_horizontal/carousel.css +++ b/public/opac/java/mycarousel_horizontal/carousel.css @@ -1,62 +1,57 @@ -div.jMyCarousel, -div.jMyCarousel ul { - height: auto !important; /* firefox compatibility */ -} - - -div.jMyCarousel ul { - width: 10000px !important; /* firefox compatibility */ -} - - -/************************* -******** Arrows ********** -**************************/ +/**********************************************/ +/* @name: style.css */ +/* @date: 19/11/07 */ +/* @desc: JMyCarousel css */ +/* @auth: kevin@enova-tech.net */ +/**********************************************/ +/** General Elements && arrows description ***/ div.jMyCarousel .prev{ - background: url('arrow_left.gif') center center no-repeat; - width:44px; - height:61px; - border:0px; - cursor:pointer; + background: url('arrow_left.gif') center center no-repeat; + width:38px; + height:48px; + border:0px; + cursor:pointer; } + div.jMyCarousel .next{ - background: url('arrow_right.gif') center center no-repeat; - width:38px; - height:61px; - border:0px; - cursor:pointer; + background: url('arrow_right.gif') center center no-repeat; + width:38px; + height:48px; + border:0px; + cursor:pointer; } + div.jMyCarousel .up{ - background: url('arrow_up.gif') center center no-repeat; - width:61px; - height:40px; - border:0px; - cursor:pointer; + background: url('arrow_up.gif') center center no-repeat; + width:61px; + height:40px; + border:0px; + cursor:pointer; } div.jMyCarousel .down{ - background: url('arrow_down.gif') center center no-repeat; - width:47px; - height:61px; - border:0px; - cursor:pointer; + background: url('arrow_down.gif') center center no-repeat; + width:47px; + height:61px; + border:0px; + cursor:pointer; } +div.jMyCarousel{ + +} -/** carousel 1 **/ div.jMyCarousel ul li{ - border: 1px solid #B0BEC7; - margin-left:5px; - margin-bottom:3px; - line-height:0px; + margin:1px; + line-height:0px; + padding:1px; } div.jMyCarousel ul li a{ /* in case of link */ - display:block; - border:0px; + display:block; } -div.jMyCarousel ul li a img{ - display:block; - border:0px; +div.jMyCarousel ul li img{ + display:block; + border:0px; } \ No newline at end of file diff --git a/public/opac/java/mycarousel_horizontal/valeurs_properties.html b/public/opac/java/mycarousel_horizontal/valeurs_properties.html index e9cebd274a7841ff0307571a44188d9bc56adf1f..c52c12b17939d57d562c6835797cc8840134cea9 100644 --- a/public/opac/java/mycarousel_horizontal/valeurs_properties.html +++ b/public/opac/java/mycarousel_horizontal/valeurs_properties.html @@ -7,12 +7,12 @@ <tr> <td class="droite">Largeur de l'image </td> - <td class="gauche"><?php $this->view->tagSlider("op_largeur_img",$preferences["op_largeur_img"],50,200,5) ?></td> + <td class="gauche"><?php $this->view->tagSlider("op_largeur_img",$preferences["op_largeur_img"],50,1000,5) ?></td> </tr> <tr> <td class="droite">Hauteur de l'image </td> - <td class="gauche"><?php $this->view->tagSlider("op_hauteur_img",$preferences["op_hauteur_img"],50,200,5) ?></td> + <td class="gauche"><?php $this->view->tagSlider("op_hauteur_img",$preferences["op_hauteur_img"],50,1000,5) ?></td> </tr> -</table> \ No newline at end of file +</table> diff --git a/public/opac/java/mycarousel_vertical/carousel.css b/public/opac/java/mycarousel_vertical/carousel.css index 93806d969d76d258123b1e74c7f8f9a5e98205cc..801f2e1402607bb7987b67899f4d903ff15f5d7e 100644 --- a/public/opac/java/mycarousel_vertical/carousel.css +++ b/public/opac/java/mycarousel_vertical/carousel.css @@ -1,51 +1,57 @@ -/************************* -******** Arrows ********** -**************************/ +/**********************************************/ +/* @name: style.css */ +/* @date: 19/11/07 */ +/* @desc: JMyCarousel css */ +/* @auth: kevin@enova-tech.net */ +/**********************************************/ +/** General Elements && arrows description ***/ div.jMyCarousel .prev{ - background: url('arrow_left.gif') center center no-repeat; - width:44px; - height:61px; - border:0px; - cursor:pointer; + background: url('arrow_left.gif') center center no-repeat; + width:38px; + height:48px; + border:0px; + cursor:pointer; } + div.jMyCarousel .next{ - background: url('arrow_right.gif') center center no-repeat; - width:38px; - height:61px; - border:0px; - cursor:pointer; + background: url('arrow_right.gif') center center no-repeat; + width:38px; + height:48px; + border:0px; + cursor:pointer; } + div.jMyCarousel .up{ - background: url('arrow_up.gif') center center no-repeat; - width:61px; - height:40px; - border:0px; - cursor:pointer; + background: url('arrow_up.gif') center center no-repeat; + width:61px; + height:40px; + border:0px; + cursor:pointer; } div.jMyCarousel .down{ - background: url('arrow_down.gif') center center no-repeat; - width:47px; - height:61px; - border:0px; - cursor:pointer; + background: url('arrow_down.gif') center center no-repeat; + width:47px; + height:61px; + border:0px; + cursor:pointer; } +div.jMyCarousel{ + +} -/** carousel 1 **/ div.jMyCarousel ul li{ - border: 1px solid #B0BEC7; - margin-left:5px; - margin-bottom:3px; - line-height:0px; + margin:1px; + line-height:0px; + padding:1px; } div.jMyCarousel ul li a{ /* in case of link */ - display:block; - border:0px; + display:block; } -div.jMyCarousel ul li a img{ - display:block; - border:0px; +div.jMyCarousel ul li img{ + display:block; + border:0px; } \ No newline at end of file diff --git a/public/opac/java/mycarousel_vertical/valeurs_properties.html b/public/opac/java/mycarousel_vertical/valeurs_properties.html index 31c4bd7de92fe61854178e935a550b134075a5ca..c52c12b17939d57d562c6835797cc8840134cea9 100644 --- a/public/opac/java/mycarousel_vertical/valeurs_properties.html +++ b/public/opac/java/mycarousel_vertical/valeurs_properties.html @@ -1,23 +1,18 @@ <table cellspacing="2" width="100%"> <tr> - <td class="droite" width="160px">Vitesse de défilement </td> + <td class="droite" width="130px">Vitesse de défilement </td> <td class="gauche"><?php $this->view->tagSlider("op_speed",$preferences["op_speed"],100,1000,10) ?></td> </tr> - <tr> - <td class="droite">Nbre d'images en hauteur </td> - <td class="gauche"><?php $this->view->comboNombres("op_visible",$preferences["op_visible"],2,5,1) ?></td> - </tr> - <tr> <td class="droite">Largeur de l'image </td> - <td class="gauche"><?php $this->view->tagSlider("op_largeur_img",$preferences["op_largeur_img"],50,200,5) ?></td> + <td class="gauche"><?php $this->view->tagSlider("op_largeur_img",$preferences["op_largeur_img"],50,1000,5) ?></td> </tr> <tr> <td class="droite">Hauteur de l'image </td> - <td class="gauche"><?php $this->view->tagSlider("op_hauteur_img",$preferences["op_hauteur_img"],50,200,5) ?></td> + <td class="gauche"><?php $this->view->tagSlider("op_hauteur_img",$preferences["op_hauteur_img"],50,1000,5) ?></td> </tr> -</table> \ No newline at end of file +</table>