X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fcloudy%2Fcss%2Fie.css;h=e8f964ef4352067f60b06808d38cad65c7309bc6;hb=7d878b7c35e291e40202d7ac4c60aaf9114dac94;hp=09512210096ea87567a9a88e5032e071ae580ab3;hpb=e43a5214b467e1b6d94a56c29142ad7be49ea5d2;p=quix0rs-gnu-social.git diff --git a/theme/cloudy/css/ie.css b/theme/cloudy/css/ie.css index 0951221009..e8f964ef43 100644 --- a/theme/cloudy/css/ie.css +++ b/theme/cloudy/css/ie.css @@ -1,3 +1,10 @@ +/** + * @package StatusNet + * @author Sarven Capadisli + * @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 { @@ -8,13 +15,41 @@ color:#fff; background-color:#ddffcc; } +#form_notice { +width:525px; +} +#form_notice .form_note { +top:-5px; +right:0; +} +#form_notice textarea { +width:97.75%; +} +#form_notice .form_note + label { +position:absolute; +top:87px; +left:77%; +text-indent:-9999px; +height:16px; +width:16px; +display:block; +} +#form_notice #notice_data-attach { +filter: alpha(opacity = 0); +left:33.5%; +} + +#form_notice #notice_action-submit { +right:0; +} + #aside_primary { width:181px; } #form_notice, #anon_notice { -top:158px; +top:190px; } #public #content, @@ -32,3 +67,13 @@ top:158px; #subscribers #content { padding-top:138px; } + +.notice { +z-index:1; +} +.notice:hover { +z-index:9999; +} +.notice .thumbnail img { +z-index:9999; +}