]> 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 76a82c0042d32841784b46fd0bb50d340ddd16d8..c4a87a66314d59abc341e3fb619a4542b2d1a696 100644 (file)
@@ -1,17 +1,30 @@
-/* IE6 specific styles */
-address {
-margin-left:7px;
+/* LTE IE6 styles */
+
+#content {
+    width: 520px;
+}
+
+#aside_primary {
+    width: 220px;
 }
+
+#content h1 {
+    clear: left;
+}
+
 address .fn {
-display:none;
+    display: none;
 }
-#content {
-width:70%;
+
+#header-search {
+    width: 240px;
 }
-#aside_primary {
-padding:5%;
-width:29.5%;
+
+#header-search input {
+    height: 20px;
+    font-size: 12px;
 }
+
 .entity_profile .entity_nickname,
 .entity_profile .entity_location,
 .entity_profile .entity_url,
@@ -25,6 +38,23 @@ margin-bottom:123px;
 .entity_actions {
 width:20%;
 }
+
 .notice div.entry-content {
-width:63%;
+    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;
 }