X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavette_www.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fthickbox%2Fcolorbox_rtl.css;h=de67a71def8878e33c1790a6f7e44eeba5a0b9f5;hp=c919b2de7a9b159299d7bacaa1caca046ce51da7;hb=83e62ea97fafb78dde1372b78c1be4c71b5b1b58;hpb=be2c315934c5993ef2c5b9481e99e8de5d967da2 diff --git a/www/plugins-dist/mediabox/colorbox/thickbox/colorbox_rtl.css b/www/plugins-dist/mediabox/colorbox/thickbox/colorbox_rtl.css index c919b2d..de67a71 100644 --- a/www/plugins-dist/mediabox/colorbox/thickbox/colorbox_rtl.css +++ b/www/plugins-dist/mediabox/colorbox/thickbox/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; right:0; z-index:4999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:right;} @@ -35,9 +36,9 @@ #cboxTitle{position:absolute; bottom:28px; right:0; text-align:left; width:100%; color:#000; font-weight:bold;font-size:0.9em;} #cboxCurrent{position:absolute; bottom:0px; right:0px; color:#666666; font-size:0.80em;} #cboxPrevious{position:absolute; bottom:0; right:40px; background:url(images/controls.png) -13px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;} - #cboxPrevious.hover{background-position:-13px -13px;} + #cboxPrevious:hover{background-position:-13px -13px;} #cboxNext{position:absolute; bottom:0; right:60px; background:url(images/controls.png) 0px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;} - #cboxNext.hover{background-position:0px -13px;} + #cboxNext:hover{background-position:0px -13px;} #cboxSlideshow{position:absolute; bottom:0px; right:80px; color:#666666;font-size:0.85em;} #cboxLoadingOverlay{background:#fff;} #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}