Admin field/inline updates.

This commit is contained in:
Chris Church
2013-03-31 23:23:40 -04:00
parent 8c42d0d9bb
commit 678e4c053b
2 changed files with 71 additions and 7 deletions

View File

@@ -94,6 +94,14 @@ ul.messagelist li {
border-color: #b22222 !important;
background-color: #d24242 !important;
}
.errors {
background-color: #fdc !important;
}
.errors input,
.errors select,
.errors textarea {
border: 1px solid #b22222 !important;
}
</style>
{% endblock %}