blob: ca78b58b5921adab760369079de01c560f299178 (
plain) (
blame)
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
|
p {
margin: 1em 0;
}
div#flash {
position: fixed;
left: 0;
top: 0;
width: 100%;
background-color: yellow;
padding: 10px 0;
text-align: center;
border-bottom: 1px solid black;
z-index: 9999;
}
body {
background: url(/theme/images/backgrounds/island6.PNG) aqua repeat-x bottom left fixed;
}
h1 {
background: url(/theme/images/header.png);
margin: 0 auto;
}
h1, h1 a {
width: 800px;
height: 200px;
}
div#header {
background: url(/theme/images/header-repeat.png);
}
div#manage-options {
margin: .5em 0;
padding: .5em;
background-color: gray;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
h2 {
float: none;
}
div.manage-pagination {
margin: .5em 0;
padding: .5em;
text-align: center;
}
.uniForm { background: #F2FAFF; }
.uniForm fieldset{ margin: 0 0 1.5em 0; }
.uniForm .inlineLabel em{ left: 10px !important; }
.uniForm .inlineLabels .ctrlHolder .multiField.phoneNum .blockLabel{ width: auto; }
.uniForm .inlineLabels .ctrlHolder .multiField .blockLabel #phone_ccode.textInput,
.uniForm .inlineLabels .ctrlHolder .multiField .blockLabel #phone_area.textInput{ width: 4em; }
.uniForm .blockLabels .ctrlHolder textarea { width: 99%; }
td.table-img {
width: 17px;
padding: 0 5px !important;
}
td.table-author {
text-align: right;
padding-right: 20px;
}
td.table-checkbox {
width: 17px;
padding: 0 5px;
}
tr.table-header td {
font-weight: bold;
text-align: center;
}
|