X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_edit%27%2C%20voteid=vote.id%29%20%7D%7D?a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Ffancybox%2Fcolorbox_rtl.css;fp=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Ffancybox%2Fcolorbox_rtl.css;h=0bd6c9577130fa5692f28e0f5465e49d995b2aaa;hb=83e62ea97fafb78dde1372b78c1be4c71b5b1b58;hp=01b85e3a168d2cfac353a0335b0403c9f824dd6f;hpb=be2c315934c5993ef2c5b9481e99e8de5d967da2;p=lhc%2Fweb%2Fclavette_www.git diff --git a/www/plugins-dist/mediabox/colorbox/fancybox/colorbox_rtl.css b/www/plugins-dist/mediabox/colorbox/fancybox/colorbox_rtl.css index 01b85e3..0bd6c95 100644 --- a/www/plugins-dist/mediabox/colorbox/fancybox/colorbox_rtl.css +++ b/www/plugins-dist/mediabox/colorbox/fancybox/colorbox_rtl.css @@ -3,6 +3,7 @@ The following rules are the styles that are consistant between themes. Avoid changing this area to maintain compatability with future versions of ColorBox. */ +#colorbox, #cboxLoadedContent {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;} #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:4999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;} @@ -36,9 +37,9 @@ text-align: center; color: #fff; font-weight: bold; font-size: 0.9em; background-image: url('images/fancy_title_over.png'); } #cboxCurrent{position: absolute; right: -3000em} #cboxPrevious{position: absolute; top: 0; right: 15px; width: 35% ; height: 100%; text-indent:-9999px;} - #cboxPrevious.hover{background:url(images/fancy_right.png) right 50% no-repeat;} + #cboxPrevious:hover{background:url(images/fancy_right.png) right 50% no-repeat;} #cboxNext{position: absolute; top: 0; left: 15px; width: 35% ; height: 100%; text-indent:-9999px;} - #cboxNext.hover{background:url(images/fancy_shadow-spt1.png) -170px 50% no-repeat;} + #cboxNext:hover{background:url(images/fancy_shadow-spt1.png) -170px 50% no-repeat;} #cboxSlideshow{position:absolute; top: -12px; right:-15px; width: 30px; height: 30px; background:url(images/fancy_shadow-spt2.png) -120px -35px no-repeat; text-indent:-9999px;} #cboxLoadingOverlay{background:#fff;}