django-constance/constance/static/admin/css/constance.css
2017-08-09 19:44:48 +07:00

15 lines
284 B
CSS

#result_list .changed {
background-color: #ffc;
}
#changelist table thead th .text {
padding: 2px 5px;
}
#changelist table tbody td:first-child {
text-align: left;
}
#changelist-form ul.errorlist {
margin: 0 !important;
}
.help {
font-weight: normal !important;
}