增加已经写好的 admin 的模板

This commit is contained in:
virusdefender
2015-08-02 09:47:50 +08:00
parent 64f31a61be
commit 8b058a3785
12 changed files with 391 additions and 68 deletions

25
static/src/css/admin.css Normal file
View File

@@ -0,0 +1,25 @@
@import url("bootstrap/bootstrap.min.css");
@import url("bootstrap/todc-bootstrap.min.css");
@import url("codeMirror/codemirror.css");
@import url("simditor/simditor.css");
@import url("webuploader/webuploader.css");
@import url("datetime_picker/bootstrap-datetimepicker.css");
html, body {
height: 100%;
}
img {
max-width: 100%;
height: auto;
}
.footer {
padding-top: 30px;
padding-bottom: 30px;
float: bottom;
bottom: 0;
}
label {
font-size: 16px;
}