File Explorer update + Permission update

This commit is contained in:
George Frederick "Buzz" Beurling
2020-03-19 19:07:26 -04:00
parent 8a0e09cb80
commit 1e3ae2fbbb
36 changed files with 1899 additions and 434 deletions

19
public/css/custom.css vendored
View File

@@ -57,6 +57,10 @@
cursor: pointer;
}
.no-cursor {
cursor: default;
}
.word-wrap {
white-space: normal;
word-break: break-word;
@@ -140,7 +144,7 @@
top: 36px;
left: 36px;
width: 0;
height: 0;
height: 0;progress-bar
opacity: 1;
}
100% {
@@ -1816,3 +1820,16 @@ td{
h2 {
text-transform: capitalize !important;
}
.breadcrumb {
margin: auto;
background-color: transparent;
}
.navbar-wrapper {
max-width: 75%;
}
.progress-bar-top {
margin-bottom: -4px;
border-radius: 6px 6px 0px 0px;
}