Use caminus theme for admin pages

This commit is contained in:
Trever Fischer
2012-03-05 00:16:27 -05:00
parent 868e38896e
commit 4d5637eebd
9 changed files with 104 additions and 36 deletions

19
static/css/admin.css Normal file
View File

@@ -0,0 +1,19 @@
.module {
background-color: #111;
padding: 5px;
margin-bottom: 1em;
border:1px solid black;
}
.module table {
background-color: #444;
}
.module caption {
padding: 3px;
background-color:#222;
}
.module tr {
border-bottom: 3px solid #333;
}