v0.3.1 增加后台 django-simpleui 模板

This commit is contained in:
何全
2019-04-17 14:22:05 +08:00
parent 15ed2fc3ec
commit e2b3604843
312 changed files with 0 additions and 41029 deletions

View File

@@ -1,27 +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;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}