mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-17 06:50:23 +00:00
28 lines
483 B
CSS
28 lines
483 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;
|
|
}
|
|
#results {
|
|
overflow-x: auto;
|
|
}
|
|
.item-anchor {
|
|
visibility: hidden;
|
|
margin-left: .1em;
|
|
}
|
|
.item-name {
|
|
white-space: nowrap;
|
|
}
|
|
.item-name:hover .item-anchor {
|
|
visibility: visible;
|
|
}
|