- Use bootstrap to improve layout. - Add warning banners for webserver debug mode and vspd closed. Admin page: - Replace listing of all tickets with form to search by ticket hash
22 lines
239 B
CSS
22 lines
239 B
CSS
body {
|
|
background-color: #091440;
|
|
color: white;
|
|
}
|
|
|
|
.navbar-brand img {
|
|
height: 70px;
|
|
}
|
|
|
|
th {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
td {
|
|
font-family: "vspd-code";
|
|
word-break: break-word;
|
|
}
|
|
|
|
.code {
|
|
font-family: "vspd-code";
|
|
}
|