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
|
/*************************************************************
IE7 - FIXES
**************************************************************/
/* Float Clearing and Has Layout Fixes
-------------------------------------------------------------*/
.brd-page,
.brd .main,
#brd-index .main-subhead,
#brd-index .forum-item,
.brd .gen-content,
.brd .main-content,
.brd .ct-box,
.brd .ct-box *,
.brd .frm-group,
.brd .mf-set,
.brd .sf-set,
.brd .mf-box,
.brd .sf-box,
.brd .mf-item,
.brd .txt-set,
.brd .txt-box,
.brd .frm-group label,
.brd fieldset,
.brd span.fld-input,
.brd .main-subhead .hn,
.brd .post,
.brd .posthead,
.brd .postbody,
.brd .post-entry,
.brd .postfoot .post-options,
#brd-stats ul {
max-height: 100%;
zoom: 1;
}
/* Forms
-------------------------------------------------------------*/
#brd-wrap fieldset {
padding-top: 1px;
position: relative;
}
.brd fieldset legend {
margin-left: -7px;
}
#brd-wrap .entry-content .codebox pre {min-height: 3em}
#brd-admin-censoring #info-censored-intro, #brd-admin-ranks #info-ranks-intro {
margin-bottom: 3em;
}
.main-forum .main-item .item-starter {
margin-left: 1ex;
}
#brd-admin-settings-setup #fld19, #brd-post textarea#fld1, #brd-post textarea#fld2, #brd-viewtopic textarea#fld1, #brd-postedit #fld2 {
margin-top: -19px;
}
|