Added Crons Management

This commit is contained in:
Chirag Aggarwal
2018-03-01 16:14:18 +00:00
parent de14ec59a8
commit e49ae0fa4b
1381 changed files with 586789 additions and 0 deletions

View File

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