X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fwhite-shadow%2Fcolorbox.css;h=9e559220d966429a982983bea95337436baa9bbd;hp=9e661bd5c15f2e91daba1629f1c6a92b357200b2;hb=e847eea4a82a7396dd0abf860f9b30d654f38629;hpb=d686c3e22e97dd46ef42bcd0f138c65083f8f232 diff --git a/www/plugins-dist/mediabox/colorbox/white-shadow/colorbox.css b/www/plugins-dist/mediabox/colorbox/white-shadow/colorbox.css index 9e661bd..9e55922 100644 --- a/www/plugins-dist/mediabox/colorbox/white-shadow/colorbox.css +++ b/www/plugins-dist/mediabox/colorbox/white-shadow/colorbox.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 {-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;}