forked from GNUsocial/gnu-social
28 lines
730 B
CSS
28 lines
730 B
CSS
/**
|
|
* @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/
|
|
*/
|
|
/* IE specific styles */
|
|
|
|
.notice-options input.submit {
|
|
color:#FFFFFF;
|
|
}
|
|
#site_nav_local_views a {
|
|
background-color:#D9DADB;
|
|
}
|
|
.form_notice .form_note + label {
|
|
background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px;
|
|
}
|
|
.form_notice #notice_data-attach {
|
|
filter: alpha(opacity=0);
|
|
}
|
|
.notice-options form.form_favor input.submit {
|
|
background-position:0 -460px;
|
|
}
|
|
.notice-options form.form_disfavor input.submit {
|
|
background-position:0 -526px;
|
|
}
|