}
.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;
width: 468px;
}
-.threaded-replies .form_notice textarea {
- width: 395px;
-}
-
.notice-options input.submit {
font-size:0;
text-align:right;
.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;
-}
-/**
- * @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/
- */
-/* IE6 specific styles */
-address {
-margin-left:7px;
+/* LTE IE6 styles */
+
+#content {
+ width: 520px;
}
-address .fn {
-display:none;
+
+#aside_primary {
+ width: 220px;
}
-#wrap {
-width:1003px;
-margin:0 auto;
+#content h1 {
+ clear: left;
}
-#content {
-width:66%;
+address .fn {
+ display: none;
}
-#aside_primary {
-padding:1.8%;
-width:24%;
+
+#header-search {
+ width: 240px;
}
+
+#header-search input {
+ height: 20px;
+ font-size: 12px;
+}
+
.entity_profile .entity_nickname,
.entity_profile .entity_location,
.entity_profile .entity_url,
.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;
}
--- /dev/null
+/* 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;
+}