2017-08-09 12:44:48 +00:00
|
|
|
#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;
|
|
|
|
|
}
|
2020-06-09 11:27:52 +00:00
|
|
|
#results {
|
2019-03-28 20:04:24 +00:00
|
|
|
overflow-x: auto;
|
2020-06-09 11:27:52 +00:00
|
|
|
}
|
|
|
|
|
.item-anchor {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
margin-left: .1em;
|
|
|
|
|
}
|
|
|
|
|
.item-name {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.item-name:hover .item-anchor {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
2020-06-10 12:21:49 +00:00
|
|
|
.sticky-footer {
|
|
|
|
|
position: sticky;
|
|
|
|
|
width: 100%;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|