-
Notifications
You must be signed in to change notification settings - Fork 6
/
mars.css
86 lines (69 loc) · 1010 Bytes
/
mars.css
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
85
86
body {
font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
}
a.logout {
color: black;
font-size: 18px;
text-decoration: none;
}
button.logout {
padding-left: 10px;
}
button.submit {
font-size: 20px;
margin-top: 8px;
margin-bottom: 8px;
}
div.closed {
color: grey;
margin-top: 8px;
margin-bottom: 8px;
}
div.open {
margin-top: 8px;
margin-bottom: 8px;
}
.weekday {
min-width: 32px;
display: inline-block;
}
fieldset.personaldata {
margin-right: 5px;
}
input.uid {
width: 8em;
}
label.uid {
padding-right: 6px;
}
label.password {
padding-left: 10px;
padding-right: 6px;
}
label.day {
margin-right: 5px;
}
label.a3, label.a5, label.eh, label.bss {
margin-right: 5px;
}
ins.cancelled, del.cancelled {
margin-right: 5px;
}
legend {
font-size: 16px;
}
li {
padding-bottom: 6px;
}
span.failure {
background-color: red;
font-weight: bold;
}
span.success {
background-color: greenyellow;
font-weight: bold;
}
th {
text-align: left;
}