|
1
|
#result_list .changed { |
|
2
|
background-color: #ffc; |
|
3
|
} |
|
4
|
#changelist table thead th .text { |
|
5
|
padding: 2px 5px; |
|
6
|
} |
|
7
|
#changelist table tbody td:first-child { |
|
8
|
text-align: left; |
|
9
|
} |
|
10
|
#changelist-form ul.errorlist { |
|
11
|
margin: 0 !important; |
|
12
|
} |
|
13
|
.help { |
|
14
|
font-weight: normal !important; |
|
15
|
} |
|
16
|
#results { |
|
17
|
overflow-x: auto; |
|
18
|
} |
|
19
|
.item-anchor { |
|
20
|
visibility: hidden; |
|
21
|
margin-left: .1em; |
|
22
|
} |
|
23
|
.item-name { |
|
24
|
white-space: nowrap; |
|
25
|
} |
|
26
|
.item-name:hover .item-anchor { |
|
27
|
visibility: visible; |
|
28
|
} |
|
29
|
.sticky-footer { |
|
30
|
position: sticky; |
|
31
|
width: 100%; |
|
32
|
left: 0; |
|
33
|
bottom: 0; |
|
34
|
} |
|
35
|
|