datatracker/static/lib/admin/css/dashboard.css
Henrik Levkowetz 3a0a36b1e1 Changed the location of a lot of static files.
- Legacy-Id: 9891
2015-07-26 18:16:54 +00:00

31 lines
434 B
CSS

/* 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;
}