Added Zones, authorisation on edits, validation enhancements

This commit is contained in:
Deon George
2021-06-18 23:01:41 +10:00
parent 491d3d55c3
commit 416e79164e
14 changed files with 511 additions and 107 deletions

View File

@@ -49,6 +49,13 @@ a.disabled {
text-transform:uppercase
}
.input-helper {
display: block;
margin-top: .25rem;
font-size: .875em;
width: 100%;
}
strong.highlight {
color: #eee;
}
@@ -234,9 +241,6 @@ ul#navlist-desktop {
box-sizing:border-box;
overflow:hidden
}
#content * {
vertical-align:top
}
#content a.anchor {
display:block;
position:relative;

View File

@@ -0,0 +1,35 @@
table.dataTable {
border-collapse: collapse !important;
}
div.dataTables_wrapper div.dataTables_filter {
text-align: right;
color: #eeeeee;
padding-bottom: 20px;
}
div.dataTables_wrapper div.dataTables_filter input {
margin-left: 0.5em;
display: inline;
background-color: #000;
color: #eeeeee;
}
div.dataTables_wrapper div.dataTables_info {
padding-top: 0.85em;
white-space: nowrap;
font-size: 75%;
color: #eeeeee;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
color: #eeeeee;
}