X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fbootstrap%2Fcolorbox.css;h=0a68929b4f9608a05093d4f925e7ced21b9e1d1c;hp=a6389c9921d4446daaa0742ad045ad1f4e12da87;hb=e847eea4a82a7396dd0abf860f9b30d654f38629;hpb=52cf8ed924d5dcd0c28dde4b6c3196be6ec2d4f7 diff --git a/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox.css b/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox.css old mode 100755 new mode 100644 index a6389c9..0a68929 --- a/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox.css +++ b/www/plugins-dist/mediabox/colorbox/bootstrap/colorbox.css @@ -2,6 +2,7 @@ ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */ +#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;}