From: rabuzarus Date: Mon, 3 Apr 2017 12:20:34 +0000 (+0200) Subject: use box-shadow instead of border X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b280219c6fc164852545edbc57976b254f1fce9;p=friendica.git use box-shadow instead of border --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index d72aa1abaf..a9b6f4755d 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1370,8 +1370,8 @@ section #jotOpen { max-height: calc(100vh - 220px); } } -.fbrowser.image .photo-album-image-wrapper img { - border: 1px solid #ddd; +.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); } .fbrowser .profile-rotator-wrapper { min-height: 200px; diff --git a/view/theme/frio/js/filebrowser.js b/view/theme/frio/js/filebrowser.js index 1ca24966a8..468188b356 100644 --- a/view/theme/frio/js/filebrowser.js +++ b/view/theme/frio/js/filebrowser.js @@ -253,7 +253,7 @@ var FileBrowser = { initGallery: function() { $(".fbrowser.image .fbrowser-content-container").justifiedGallery({ 'rowHeight': 80, - 'margins': 2, + 'margins': 3, 'border': 0 }); }