Private
Public Access
1
0

Removed wrongly copied files

This commit is contained in:
Roosendaal
2016-11-08 19:54:19 +01:00
parent 3444995880
commit 48044108b2
1263 changed files with 1 additions and 32399 deletions

View File

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