]> git.mxchange.org Git - friendica.git/commitdiff
use box-shadow instead of border
authorrabuzarus <trebor@central-unit>
Mon, 3 Apr 2017 12:20:34 +0000 (14:20 +0200)
committerrabuzarus <trebor@central-unit>
Mon, 3 Apr 2017 12:20:34 +0000 (14:20 +0200)
view/theme/frio/css/style.css
view/theme/frio/js/filebrowser.js

index d72aa1abafe347b7166de9c7d8f00ba90908af5b..a9b6f4755dcde027aedb6df76b2053a24b24a264 100644 (file)
@@ -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;
index 1ca24966a8bd2ff89f434369deff168d38d10c3b..468188b356adcad41f90ef5960235208505e5897 100644 (file)
@@ -253,7 +253,7 @@ var FileBrowser = {
        initGallery: function() {\r
                $(".fbrowser.image .fbrowser-content-container").justifiedGallery({\r
                        'rowHeight': 80,\r
-                       'margins': 2,\r
+                       'margins': 3,\r
                        'border': 0\r
                });\r
        }\r