change fbrowser image margin and box-shadow

This commit is contained in:
rabuzarus 2017-04-05 12:46:09 +02:00
commit c3b975e516
3 changed files with 2 additions and 3 deletions

View file

@ -253,7 +253,7 @@ var FileBrowser = {
initGallery: function() {
$(".fbrowser.image .fbrowser-content-container").justifiedGallery({
'rowHeight': 80,
'margins': 3,
'margins': 4,
'border': 0
});
}