[static assets] add them to git so we can forget to call "collectstatic" before we just serve

This commit is contained in:
bronsen 2025-03-18 22:57:38 +01:00
parent 003baf931d
commit 77ae66b015
141 changed files with 34703 additions and 0 deletions

View file

@ -0,0 +1,29 @@
/* DASHBOARD */
.dashboard td, .dashboard th {
word-break: break-word;
}
.dashboard .module table th {
width: 100%;
}
.dashboard .module table td {
white-space: nowrap;
}
.dashboard .module table td a {
display: block;
padding-right: .6em;
}
/* RECENT ACTIONS MODULE */
.module ul.actionlist {
margin-left: 0;
}
ul.actionlist li {
list-style-type: none;
overflow: hidden;
text-overflow: ellipsis;
}