]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/ie.css
de-IDifying labels in notice form to fix issue with geo pin activating the wrong...
[quix0rs-gnu-social.git] / theme / identica / css / ie.css
1 /**
2  * @package   StatusNet
3  * @author    Sarven Capadisli <csarven@status.net>
4  * @copyright 2009-2010 StatusNet, Inc.
5  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
6  * @link      http://status.net/
7  */
8 /* IE specific styles */
9
10 .notice-options input.submit {
11 color:#FFFFFF;
12 }
13 #site_nav_local_views a {
14 background-color:#D9DADB;
15 }
16 .form_notice .count + label {
17 background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px;
18 }
19 .form_notice input.notice_data-attach {
20 filter: alpha(opacity=0);
21 }
22 .notice-options form.form_favor input.submit {
23 background-position:0 -460px;
24 }
25 .notice-options form.form_disfavor input.submit {
26 background-position:0 -526px;
27 }