X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavette_www.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fblack-striped%2Fcolorbox_rtl.css;fp=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fblack-striped%2Fcolorbox_rtl.css;h=222e4dffa9443e946e99d215f4ce0fe9bf2b7592;hp=dc4dd8eb4506368af548c9bfd10e6a90968014f7;hb=83e62ea97fafb78dde1372b78c1be4c71b5b1b58;hpb=be2c315934c5993ef2c5b9481e99e8de5d967da2 diff --git a/www/plugins-dist/mediabox/colorbox/black-striped/colorbox_rtl.css b/www/plugins-dist/mediabox/colorbox/black-striped/colorbox_rtl.css index dc4dd8e..222e4df 100644 --- a/www/plugins-dist/mediabox/colorbox/black-striped/colorbox_rtl.css +++ b/www/plugins-dist/mediabox/colorbox/black-striped/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,13 +37,13 @@ #cboxCurrent{position:absolute; bottom:4px; right:58px; color:#949494; font-size: 0.8em;} #cboxSlideshow{position:absolute; bottom:4px; left:30px; color:#0092ef;} #cboxPrevious{position:absolute; bottom:0; right:0px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;} - #cboxPrevious.hover{background-position:-50px -25px;} + #cboxPrevious:hover{background-position:-50px -25px;} #cboxNext{position:absolute; bottom:0; right:27px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;} - #cboxNext.hover{background-position:-75px -25px;} + #cboxNext:hover{background-position:-75px -25px;} #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;} #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;} #cboxClose{position:absolute; bottom:0; left:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;} - #cboxClose.hover{background-position:-25px -25px;} + #cboxClose:hover{background-position:-25px -25px;} /* The following fixes png-transparency for IE6.