]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Cleanup.. some for IE and other for cascading
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 04:35:22 +0000 (04:35 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 22 Jan 2009 04:35:22 +0000 (04:35 +0000)
lib/groupeditform.php
theme/base/css/display.css
theme/base/css/ie.css
theme/base/css/ie6.css [new file with mode: 0644]
theme/base/css/ie7.css

index 14205d250d49167401d29280a50ac9ebb6c88039..fe53918d19ef239760a145c1cbda31fe12b51c29 100644 (file)
@@ -147,7 +147,7 @@ class GroupEditForm extends Form
                      _('URL of the homepage or blog of the group or topic'));
         $this->out->elementEnd('li');
         $this->out->elementStart('li');
-        $this->out->textarea('description', _('description'),
+        $this->out->textarea('description', _('Description'),
                         ($this->out->arg('description')) ? $this->out->arg('description') : $this->group->description,
                         _('Describe the group or topic in 140 chars'));
         $this->out->elementEnd('li');
index 253cbfa38548d6a0f1059207c38d97544f2e5778..073d2d40a2ca1f49d05efc873b7b3f771e8db148 100644 (file)
@@ -547,6 +547,7 @@ margin-bottom:4px;
 width:auto;
 clear:none;
 }
+
 .entity_profile .entity_fn {
 margin-left:11px;
 margin-right:4px;
@@ -584,11 +585,8 @@ display:none;
 
 /*entity_actions*/
 .entity_actions {
-clear:left;
-float:left;
-position:absolute;
-top:0;
-right:0;
+float:right;
+
 }
 .entity_actions h2 {
 display:none;
@@ -936,7 +934,7 @@ outline:none;
 }
 
 .notice-options .notice_reply a,
-.notice-options form input.submit {
+.notice-options input.submit {
 display:block;
 border:0;
 }
@@ -1019,18 +1017,18 @@ border-right:0;
 
 
 
-/*If there is hentry on #content_inner, this doesn't need to be specific to #doc */
-#doc #content_inner p {
+/*If there is hentry on #content_inner, then this doesn't need to be specific to #doc or any other section */
+.hentry .entry-content p {
 margin-bottom:18px;
 }
-#doc #content_inner ol,
-#doc #content_inner ul {
+.hentry entry-content ol,
+.hentry .entry-content ul {
 list-style-position:inside;
 }
-#doc #content_inner li {
+.hentry .entry-content li {
 margin-bottom:18px;
 }
-#doc #content_inner li li {
+.hentry .entry-content li li {
 margin-left:18px;
 }
 
index 9baa953b387508be0114dedc130690f035b707da..08b027b59067f2750f03b37de5324cf89aa24a26 100644 (file)
@@ -3,7 +3,7 @@
 #aside_primary {
 padding-left:11px;
 }
-.notice-options form input.submit {
+.notice-options input.submit {
 font-size:0;
 margin-top:3px;
 height:16px;
@@ -23,4 +23,8 @@ margin-left:-7px;
 
 .notice div.entry-content .timestamp a {
 margin-right:4px;
-}
\ No newline at end of file
+}
+
+.entity_profile .entity_nickname {
+padding-right:3px;
+}
diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css
new file mode 100644 (file)
index 0000000..4a23169
--- /dev/null
@@ -0,0 +1,8 @@
+/* IE6 specific styles */
+.entity_profile .entity_nickname,
+.entity_profile .entity_location,
+.entity_profile .entity_url,
+.entity_profile .entity_note,
+.entity_profile .entity_tags {
+margin-left:55px;
+}
index a6e2548ab0c73e4cf4a99b90188a40db08e312b2..a6ee001e27fb0f5e2071813bd5a564ade35e4bcf 100644 (file)
@@ -2,4 +2,4 @@
 
 #form_notice textarea {
 width:370px;
-} 
\ No newline at end of file
+}