first commit
This commit is contained in:
34
xxx/app/public/css/jstreetemplate.css
Normal file
34
xxx/app/public/css/jstreetemplate.css
Normal 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;
|
||||
}
|
||||
1
xxx/app/public/css/jstreetemplate.min.css
vendored
Normal file
1
xxx/app/public/css/jstreetemplate.min.css
vendored
Normal 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}
|
||||
23
xxx/app/public/css/xxx.css
Normal file
23
xxx/app/public/css/xxx.css
Normal 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
1
xxx/app/public/css/xxx.min.css
vendored
Normal 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}
|
||||
Reference in New Issue
Block a user