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;
|
||||
width:16px;
|
||||
float:right;
|
||||
display:none;
|
||||
}
|
||||
.notices li:hover div.notice-options {
|
||||
display:block;
|
||||
@ -984,6 +983,10 @@ text-decoration:none;
|
||||
padding-left:16px;
|
||||
}
|
||||
|
||||
.notice-options .notice_reply .notice_id {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.notice-options form input.submit {
|
||||
width:16px;
|
||||
padding:2px 0;
|
||||
|
@ -8,15 +8,32 @@ color:#fff;
|
||||
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 {
|
||||
position:absolute;
|
||||
top:25px;
|
||||
left:83%;
|
||||
top:87px;
|
||||
left:77%;
|
||||
text-indent:-9999px;
|
||||
height:16px;
|
||||
width:16px;
|
||||
display:block;
|
||||
}
|
||||
#form_notice #notice_data-attach {
|
||||
filter: alpha(opacity = 0);
|
||||
}
|
||||
|
||||
#form_notice #notice_action-submit {
|
||||
right:0;
|
||||
}
|
||||
|
||||
#aside_primary {
|
||||
width:181px;
|
||||
@ -24,7 +41,7 @@ width:181px;
|
||||
|
||||
#form_notice,
|
||||
#anon_notice {
|
||||
top:158px;
|
||||
top:190px;
|
||||
}
|
||||
|
||||
#public #content,
|
||||
|
Loading…
Reference in New Issue
Block a user