lib/intranet/resources/www/style.css in intranet-pictures-1.0.6 vs lib/intranet/resources/www/style.css in intranet-pictures-1.1.0

- old
+ new

@@ -74,5 +74,18 @@ } ul.groups li:hover, ul.groups li:focus { box-shadow: 0px 1px 15px rgba(0,0,0,0.08); } + +/************************** PhotoSwipe customization **************************/ + +/* Override some of the definitions in photoswipe.css using a higher specificity. + * @see https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity */ +.pswp .pswp__counter { + font-size: 0.9em; +} + +.pswp .pswp__dynamic-caption--below { + max-width: 800px; + padding: 10px 20px 10px; +}