summaryrefslogtreecommitdiff
path: root/theme/base/css/ie.css
blob: 8183fee67974d1ea71418ad3914da768ebd23397 (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
35
36
37
38
39
40
41
/* IE specific styles */
legend {
margin-left:-7px;
}
input.checkbox {
top:0;
}
#form_notice textarea {
width:78%;
}
#form_notice #notice_action-submit {
width:17%;
max-width:17%;
}
#anon_notice {
max-width:39%;
}

.notice-options input.submit {
font-size:0;
margin-top:3px;
height:16px;
text-align:right;
text-indent:0;
width:24px;
}
.notice div.entry-content .timestamp a {
margin-right:4px;
}
.entity_profile {
width:64%;
}
.notice {
z-index:1;
}
.notice:hover {
z-index:9999;
}
.notice .thumbnail img  {
z-index:9999;
}