X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Frebase%2Fcss%2Fie.css;h=9dfb176698d4e9717dd21a4af64230e679a35404;hb=b07227b9d26995431c2d3f1eb3b2f18e3f31d34c;hp=48b5cd6af7409294ab2b3d6f59b68433631c12a7;hpb=8aa9c271dffe6ec6766b94486c0635c9db588db7;p=quix0rs-gnu-social.git diff --git a/theme/rebase/css/ie.css b/theme/rebase/css/ie.css index 48b5cd6af7..9dfb176698 100644 --- a/theme/rebase/css/ie.css +++ b/theme/rebase/css/ie.css @@ -1,19 +1,13 @@ -/** - * @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 */ +/* Temporary copy of base styles for overriding */ + input.checkbox, input.radio { top:0; } .form_notice textarea { -width:78%; + width: 485px; } -.form_notice .form_note + label { +.form_notice .count + label { position:absolute; top:25px; left:83%; @@ -21,16 +15,17 @@ text-indent:-9999px; height:16px; width:16px; display:block; + top: 30px; } -.form_notice #notice_action-submit { -width:17%; -max-width:17%; +.form_notice .submit { + width: 106px; + max-width: 106px; } -.form_notice #notice_data-attach_selected, +.form_notice .attach-status, .form_notice #notice_data-geo_selected { width:78.75%; } -.form_notice #notice_data-attach_selected button, +.form_notice .attach-status button, .form_notice #notice_data-geo_selected button { padding:0 4px; } @@ -58,3 +53,28 @@ z-index:9999; .form_settings fieldset fieldset legend { line-height:auto; } + + +/* IE specific styles */ + +.notice-options input.submit { + color:#FFFFFF; +} + +.form_notice input.notice_data-attach { + filter: alpha(opacity=0); +} + +.form_notice .count + label { + background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -328px; +} + +.form_notice .notice_data-geo_wrap label { + background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1780px; +} + +.form_notice .notice_data-geo_wrap label.checked { + background:transparent url(../images/icons/icons-01.gif) no-repeat 0 -1846px; +} + +