/* You can modify this file */
/* Modification de la taille des vignettes */
/* Testé sur Piwigo v2.0.1 thème yoga/dark */
/* Ne fonctionne pas avec pas avec le thème Sylvia */
/* Set some sizes according to your maximum thumbnail width and height */
.content UL.thumbnails SPAN,
.content UL.thumbnails SPAN.wrap2 A,
.content UL.thumbnails LABEL,
.content DIV.thumbnailCategory DIV.illustration {
  width: 170px;      /* max thumbnail width + 4px */
}
.content UL.thumbnails SPAN.wrap2,
.content DIV.thumbnailCategory DIV.description {
  height: 170px;    /* max thumbnail height + 4px */
}  
/* Suppression de l'icône de "Afficher les méta-data" */
#imageToolBar img[alt="metadata"] {
        display: none;
}
/* Suppression de l'icône de "sauver" */
#imageToolBar img[alt="save"] {
        display: none;

}
