Added Zones, authorisation on edits, validation enhancements
This commit is contained in:
10
public/oldschool/css/main.css
vendored
10
public/oldschool/css/main.css
vendored
@@ -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;
|
||||
|
35
public/plugin/dataTables/dataTables.bootstrap5.css
vendored
Normal file
35
public/plugin/dataTables/dataTables.bootstrap5.css
vendored
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user