2011-04-11 08:07:37 -04:00
|
|
|
/* Temporary copy of base styles for overriding */
|
|
|
|
|
2009-06-17 05:18:59 +00:00
|
|
|
input.checkbox,
|
|
|
|
input.radio {
|
2009-04-02 06:29:49 +00:00
|
|
|
top:0;
|
|
|
|
}
|
2009-10-31 17:25:41 +01:00
|
|
|
.form_notice textarea {
|
2011-04-11 08:07:37 -04:00
|
|
|
width: 485px;
|
2009-04-02 06:29:49 +00:00
|
|
|
}
|
2011-03-03 17:15:17 -08:00
|
|
|
.form_notice .count + label {
|
2009-06-15 03:21:15 +00:00
|
|
|
position:absolute;
|
|
|
|
top:25px;
|
2009-07-07 04:08:51 +00:00
|
|
|
left:83%;
|
2009-06-15 03:21:15 +00:00
|
|
|
text-indent:-9999px;
|
|
|
|
height:16px;
|
|
|
|
width:16px;
|
|
|
|
display:block;
|
2011-04-11 08:07:37 -04:00
|
|
|
top: 30px;
|
2009-06-15 03:21:15 +00:00
|
|
|
}
|
2011-03-03 17:48:16 -08:00
|
|
|
.form_notice .submit {
|
2011-04-11 08:07:37 -04:00
|
|
|
width: 106px;
|
|
|
|
max-width: 106px;
|
2009-01-19 00:48:12 +00:00
|
|
|
}
|
2011-03-03 16:56:54 -08:00
|
|
|
.form_notice .attach-status,
|
2010-01-12 03:06:31 +00:00
|
|
|
.form_notice #notice_data-geo_selected {
|
|
|
|
width:78.75%;
|
2009-06-25 21:25:41 +00:00
|
|
|
}
|
2011-03-03 16:56:54 -08:00
|
|
|
.form_notice .attach-status button,
|
2010-01-12 03:06:31 +00:00
|
|
|
.form_notice #notice_data-geo_selected button {
|
2009-06-25 21:25:41 +00:00
|
|
|
padding:0 4px;
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
.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 06:29:49 +00:00
|
|
|
.entity_profile {
|
|
|
|
width:64%;
|
|
|
|
}
|
2009-06-01 17:12:41 +00:00
|
|
|
.notice {
|
2009-05-30 19:42:15 +00:00
|
|
|
z-index:1;
|
|
|
|
}
|
2009-06-01 17:12:41 +00:00
|
|
|
.notice:hover {
|
2009-05-30 19:42:15 +00:00
|
|
|
z-index:9999;
|
|
|
|
}
|
2009-07-07 04:08:51 +00:00
|
|
|
.notice .thumbnail img {
|
2009-06-01 17:12:41 +00:00
|
|
|
z-index:9999;
|
2009-07-07 04:08:51 +00:00
|
|
|
}
|
2010-03-04 13:28:26 -05:00
|
|
|
|
|
|
|
.form_settings fieldset fieldset legend {
|
|
|
|
line-height:auto;
|
|
|
|
}
|
2011-04-11 08:07:37 -04:00
|
|
|
|
|
|
|
|
|
|
|
/* IE specific styles */
|
|
|
|
|
|
|
|
.notice-options input.submit {
|
|
|
|
color:#FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice input.notice_data-attach {
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice .count + label {
|
|
|
|
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -328px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice .notice_data-geo_wrap label {
|
|
|
|
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1780px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice .notice_data-geo_wrap label.checked {
|
|
|
|
background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1846px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|