Update grid layout in style.scss and refresh cache sizes in ftp-kr.sync.cache.json

This commit is contained in:
2024-11-13 22:48:52 +01:00
parent 331029d819
commit 13e9c2f054
4 changed files with 90 additions and 12 deletions

View File

@@ -47,24 +47,82 @@
"layout": {
"style.css": {
"type": "-",
"size": 15759,
"lmtime": 1731246911854,
"size": 15922,
"lmtime": 1731333959971,
"modified": false
},
"style.css.map": {
"type": "-",
"size": 28396,
"lmtime": 1731246911854,
"size": 28692,
"lmtime": 1731333959971,
"modified": false
},
"style.scss": {
"type": "-",
"size": 19740,
"lmtime": 1731246911704,
"size": 19937,
"lmtime": 1731333959841,
"modified": false
}
},
"libraries": {
"bootstrap": {},
"bootstrap-4.1.3": {},
"ckeditor": {},
"countdown": {},
"datepicker": {},
"daterange": {},
"filemanager-9.14.1": {},
"font-awesome-4.7.0": {},
"framework": {},
"functions.js": {
"type": "-",
"size": 3098,
"lmtime": 0,
"modified": false
},
"grid": {},
"icheck-1.0.2": {},
"jquery": {},
"jquery-confirm": {},
"jquery.contextMenu": {
"context-menu.css": {
"type": "-",
"size": 1845,
"lmtime": 1731333925387,
"modified": false
},
"context-menu.js": {
"type": "-",
"size": 5446,
"lmtime": 1612993069000,
"modified": false
}
},
"jquery-gantt": {},
"medoo": {},
"moment": {},
"phpmailer": {},
"rb.php": {
"type": "-",
"size": 546666,
"lmtime": 0,
"modified": false
},
"select2": {},
"tagsinput": {},
"typeahead.bundle.js": {
"type": "-",
"size": 96186,
"lmtime": 0,
"modified": false
},
"xlsxwriter.class.php": {
"type": "-",
"size": 48385,
"lmtime": 0,
"modified": false
}
},
"libraries": {},
"robots.txt": {
"type": "-",
"size": 25,
@@ -82,8 +140,8 @@
},
"main-view.php": {
"type": "-",
"size": 14294,
"lmtime": 1731246739957,
"size": 14263,
"lmtime": 1731333019276,
"modified": false
},
"operation-edit.php": {
@@ -98,6 +156,26 @@
"lmtime": 0,
"modified": false
}
},
"site": {
"layout-cron.php": {
"type": "-",
"size": 5804,
"lmtime": 0,
"modified": false
},
"layout-logged.php": {
"type": "-",
"size": 6391,
"lmtime": 1731333638711,
"modified": false
},
"layout-unlogged.php": {
"type": "-",
"size": 986,
"lmtime": 0,
"modified": false
}
}
},
"upload": {}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1045,7 +1045,7 @@ input[type="checkbox"] {
.finance-manager {
display: grid;
gap: 10px;
grid-template-columns: 200px 1fr 300px;
grid-template-columns: 200px 1fr 400px;
padding-top: 25px;
.manage-menu {