-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
66 lines (55 loc) · 853 Bytes
/
styles.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
body {
margin: 0px;
background-color: #fff;
font-family: "Gill Sans",Arial,sans-serif;
font-size: medium;
}
.content {
margin: 20px;
padding: 20px;
}
.message {
text-align: center;
margin: auto;
}
#authlink {
font-size: small;
padding: 3px 8px;
}
.error {
background-color: #ffaaaa;
margin: 20px;
}
.info {
background-color: #eeddbb;
}
header {
padding: 2px 20px;
text-align: right;
vertical-align: baseline;
background-color: #abc;
color: #123;
}
footer {
color: brown;
background-color: #ccc;
padding: 2px;
font-size: 12px;
}
h1 {
background-color: #E1E463;
text-align: center;
margin-bottom: 0px;
}
#searchForm fieldset fieldset {
border: none;
}
table td,th {
min-width: 60px;
/* margin: 8px 0px;*/
padding: 2px 20px;
}
.mydialog {
top: 60px;
}
.ui-widget { font-size: medium; }