]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
A little more IE style cleanup.
authorSamantha Doherty <sammy@status.net>
Thu, 22 Sep 2011 13:26:03 +0000 (09:26 -0400)
committerSamantha Doherty <sammy@status.net>
Thu, 22 Sep 2011 13:26:03 +0000 (09:26 -0400)
theme/base/css/ie.css
theme/base/css/ie6.css
theme/base/css/ie7.css [new file with mode: 0644]
theme/base/images/icons/arrow_right.png

index c6ddbac654403419fc9fc6463443a795dcf7d4cf..7f0265129b8283a4ae19a850c79eec015f9366e2 100644 (file)
@@ -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;
-}
index 1784677d08500e28396aedb136b68420c102bc44..c4a87a66314d59abc341e3fb619a4542b2d1a696 100644 (file)
@@ -1,30 +1,30 @@
-/**
- * @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,
@@ -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 (file)
index 0000000..a4e8a61
--- /dev/null
@@ -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;
+}
index cefa7c2c7aa272f2399c4fd7c1adaa243d7cd520..7f48cec57ebd642d712abb35b9369156b64b5fd9 100644 (file)
Binary files a/theme/base/images/icons/arrow_right.png and b/theme/base/images/icons/arrow_right.png differ