]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/ie6.css
Make addressee groups italic.
[quix0rs-gnu-social.git] / theme / base / css / ie6.css
index eca240faae0a3c2c3667e148d6ed7fd70e44e669..c4a87a66314d59abc341e3fb619a4542b2d1a696 100644 (file)
@@ -1,23 +1,30 @@
-/* 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:69%;
+address .fn {
+    display: none;
 }
-#aside_primary {
-padding:5%;
-width:29.5%;
+
+#header-search {
+    width: 240px;
+}
+
+#header-search input {
+    height: 20px;
+    font-size: 12px;
 }
+
 .entity_profile .entity_nickname,
 .entity_profile .entity_location,
 .entity_profile .entity_url,
@@ -31,7 +38,23 @@ margin-bottom:123px;
 .entity_actions {
 width:20%;
 }
+
 .notice div.entry-content {
-width:50%;
-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;
 }