2010-09-03 04:16:29 +01: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-02-02 16:33:47 +00:00
|
|
|
/* IE specific styles */
|
|
|
|
|
|
|
|
.notice-options input.submit {
|
2009-06-23 22:18:41 +01:00
|
|
|
color:#FFFFFF;
|
2009-02-02 16:33:47 +00:00
|
|
|
}
|
|
|
|
#site_nav_local_views a {
|
2009-06-23 22:18:41 +01:00
|
|
|
background-color:#C8D1D5;
|
2009-02-02 16:33:47 +00:00
|
|
|
}
|
2011-03-04 01:15:17 +00:00
|
|
|
.form_notice .count + label {
|
2009-11-30 14:55:40 +00:00
|
|
|
background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px;
|
2009-06-15 04:21:15 +01:00
|
|
|
}
|
2011-03-08 20:01:12 +00:00
|
|
|
.form_notice input.notice_data-attach {
|
2009-06-15 04:21:15 +01:00
|
|
|
filter: alpha(opacity=0);
|
2009-06-23 22:18:41 +01:00
|
|
|
}
|
2009-11-30 14:55:40 +00:00
|
|
|
.notice-options form.form_favor input.submit {
|
|
|
|
background-position:0 -460px;
|
|
|
|
}
|
|
|
|
.notice-options form.form_disfavor input.submit {
|
|
|
|
background-position:0 -526px;
|
|
|
|
}
|