2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-12 18:26:29 +00:00

static files icons into troggle repo

This commit is contained in:
Philip Sargent
2020-06-18 21:51:19 +01:00
parent d9c6986a89
commit ee1d4bb600
80 changed files with 14754 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
/* 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;
}
ul.actionlist li {
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}