##// END OF EJS Templates
Experiment detail view update
Experiment detail view update

File last commit:

r335:7377db7c77e8
r365:24b24259841b
Show More
dashboard.css
27 lines | 412 B | text/css | LassoCssLexer
/* 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;
-o-text-overflow: ellipsis;
}