]> git.mxchange.org Git - friendica.git/commitdiff
change fbrowser image margin and box-shadow
authorrabuzarus <>
Wed, 5 Apr 2017 10:46:09 +0000 (12:46 +0200)
committerrabuzarus <>
Wed, 5 Apr 2017 10:46:09 +0000 (12:46 +0200)
view/theme/frio/css/style.css
view/theme/frio/js/filebrowser.js
view/theme/frio/templates/jot.tpl

index 8db41ab7a5e24388d963990103d818490e965710..2f3eb99c9589ecf50610060f3141e936e93f5f43 100644 (file)
@@ -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;
index 77e9e508816c559f1a9aaf08b7172846118eb54b..92f1412911c403a73bb520ea5b9bae6a16dfc0a1 100644 (file)
@@ -253,7 +253,7 @@ var FileBrowser = {
        initGallery: function() {\r
                $(".fbrowser.image .fbrowser-content-container").justifiedGallery({\r
                        'rowHeight': 80,\r
-                       'margins': 3,\r
+                       'margins': 4,\r
                        'border': 0\r
                });\r
        }\r
index 2258a6f4f0309564e1aa60bb15471a8821478042..8e1f3bf5d62f523f5d8b6d826153431fa0c42741 100644 (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';
        });
 </script>
-