css: border for images, min-with for folders list

This commit is contained in:
rabuzarus 2017-03-26 14:00:00 +02:00
parent aeb999c4d9
commit 5e54fb3a5f
2 changed files with 8 additions and 3 deletions

View File

@ -1294,13 +1294,15 @@ section #jotOpen {
margin-left: -15px;
margin-bottom: 0px;
overflow-y: auto;
min-width: 100px;
max-height: calc(100vh - 210px);
line-height: 1.3;
}
.fbrowser .folders li {
padding-left: 20px;
padding-right: 10px;
padding-top: 2px;
padding-bottom: 2px;
padding-top: 3px;
padding-bottom: 3px;
}
.fbrowser .folders li:hover {
z-index: 2;
@ -1321,6 +1323,9 @@ section #jotOpen {
overflow-y: auto;
max-height: calc(100vh - 175px);
}
.fbrowser.image .photo-album-image-wrapper img {
border: 1px solid #ddd;
}
.fbrowser .profile-rotator-wrapper {
min-height: 200px;
}

View File

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