From e233fecbea0ddc1d7caac344d5aa9e0460eaa428 Mon Sep 17 00:00:00 2001
From: Stian Lund <1493836+Pathduck@users.noreply.github.com>
Date: Sat, 30 Mar 2024 18:22:06 +0100
Subject: [PATCH] larger folder image for organize
---
modules/organize/css/organize_frame.css | 9 ++++-----
modules/organize/vendor/ext/css/ext-all.css | 0
modules/organize/vendor/ext/js/ext-organize-bundle.js | 0
modules/organize/views/organize_frame.html.php | 2 ++
4 files changed, 6 insertions(+), 5 deletions(-)
mode change 100644 => 100755 modules/organize/vendor/ext/css/ext-all.css
mode change 100644 => 100755 modules/organize/vendor/ext/js/ext-organize-bundle.js
diff --git a/modules/organize/css/organize_frame.css b/modules/organize/css/organize_frame.css
index 12bc6091..8e524436 100644
--- a/modules/organize/css/organize_frame.css
+++ b/modules/organize/css/organize_frame.css
@@ -42,11 +42,10 @@
padding: 0px;
margin: 0px;
visibility: hidden;
- width: 16px;
- height: 16px;
- top: -16px;
- margin-bottom: -16px;
- padding-bottom: -16px;
+ width: 25px;
+ height: 25px;
+ top: -25px;
+ left: 5px;
}
.g-organize div.thumb-album div.icon {
diff --git a/modules/organize/vendor/ext/css/ext-all.css b/modules/organize/vendor/ext/css/ext-all.css
old mode 100644
new mode 100755
diff --git a/modules/organize/vendor/ext/js/ext-organize-bundle.js b/modules/organize/vendor/ext/js/ext-organize-bundle.js
old mode 100644
new mode 100755
diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php
index 8189fa9b..67f75ea2 100644
--- a/modules/organize/views/organize_frame.html.php
+++ b/modules/organize/views/organize_frame.html.php
@@ -5,6 +5,8 @@