larger folder image for organize

This commit is contained in:
Stian Lund
2024-03-30 18:22:06 +01:00
parent 290a760252
commit e233fecbea
4 changed files with 6 additions and 5 deletions
+4 -5
View File
@@ -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 {
Vendored Regular → Executable
View File
View File
@@ -5,6 +5,8 @@
<style type="text/css">
.g-organize div.thumb-album div.icon {
background-image: url(<?= url::file("modules/organize/vendor/ext/images/default/tree/folder.gif") ?>);
background-size: contain;
background-repeat: no-repeat;
}
</style>
<script type="text/javascript" src="<?= url::file("modules/organize/vendor/ext/js/ext-organize-bundle.js") ?>"></script>