Added Architect UI
This commit is contained in:
12
public/css/adminlte.min.css
vendored
12
public/css/adminlte.min.css
vendored
File diff suppressed because one or more lines are too long
6
public/css/app.css
vendored
6
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
15
public/css/architect.min.css
vendored
15
public/css/architect.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
public/css/assets/fonts/fa-solid-900.eot
Normal file
BIN
public/css/assets/fonts/fa-solid-900.eot
Normal file
Binary file not shown.
5015
public/css/assets/fonts/fa-solid-900.svg
Normal file
5015
public/css/assets/fonts/fa-solid-900.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 893 KiB |
BIN
public/css/assets/fonts/fa-solid-900.ttf
Normal file
BIN
public/css/assets/fonts/fa-solid-900.ttf
Normal file
Binary file not shown.
BIN
public/css/assets/fonts/fa-solid-900.woff
Normal file
BIN
public/css/assets/fonts/fa-solid-900.woff
Normal file
Binary file not shown.
BIN
public/css/assets/fonts/fa-solid-900.woff2
Normal file
BIN
public/css/assets/fonts/fa-solid-900.woff2
Normal file
Binary file not shown.
47
public/css/fixes.css
vendored
47
public/css/fixes.css
vendored
@@ -57,4 +57,49 @@ table.dataTable thead .sorting {
|
||||
|
||||
body {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
}
|
||||
|
||||
/** Remove the border around the tree **/
|
||||
ul.fancytree-container {
|
||||
border: 0px;
|
||||
}
|
||||
/** Remove the Cyan vertical line from the tree **/
|
||||
.vertical-nav-menu #tree ul:before {
|
||||
opacity: 0;
|
||||
}
|
||||
/** Tree Icon Placement **/
|
||||
#tree > ul {
|
||||
padding-left: 0px;
|
||||
}
|
||||
.closed-sidebar #tree {
|
||||
display: none;
|
||||
}
|
||||
.closed-sidebar:hover .app-sidebar:hover #tree, .sidebar-mobile-open #tree {
|
||||
display: block;
|
||||
}
|
||||
.app-sidebar #treeicon, .closed-sidebar:hover .app-sidebar:hover #treeicon, .sidebar-mobile-open #treeicon {
|
||||
display: none;
|
||||
}
|
||||
.closed-sidebar .app-sidebar #treeicon {
|
||||
display: initial;
|
||||
position: relative;
|
||||
}
|
||||
/** Fix position of tree expander and checkbox */
|
||||
span.fancytree-checkbox, span.fancytree-custom-icon, span.fancytree-expander, span.fancytree-icon {
|
||||
margin-top: 4px;
|
||||
}
|
||||
ul.fancytree-container ul {
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
/** Fix elipse icon (top right) on small display */
|
||||
.closed-sidebar .app-header.header-text-light .app-header__menu .mobile-toggle-header-nav {
|
||||
background: #343a40;
|
||||
}
|
||||
/** Fix tree rendering **/
|
||||
.fancytree-node {
|
||||
line-height: 1.75em;
|
||||
}
|
||||
/** Dont render when hoving on the tree **/
|
||||
.vertical-nav-menu li a.no-hover:hover {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user