change fbrowser image margin and box-shadow
This commit is contained in:
parent
190b03e706
commit
c3b975e516
|
@ -1368,7 +1368,7 @@ section #jotOpen {
|
|||
}
|
||||
}
|
||||
.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 {
|
||||
min-height: 200px;
|
||||
|
|
|
@ -253,7 +253,7 @@ var FileBrowser = {
|
|||
initGallery: function() {
|
||||
$(".fbrowser.image .fbrowser-content-container").justifiedGallery({
|
||||
'rowHeight': 80,
|
||||
'margins': 3,
|
||||
'margins': 4,
|
||||
'border': 0
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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';
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user