Re-push of last commit

This commit is contained in:
fergalmoran
2012-08-27 16:28:50 +01:00
parent 88e587db59
commit 4efef6ac19
613 changed files with 59334 additions and 0 deletions

30
admin/css/dashboard.css Executable file
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.changelink {
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}