summaryrefslogtreecommitdiffstats
path: root/webui_content/cobblerweb.css
blob: 806725b1682a45434d1e8bc3ed1ffd4c11c02de0 (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

fieldset#cform label {
    display: block;
    width: 150px;
    margin-bottom: 10px;
    float: left;
    padding-right: 4em;
}

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;
}