2010-09-03 12:16:29 +09:00
|
|
|
/**
|
|
|
|
* @package StatusNet
|
|
|
|
* @author Sarven Capadisli <csarven@status.net>
|
|
|
|
* @copyright 2009-2010 StatusNet, Inc.
|
|
|
|
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
|
|
|
|
* @link http://status.net/
|
|
|
|
*/
|
2009-01-19 09:48:12 +09:00
|
|
|
/* IE specific styles */
|
2009-06-17 14:18:59 +09:00
|
|
|
input.checkbox,
|
|
|
|
input.radio {
|
2009-04-02 15:29:49 +09:00
|
|
|
top:0;
|
|
|
|
}
|
2009-11-01 01:25:41 +09:00
|
|
|
.form_notice textarea {
|
2009-04-02 15:29:49 +09:00
|
|
|
width:78%;
|
|
|
|
}
|
2009-11-01 01:25:41 +09:00
|
|
|
.form_notice .form_note + label {
|
2009-06-15 12:21:15 +09:00
|
|
|
position:absolute;
|
|
|
|
top:25px;
|
2009-07-07 13:08:51 +09:00
|
|
|
left:83%;
|
2009-06-15 12:21:15 +09:00
|
|
|
text-indent:-9999px;
|
|
|
|
height:16px;
|
|
|
|
width:16px;
|
|
|
|
display:block;
|
|
|
|
}
|
2009-11-01 01:25:41 +09:00
|
|
|
.form_notice #notice_action-submit {
|
2009-04-02 15:29:49 +09:00
|
|
|
width:17%;
|
|
|
|
max-width:17%;
|
2009-01-19 09:48:12 +09:00
|
|
|
}
|
2010-01-12 12:06:31 +09:00
|
|
|
.form_notice #notice_data-attach_selected,
|
|
|
|
.form_notice #notice_data-geo_selected {
|
|
|
|
width:78.75%;
|
2009-06-26 06:25:41 +09:00
|
|
|
}
|
2010-01-12 12:06:31 +09:00
|
|
|
.form_notice #notice_data-attach_selected button,
|
|
|
|
.form_notice #notice_data-geo_selected button {
|
2009-06-26 06:25:41 +09:00
|
|
|
padding:0 4px;
|
|
|
|
}
|
2009-01-22 13:35:22 +09:00
|
|
|
.notice-options input.submit {
|
2009-01-19 09:48:12 +09:00
|
|
|
font-size:0;
|
|
|
|
text-align:right;
|
|
|
|
text-indent:0;
|
|
|
|
}
|
|
|
|
.notice div.entry-content .timestamp a {
|
2009-01-19 13:46:18 +09:00
|
|
|
margin-right:4px;
|
2009-01-22 13:35:22 +09:00
|
|
|
}
|
2009-04-02 15:29:49 +09:00
|
|
|
.entity_profile {
|
|
|
|
width:64%;
|
|
|
|
}
|
2009-06-02 02:12:41 +09:00
|
|
|
.notice {
|
2009-05-31 04:42:15 +09:00
|
|
|
z-index:1;
|
|
|
|
}
|
2009-06-02 02:12:41 +09:00
|
|
|
.notice:hover {
|
2009-05-31 04:42:15 +09:00
|
|
|
z-index:9999;
|
|
|
|
}
|
2009-07-07 13:08:51 +09:00
|
|
|
.notice .thumbnail img {
|
2009-06-02 02:12:41 +09:00
|
|
|
z-index:9999;
|
2009-07-07 13:08:51 +09:00
|
|
|
}
|
2010-03-05 03:28:26 +09:00
|
|
|
|
|
|
|
.form_settings fieldset fieldset legend {
|
|
|
|
line-height:auto;
|
|
|
|
}
|