diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index c6ddbac654..7f0265129b 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -10,13 +10,11 @@ top:0; } .threaded-replies .form_notice textarea { - width: 385px; + width: 395px; } .form_notice .form_note + label { position:absolute; -top:25px; -left:83%; text-indent:-9999px; height:16px; width:16px; @@ -52,10 +50,6 @@ display:block; width: 468px; } -.threaded-replies .form_notice textarea { - width: 395px; -} - .notice-options input.submit { font-size:0; text-align:right; @@ -102,28 +96,3 @@ line-height:auto; .notice .addressees:before { content: '\003E'; } - -/* IE7 */ - -*+html .input_forms { - margin-bottom: -20px; -} - -*+html .notice .addressees { - background: url(../images/icons/arrow_right.png) no-repeat top left; - padding-left: 16px; -} - -/* IE6 */ - -#content { - _width: 520px; -} - -#aside_primary { - _width: 190px; -} - -#content h1 { - _clear: left; -} diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css index 1784677d08..c4a87a6631 100644 --- a/theme/base/css/ie6.css +++ b/theme/base/css/ie6.css @@ -1,30 +1,30 @@ -/** - * @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/ - */ -/* IE6 specific styles */ -address { -margin-left:7px; -} -address .fn { -display:none; -} - -#wrap { -width:1003px; -margin:0 auto; -} +/* LTE IE6 styles */ #content { -width:66%; + width: 520px; } + #aside_primary { -padding:1.8%; -width:24%; + width: 220px; } + +#content h1 { + clear: left; +} + +address .fn { + display: none; +} + +#header-search { + width: 240px; +} + +#header-search input { + height: 20px; + font-size: 12px; +} + .entity_profile .entity_nickname, .entity_profile .entity_location, .entity_profile .entity_url, @@ -38,10 +38,23 @@ margin-bottom:123px; .entity_actions { width:20%; } + .notice div.entry-content { -width:65%; -margin-left:30px; + margin-left: 30px; } + +.notice-source-activity div.entry-content { + margin-left: 0; +} + +.threaded-replies { + margin-left: 30px; +} + +#content .notice .threaded-replies .notice div.entry-content { + margin-left: 18px; +} + .notice-options a { width:16px; } diff --git a/theme/base/css/ie7.css b/theme/base/css/ie7.css new file mode 100644 index 0000000000..a4e8a612b3 --- /dev/null +++ b/theme/base/css/ie7.css @@ -0,0 +1,22 @@ +/* LTE IE7 styles */ + +#core { + margin-top: 3px; +} + +#header-search input[type="submit"] { + padding-left: 20px; +} + +.input_forms { + margin-bottom: -20px; +} + +.notice .addressees { + background: url(../images/icons/arrow_right.png) no-repeat top left; + padding-left: 16px; +} + +#content .notice .threaded-replies .notice-data { + margin-left: 0px; +} diff --git a/theme/base/images/icons/arrow_right.png b/theme/base/images/icons/arrow_right.png index cefa7c2c7a..7f48cec57e 100644 Binary files a/theme/base/images/icons/arrow_right.png and b/theme/base/images/icons/arrow_right.png differ