static config

This commit is contained in:
Francisco Rodriguez
2022-11-26 20:11:52 -07:00
parent 77d2b02a92
commit 1e6b924f7c
133 changed files with 30514 additions and 7 deletions

View File

@@ -0,0 +1,26 @@
/* DASHBOARD */
.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;
}