_('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');
width:auto;
clear:none;
}
+
.entity_profile .entity_fn {
margin-left:11px;
margin-right:4px;
/*entity_actions*/
.entity_actions {
-clear:left;
-float:left;
-position:absolute;
-top:0;
-right:0;
+float:right;
+
}
.entity_actions h2 {
display:none;
}
.notice-options .notice_reply a,
-.notice-options form input.submit {
+.notice-options input.submit {
display:block;
border: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;
}
#aside_primary {
padding-left:11px;
}
-.notice-options form input.submit {
+.notice-options input.submit {
font-size:0;
margin-top:3px;
height:16px;
.notice div.entry-content .timestamp a {
margin-right:4px;
-}
\ No newline at end of file
+}
+
+.entity_profile .entity_nickname {
+padding-right:3px;
+}
--- /dev/null
+/* 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;
+}
#form_notice textarea {
width:370px;
-}
\ No newline at end of file
+}