first commit

This commit is contained in:
2025-04-09 21:43:00 +02:00
commit af5be2794d
39 changed files with 1947 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
.jstree-anchor,
.jstree-ocl {
line-height: 20px !important;
}
.jstree-anchor,
.vakata-context {
font-size: 16px;
}
.jstree-ocl {
margin-top: -2px !important;
}
.jstree-icon {
line-height: 16px !important;
transform: scale(1.4) !important;
}
.jstree-node {
min-height: 20px !important;
line-height: 20px !important;
}
.treedetail {
border: 0.5px black solid;
overflow: auto;
box-shadow: 0 0 5px #ccc;
}
.table td,
.table th {
vertical-align: inherit;
}

View File

@@ -0,0 +1 @@
.jstree-anchor,.jstree-ocl{line-height:20px!important}.jstree-anchor,.vakata-context{font-size:16px}.jstree-ocl{margin-top:-2px!important}.jstree-icon{line-height:16px!important;transform:scale(1.4)!important}.jstree-node{min-height:20px!important;line-height:20px!important}.treedetail{border:.5px #000 solid;overflow:auto;box-shadow:0 0 5px #ccc}.table td,.table th{vertical-align:inherit}

View File

@@ -0,0 +1,23 @@
body {
width: 100%;
overflow: hidden;
min-height: 0px;
line-height: 1.1;
}
.navbar {
padding-top: 0px;
padding-bottom: 0px;
height: 50px;
}
.navbar-brand {
padding-top: 0px;
padding-bottom: 0px;
}
.footer {
position: fixed;
bottom: 2px;
right: 0px;
}

1
xxx/app/public/css/xxx.min.css vendored Normal file
View File

@@ -0,0 +1 @@
body{width:100%;overflow:hidden;min-height:0;line-height:1.1}.navbar{padding-top:0;padding-bottom:0;height:50px}.navbar-brand{padding-top:0;padding-bottom:0}.footer{position:fixed;bottom:2px;right:0}