File: consentAdmin.css

package info (click to toggle)
simplesamlphp 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 43,240 kB
  • sloc: php: 200,806; javascript: 15,025; xml: 3,336; sh: 265; perl: 82; makefile: 70; python: 5
file content (39 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (3)
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
35
36
37
38
39
.caSPName {
    font-weight: bold;
}
td.caSPName {
    vertical-align: top;
}
td.caAllowed {
    vertical-align: top;
}
td.caAttributes {
}
tr.row0 td {
    background-color: #888888;
    color: black;
}
tr.row1 td {
    background-color: #aaaaaa;
    color: black;
}
a.orange {
    color: #ffd633;
}

span.show_hide {
    font-size: 80%;
}

a.serviceUrl {
    color: black;
    font-weight: bold;
}

span[id^='hiding_'], span[id*='hiding_'] {
    display: none;
}

div[id^='attributes_'], div[id*='attributes_'] {
    display: none;
}