File: oauth.css

package info (click to toggle)
simplesamlphp 1.19.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 42,920 kB
  • sloc: php: 202,044; javascript: 14,867; xml: 2,700; sh: 225; perl: 82; makefile: 70; python: 5
file content (84 lines) | stat: -rw-r--r-- 1,438 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
table.formtable {
    width: 100%;
}
table.formtable tr td.name {
    text-align: right;
    vertical-align: top;
    padding-right: .6em;
}
table.formtable tr td.value {
    text-align: left;
    padding: 0px;
}
table.formtable tr td.header {
    padding-left: 5px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 110%;
}

table.formtable tr td input,table.formtable tr td textarea {
    width: 90%;
    border: 1px solid #bbb;
    margin: 2px 5px;
    padding: 2px 4px;
}

table.metalist {
    border: 1px solid #aaa;
    border-collapse: collapse;
}
table.metalist tr td {
    padding: 2px 5px;
}
table.metalist tr.even td {
    background: #e5e5e5;
}

@media all {
    div#content {
        margin: .4em ! important;
    }

    form {
        display: inline;
    }

    ul.tabset_tabs {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    ul.tabset_tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
    }

    ul.tabset_tabs li.current {
        background: #ededed;
        color: #222;
    }

    .tabset_content {
        display: none;
        background: #ededed;
        padding: 15px;
    }

    .tabset_content.current {
        display: inherit;
    }

    #graph img {
        max-width: 77%;
        height: auto;
    }
    #table img {
        max-width: 77%;
        height: auto;
    }
}