Cloudy theme IE (mostly 7/8) fixes
This commit is contained in:
parent
7fff454ff9
commit
8d2aeb7082
@ -934,7 +934,6 @@ float:left;
|
|||||||
font-size:0.95em;
|
font-size:0.95em;
|
||||||
width:16px;
|
width:16px;
|
||||||
float:right;
|
float:right;
|
||||||
display:none;
|
|
||||||
}
|
}
|
||||||
.notices li:hover div.notice-options {
|
.notices li:hover div.notice-options {
|
||||||
display:block;
|
display:block;
|
||||||
@ -984,6 +983,10 @@ text-decoration:none;
|
|||||||
padding-left:16px;
|
padding-left:16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notice-options .notice_reply .notice_id {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
.notice-options form input.submit {
|
.notice-options form input.submit {
|
||||||
width:16px;
|
width:16px;
|
||||||
padding:2px 0;
|
padding:2px 0;
|
||||||
|
@ -8,15 +8,32 @@ color:#fff;
|
|||||||
background-color:#ddffcc;
|
background-color:#ddffcc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#form_notice {
|
||||||
|
width:525px;
|
||||||
|
}
|
||||||
|
#form_notice .form_note {
|
||||||
|
top:-5px;
|
||||||
|
right:0;
|
||||||
|
}
|
||||||
|
#form_notice textarea {
|
||||||
|
width:97.75%;
|
||||||
|
}
|
||||||
#form_notice .form_note + label {
|
#form_notice .form_note + label {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:25px;
|
top:87px;
|
||||||
left:83%;
|
left:77%;
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
height:16px;
|
height:16px;
|
||||||
width:16px;
|
width:16px;
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
#form_notice #notice_data-attach {
|
||||||
|
filter: alpha(opacity = 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#form_notice #notice_action-submit {
|
||||||
|
right:0;
|
||||||
|
}
|
||||||
|
|
||||||
#aside_primary {
|
#aside_primary {
|
||||||
width:181px;
|
width:181px;
|
||||||
@ -24,7 +41,7 @@ width:181px;
|
|||||||
|
|
||||||
#form_notice,
|
#form_notice,
|
||||||
#anon_notice {
|
#anon_notice {
|
||||||
top:158px;
|
top:190px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#public #content,
|
#public #content,
|
||||||
|
Loading…
Reference in New Issue
Block a user