diff --git a/.gitignore b/.gitignore index 60e39eb2d..d01d89478 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,8 @@ emhttp/plugins/dynamix.my.servers/unraid-components/index.html # development scripts .dev-scripts/ +emhttp/plugins/dynamix/sheets/node_modules/ +emhttp/plugins/dynamix/sheets/.prettierignore +emhttp/plugins/dynamix/sheets/.prettierrc +emhttp/plugins/dynamix/sheets/package-lock.json +emhttp/plugins/dynamix/sheets/package.json \ No newline at end of file diff --git a/emhttp/plugins/dynamix/sheets/Browse.css b/emhttp/plugins/dynamix/sheets/Browse.css index 6143a0b62..02d063992 100644 --- a/emhttp/plugins/dynamix/sheets/Browse.css +++ b/emhttp/plugins/dynamix/sheets/Browse.css @@ -12,7 +12,7 @@ table.tablesorter.indexer thead th:nth-child(2){width:3%!important} table.tablesorter.indexer thead th:nth-child(3){width:auto!important} table.tablesorter.indexer thead th:nth-child(n+4){width:10%!important} table.tablesorter.indexer thead th:nth-child(9){width:3%!important} -table.tablesorter.indexer tbody tr:hover td{background-color:} +/* table.tablesorter.indexer tbody tr:hover td{background-color:} */ table.tablesorter.indexer thead th{text-align:left} table.tablesorter.indexer tbody td{text-align:left} table.tablesorter.indexer thead th:last-child{text-align:right} @@ -21,6 +21,5 @@ i[id^="row_"],i[id^="check_"]{cursor:pointer;font-size:1.8rem;color:gray} td[id^="name_"]{cursor:pointer} i.fa-home{font-size:2rem} i.fa-chevron-right{font-size:1.2rem;margin:0 8px} -div.autoheight{width:100%;overflow-y:auto;margin-top:} div#buttons{display:none} .dropdown-menu{z-index:10001} diff --git a/emhttp/plugins/dynamix/sheets/BrowseButton-azure.css b/emhttp/plugins/dynamix/sheets/BrowseButton-azure.css index e1447bb24..6ec0d103a 100644 --- a/emhttp/plugins/dynamix/sheets/BrowseButton-azure.css +++ b/emhttp/plugins/dynamix/sheets/BrowseButton-azure.css @@ -5,3 +5,4 @@ input.dfm_filter:focus{background-color:#f2f2f2} input#dfm_target{color:#1c1c1c;width:500px} input#dfm_target+.fileTree{background:#f2f2f2;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none} i.dfm_filter{margin-top:-4px} +div.autoheight{width:100%;overflow-y:auto;margin-top:0} \ No newline at end of file diff --git a/emhttp/plugins/dynamix/sheets/BrowseButton-black.css b/emhttp/plugins/dynamix/sheets/BrowseButton-black.css index 523a6c9c3..6ae1b4261 100644 --- a/emhttp/plugins/dynamix/sheets/BrowseButton-black.css +++ b/emhttp/plugins/dynamix/sheets/BrowseButton-black.css @@ -5,3 +5,4 @@ input.dfm_filter:focus{background-color:#1c1c1c} input#dfm_target{color:#f2f2f2;width:500px} input#dfm_target+.fileTree{background:#1c1c1c;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none} i.dfm_filter{margin-top:-2px} +div.autoheight{width:100%;overflow-y:auto;margin-top: -30px} \ No newline at end of file diff --git a/emhttp/plugins/dynamix/sheets/BrowseButton-gray.css b/emhttp/plugins/dynamix/sheets/BrowseButton-gray.css index db8173b7a..e90a569b3 100644 --- a/emhttp/plugins/dynamix/sheets/BrowseButton-gray.css +++ b/emhttp/plugins/dynamix/sheets/BrowseButton-gray.css @@ -3,5 +3,6 @@ span.dfm_filter i{position:absolute;left:10px;top:8px;font-size:1.4rem} input.dfm_filter{border:none;width:100px;background-color:#121510;margin:-8px 0 0 0;padding-left:30px} input.dfm_filter:focus{background-color:#121510} input#dfm_target{color:#f2f2f2;width:500px} -input#dfm_target+.fileTree{background:<#1c1c1c;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none} +input#dfm_target+.fileTree{background:#1c1c1c;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none} i.dfm_filter{margin-top:-4px} +div.autoheight{width:100%;overflow-y:auto;margin-top:0} \ No newline at end of file diff --git a/emhttp/plugins/dynamix/sheets/BrowseButton-white.css b/emhttp/plugins/dynamix/sheets/BrowseButton-white.css index 028a259fd..39d105e4f 100644 --- a/emhttp/plugins/dynamix/sheets/BrowseButton-white.css +++ b/emhttp/plugins/dynamix/sheets/BrowseButton-white.css @@ -5,3 +5,4 @@ input.dfm_filter:focus{background-color:#f2f2f2} input#dfm_target{color:#1c1c1c;width:500px} input#dfm_target+.fileTree{background:#f2f2f2;width:500px;max-height:320px;overflow-y:scroll;overflow-x:hidden;position:absolute;z-index:100;display:none} i.dfm_filter{margin-top:-2px} +div.autoheight{width:100%;overflow-y:auto;margin-top: -30px} \ No newline at end of file diff --git a/emhttp/plugins/dynamix/sheets/UserAdd-azure.css b/emhttp/plugins/dynamix/sheets/UserAdd-azure.css index 927e648fe..b887b2d00 100644 --- a/emhttp/plugins/dynamix/sheets/UserAdd-azure.css +++ b/emhttp/plugins/dynamix/sheets/UserAdd-azure.css @@ -1 +1,2 @@ span#dropbox{border:1px solid #606E7F;border-radius:5px;background:#EDEAEF;padding:28px 12px;line-height:72px;margin-right:16px} +.usage-disk.sys{display:inline-block;width:10rem;top:1.2rem;margin-left:12px;border-radius:4px} \ No newline at end of file diff --git a/emhttp/plugins/dynamix/sheets/UserAdd-black.css b/emhttp/plugins/dynamix/sheets/UserAdd-black.css index 0a94f7329..1a9d32060 100644 --- a/emhttp/plugins/dynamix/sheets/UserAdd-black.css +++ b/emhttp/plugins/dynamix/sheets/UserAdd-black.css @@ -1 +1,2 @@ span#dropbox{border:1px solid #f2f2f2;border-radius:5px;background:#262626;padding:28px 12px;line-height:72px;margin-right:16px} +.usage-disk.sys{display:inline-block;width:10rem;top:.2rem;margin-left:12px;border-radius:4px} \ No newline at end of file diff --git a/emhttp/plugins/dynamix/sheets/UserAdd-gray.css b/emhttp/plugins/dynamix/sheets/UserAdd-gray.css index e6795581e..179fe3673 100644 --- a/emhttp/plugins/dynamix/sheets/UserAdd-gray.css +++ b/emhttp/plugins/dynamix/sheets/UserAdd-gray.css @@ -1 +1,2 @@ span#dropbox{border:1px solid #606E7F;border-radius:5px;background:#121510;padding:28px 12px;line-height:72px;margin-right:16px} +.usage-disk.sys{display:inline-block;width:10rem;top:1.2rem;margin-left:12px;border-radius:4px} \ No newline at end of file diff --git a/emhttp/plugins/dynamix/sheets/UserAdd-white.css b/emhttp/plugins/dynamix/sheets/UserAdd-white.css index ecc903eb7..379ddc246 100644 --- a/emhttp/plugins/dynamix/sheets/UserAdd-white.css +++ b/emhttp/plugins/dynamix/sheets/UserAdd-white.css @@ -1 +1,2 @@ span#dropbox{border:1px solid #1c1c1c;border-radius:5px;background:#e8e8e8;padding:28px 12px;line-height:72px;margin-right:16px} +.usage-disk.sys{display:inline-block;width:10rem;top:.2rem;margin-left:12px;border-radius:4px} \ No newline at end of file diff --git a/emhttp/plugins/dynamix/sheets/UserAdd.css b/emhttp/plugins/dynamix/sheets/UserAdd.css index 3c82b6cd2..2313b2476 100644 --- a/emhttp/plugins/dynamix/sheets/UserAdd.css +++ b/emhttp/plugins/dynamix/sheets/UserAdd.css @@ -1,3 +1,2 @@ i.top{position:absolute;padding-top:4px;cursor:pointer} i#showPass.checked{opacity:0.5} -.usage-disk.sys{display:inline-block;width:10rem;top:rem;margin-left:12px;border-radius:4px}