summaryrefslogtreecommitdiff
path: root/theme/shiny/css/ie.css
blob: a901a15dd597b2867f171b4fc707051881a51896 (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
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
87
/* Temporary copy of base styles for overriding */

input.checkbox,
input.radio {
top:0;
}
.form_notice textarea {
    width: 362px;
}
.form_notice .form_note + label {
position:absolute;
top:25px;
left:83%;
text-indent:-9999px;
height:16px;
width:16px;
display:block;
    left: 392px;
    top: 27px;
    right: 88px;
}
.form_notice #notice_action-submit {
    width: 96px;
    max-width: 96px;
}
.form_notice #notice_data-attach_selected,
.form_notice #notice_data-geo_selected {
width:78.75%;
}
.form_notice #notice_data-attach_selected button,
.form_notice #notice_data-geo_selected button {
padding:0 4px;
}
.notice-options input.submit {
font-size:0;
text-align:right;
text-indent:0;
}
.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;
}

.form_settings fieldset fieldset legend {
line-height:auto;
}


/* IE specific styles */

.notice-options input.submit {
    color:#FFFFFF;
}

.form_notice #notice_data-attach {
    filter: alpha(opacity=0);
}

.form_notice .form_note + label {
    background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -328px;
}

.form_notice #notice_data-geo_wrap label {
   background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1780px;
}
.form_notice #notice_data-geo_wrap label.checked {
   background:transparent url(../../rebase/images/icons/icons-01.gif) no-repeat 0 -1846px;
}

#wrap {
    background: url(../images/wrap_bg.png) repeat top left;
}

#aside_primary .section {
    background: url(../images/wrap_bg.png) repeat top left;
}