Private
Public Access
1
0

added brochure but doesn't show up

This commit is contained in:
Sander Roosendaal
2017-05-05 08:35:38 +02:00
parent 177c3cad74
commit 4727c1fafb
1333 changed files with 65521 additions and 215 deletions

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