File: constance.css

package info (click to toggle)
python-django-constance 4.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 796 kB
  • sloc: python: 2,080; makefile: 25; javascript: 23; sh: 6
file content (34 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#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;
}
.sticky-footer {
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0;
}