summaryrefslogtreecommitdiffstats
path: root/webui_content/cobblerweb.css
blob: 75367cd34dd1b670c82fe9672e6488cd70c71078 (plain)
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
fieldset#cform label {
    display: block;
    width: 150px;
    margin-bottom: 10px;
    float: left;
    padding-right: 4em;
}

fieldset#cform {
    width: 98%;
}

textarea#ksdata {
    width: 100%;
    height: 100%;
}

select#repos {
    width: 256px;
    height: 8em;
}

pre.config_data {
    font-family: monospace;
    background: white;
    color: black;
    width: 640px;
    min-height: 480px;
}

br {
    clear: both;
}

tr.rowodd  { background-color: #212121; }
tr.roweven { background-color: #3f3d3d; }

table.sortable th {
    background-color: #363a4e;
    margin: 0;
}

table.sortable caption {
    background-color: #202331;
    margin: 0;
}