2009-04-12 03:08:55 +01:00
|
|
|
/* IE specific styles */
|
|
|
|
|
|
|
|
.notice-options input.submit {
|
|
|
|
color:#fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_local_views a {
|
|
|
|
background-color:#ddffcc;
|
|
|
|
}
|
|
|
|
|
2009-07-24 16:04:00 +01:00
|
|
|
#form_notice {
|
|
|
|
width:525px;
|
|
|
|
}
|
|
|
|
#form_notice .form_note {
|
|
|
|
top:-5px;
|
|
|
|
right:0;
|
|
|
|
}
|
|
|
|
#form_notice textarea {
|
|
|
|
width:97.75%;
|
|
|
|
}
|
2009-07-23 16:01:42 +01:00
|
|
|
#form_notice .form_note + label {
|
|
|
|
position:absolute;
|
2009-07-24 16:04:00 +01:00
|
|
|
top:87px;
|
|
|
|
left:77%;
|
2009-07-23 16:01:42 +01:00
|
|
|
text-indent:-9999px;
|
|
|
|
height:16px;
|
|
|
|
width:16px;
|
|
|
|
display:block;
|
|
|
|
}
|
2009-07-24 16:04:00 +01:00
|
|
|
#form_notice #notice_data-attach {
|
|
|
|
filter: alpha(opacity = 0);
|
2009-07-24 16:38:58 +01:00
|
|
|
left:33.5%;
|
2009-07-24 16:04:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#form_notice #notice_action-submit {
|
|
|
|
right:0;
|
|
|
|
}
|
2009-07-23 16:01:42 +01:00
|
|
|
|
2009-04-12 03:08:55 +01:00
|
|
|
#aside_primary {
|
|
|
|
width:181px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#form_notice,
|
|
|
|
#anon_notice {
|
2009-07-24 16:04:00 +01:00
|
|
|
top:190px;
|
2009-04-12 03:08:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#public #content,
|
|
|
|
#groups #content,
|
|
|
|
#publictagcloud #content,
|
|
|
|
#featured #content,
|
|
|
|
#favorited #content,
|
|
|
|
#all #content,
|
|
|
|
#replies #content,
|
|
|
|
#showstream #content,
|
|
|
|
#showfavorites #content,
|
|
|
|
#inbox #content,
|
|
|
|
#outbox #content,
|
|
|
|
#subscriptions #content,
|
|
|
|
#subscribers #content {
|
|
|
|
padding-top:138px;
|
|
|
|
}
|
2009-07-23 16:01:42 +01:00
|
|
|
|
|
|
|
.notice {
|
|
|
|
z-index:1;
|
|
|
|
}
|
|
|
|
.notice:hover {
|
|
|
|
z-index:9999;
|
|
|
|
}
|
|
|
|
.notice .thumbnail img {
|
|
|
|
z-index:9999;
|
|
|
|
}
|