2010-10-05 19:24:24 +01:00
|
|
|
/* IE specific styles */
|
|
|
|
input.checkbox,
|
|
|
|
input.radio {
|
|
|
|
top:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrap {
|
|
|
|
*position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_global_primary {
|
|
|
|
*float: none;
|
|
|
|
*left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.logo {
|
|
|
|
*margin-bottom: 1.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_notice textarea {
|
|
|
|
width:78%;
|
|
|
|
}
|
2011-03-04 01:15:17 +00:00
|
|
|
.form_notice .count + label {
|
2010-10-05 19:24:24 +01:00
|
|
|
position:absolute;
|
|
|
|
top:25px;
|
|
|
|
left:83%;
|
|
|
|
text-indent:-9999px;
|
|
|
|
height:16px;
|
|
|
|
width:16px;
|
|
|
|
display:block;
|
|
|
|
}
|
2011-03-04 01:48:16 +00:00
|
|
|
.form_notice .submit {
|
2010-10-05 19:24:24 +01:00
|
|
|
width:17%;
|
|
|
|
max-width:17%;
|
|
|
|
}
|
2011-03-04 00:56:54 +00:00
|
|
|
.form_notice .attach-status,
|
2010-10-05 19:24:24 +01:00
|
|
|
.form_notice #notice_data-geo_selected {
|
|
|
|
width:78.75%;
|
|
|
|
}
|
2011-03-04 00:56:54 +00:00
|
|
|
.form_notice .attach-status button,
|
2010-10-05 19:24:24 +01:00
|
|
|
.form_notice #notice_data-geo_selected button {
|
|
|
|
padding:0 4px;
|
|
|
|
}
|
2011-03-04 01:15:17 +00:00
|
|
|
.form_notice .count + label {
|
2010-10-05 19:24:24 +01:00
|
|
|
background:transparent url(../images/icons/icons-01.png) no-repeat 0 -328px;
|
|
|
|
}
|
|
|
|
|
2011-03-08 20:01:12 +00:00
|
|
|
.form_notice input.notice_data-attach {
|
2010-10-05 19:24:24 +01:00
|
|
|
filter: alpha(opacity=0);
|
|
|
|
}
|
2011-03-04 21:40:33 +00:00
|
|
|
.form_notice .notice_data-geo_wrap label {
|
2010-10-05 19:24:24 +01:00
|
|
|
background:transparent url(../images/icons/icons-01.png) no-repeat
|
|
|
|
0 -1780px;
|
|
|
|
}
|
2011-03-04 21:40:33 +00:00
|
|
|
.form_notice .notice_data-geo_wrap label.checked {
|
2010-10-05 19:24:24 +01:00
|
|
|
background:transparent url(../images/icons/icons-01.png) no-repeat
|
|
|
|
0 -1846px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notices li {
|
|
|
|
*margin-bottom: 1.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notice-options input.submit {
|
|
|
|
font-size:0;
|
|
|
|
text-align:right;
|
|
|
|
text-indent:0;
|
|
|
|
}
|
|
|
|
.notice div.entry-content .timestamp a {
|
|
|
|
margin-right:4px;
|
|
|
|
}
|
|
|
|
.entity_profile {
|
|
|
|
width:64%;
|
|
|
|
}
|
|
|
|
.notice {
|
|
|
|
z-index:1;
|
|
|
|
}
|
|
|
|
.notice:hover {
|
|
|
|
z-index:9999;
|
|
|
|
}
|
|
|
|
.notice .thumbnail img {
|
|
|
|
z-index:9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_settings fieldset fieldset legend {
|
|
|
|
line-height:auto;
|
|
|
|
}
|