2011-05-24 17:56:49 +01:00
|
|
|
/* IE specific styles */
|
2011-04-11 13:07:37 +01:00
|
|
|
|
2009-06-17 06:18:59 +01:00
|
|
|
input.checkbox,
|
|
|
|
input.radio {
|
2009-04-02 07:29:49 +01:00
|
|
|
top:0;
|
|
|
|
}
|
2011-05-24 17:56:49 +01:00
|
|
|
|
2009-10-31 16:25:41 +00:00
|
|
|
.form_notice textarea {
|
2011-05-24 17:56:49 +01:00
|
|
|
width: 473px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.threaded-replies .form_notice textarea {
|
2011-09-22 14:26:03 +01:00
|
|
|
width: 395px;
|
2009-04-02 07:29:49 +01:00
|
|
|
}
|
2011-05-24 17:56:49 +01:00
|
|
|
|
|
|
|
.form_notice .form_note + label {
|
2009-06-15 04:21:15 +01:00
|
|
|
position:absolute;
|
|
|
|
text-indent:-9999px;
|
|
|
|
height:16px;
|
|
|
|
width:16px;
|
|
|
|
display:block;
|
2011-05-24 17:56:49 +01:00
|
|
|
left: 390px;
|
|
|
|
top: 27px;
|
2009-06-15 04:21:15 +01:00
|
|
|
}
|
2011-05-24 17:56:49 +01:00
|
|
|
.form_notice #notice_action-submit {
|
2011-04-11 13:07:37 +01:00
|
|
|
width: 106px;
|
|
|
|
max-width: 106px;
|
2009-01-19 00:48:12 +00:00
|
|
|
}
|
2011-05-24 17:56:49 +01:00
|
|
|
|
|
|
|
.form_notice .count {
|
|
|
|
right: 52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#form_notice-direct.form_notice .count {
|
|
|
|
right: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#form_notice-direct label {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#form_notice-direct select {
|
|
|
|
margin-top: 0px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice .error,
|
|
|
|
.form_notice .success,
|
|
|
|
.form_notice .notice-status {
|
|
|
|
width: 468px;
|
2009-06-25 22:25:41 +01:00
|
|
|
}
|
2011-05-24 17:56:49 +01:00
|
|
|
|
2009-01-22 04:35:22 +00:00
|
|
|
.notice-options input.submit {
|
2009-01-19 00:48:12 +00:00
|
|
|
font-size:0;
|
|
|
|
text-align:right;
|
|
|
|
text-indent:0;
|
|
|
|
}
|
2011-05-24 17:56:49 +01:00
|
|
|
|
2009-01-19 00:48:12 +00:00
|
|
|
.notice div.entry-content .timestamp a {
|
2009-01-19 04:46:18 +00:00
|
|
|
margin-right:4px;
|
2009-01-22 04:35:22 +00:00
|
|
|
}
|
2009-04-02 07:29:49 +01:00
|
|
|
.entity_profile {
|
|
|
|
width:64%;
|
|
|
|
}
|
2009-06-01 18:12:41 +01:00
|
|
|
.notice {
|
2009-05-30 20:42:15 +01:00
|
|
|
z-index:1;
|
|
|
|
}
|
2009-06-01 18:12:41 +01:00
|
|
|
.notice:hover {
|
2009-05-30 20:42:15 +01:00
|
|
|
z-index:9999;
|
|
|
|
}
|
2009-07-07 05:08:51 +01:00
|
|
|
.notice .thumbnail img {
|
2009-06-01 18:12:41 +01:00
|
|
|
z-index:9999;
|
2009-07-07 05:08:51 +01:00
|
|
|
}
|
2010-03-04 18:28:26 +00:00
|
|
|
|
|
|
|
.form_settings fieldset fieldset legend {
|
|
|
|
line-height:auto;
|
|
|
|
}
|
2011-04-11 13:07:37 +01:00
|
|
|
|
2011-05-24 17:56:49 +01:00
|
|
|
#site_nav_global_primary ul {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2011-04-11 13:07:37 +01:00
|
|
|
|
2011-05-24 17:56:49 +01:00
|
|
|
#site_nav_local_views ul {
|
|
|
|
list-style-type: none;
|
|
|
|
list-style-position: outside;
|
|
|
|
}
|
2011-04-11 13:07:37 +01:00
|
|
|
|
|
|
|
.notice-options input.submit {
|
|
|
|
color:#FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice input.notice_data-attach {
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
}
|
|
|
|
|
2011-05-31 17:42:28 +01:00
|
|
|
.notice .addressees:before {
|
|
|
|
content: '\003E';
|
|
|
|
}
|