change fbrowser image margin and box-shadow

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

View File

@ -1368,7 +1368,7 @@ section #jotOpen {
} }
} }
.fbrowser.image .photo-album-image-wrapper { .fbrowser.image .photo-album-image-wrapper {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
} }
.fbrowser .profile-rotator-wrapper { .fbrowser .profile-rotator-wrapper {
min-height: 200px; min-height: 200px;

View File

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

View File

@ -146,4 +146,3 @@ can load different content into the jot moadl (e.g. the item edit jot)
this.style.height = this.contentWindow.document.body.offsetHeight + 'px'; this.style.height = this.contentWindow.document.body.offsetHeight + 'px';
}); });
</script> </script>