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

This commit is contained in:
何全
2019-04-17 14:14:23 +08:00
parent 20fee9f36c
commit 15ed2fc3ec
193 changed files with 14306 additions and 0 deletions

17
static/admin/css/ui.css Normal file
View File

@@ -0,0 +1,17 @@
body {
margin: 0;
padding: 0;
}
.errornote {
font-size: 14px;
font-weight: 700;
display: block;
padding: 10px 12px;
margin: 0 0 10px 0;
color: #ba2121;
border: 1px solid #ba2121;
border-radius: 4px;
background-color: #fff;
background-position: 5px 12px;
}