Cleanup.. some for IE and other for cascading
This commit is contained in:
parent
570a7c64b1
commit
03117fe3e8
|
@ -147,7 +147,7 @@ class GroupEditForm extends Form
|
||||||
_('URL of the homepage or blog of the group or topic'));
|
_('URL of the homepage or blog of the group or topic'));
|
||||||
$this->out->elementEnd('li');
|
$this->out->elementEnd('li');
|
||||||
$this->out->elementStart('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,
|
($this->out->arg('description')) ? $this->out->arg('description') : $this->group->description,
|
||||||
_('Describe the group or topic in 140 chars'));
|
_('Describe the group or topic in 140 chars'));
|
||||||
$this->out->elementEnd('li');
|
$this->out->elementEnd('li');
|
||||||
|
|
|
@ -547,6 +547,7 @@ margin-bottom:4px;
|
||||||
width:auto;
|
width:auto;
|
||||||
clear:none;
|
clear:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .entity_fn {
|
.entity_profile .entity_fn {
|
||||||
margin-left:11px;
|
margin-left:11px;
|
||||||
margin-right:4px;
|
margin-right:4px;
|
||||||
|
@ -584,11 +585,8 @@ display:none;
|
||||||
|
|
||||||
/*entity_actions*/
|
/*entity_actions*/
|
||||||
.entity_actions {
|
.entity_actions {
|
||||||
clear:left;
|
float:right;
|
||||||
float:left;
|
|
||||||
position:absolute;
|
|
||||||
top:0;
|
|
||||||
right:0;
|
|
||||||
}
|
}
|
||||||
.entity_actions h2 {
|
.entity_actions h2 {
|
||||||
display:none;
|
display:none;
|
||||||
|
@ -936,7 +934,7 @@ outline:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options .notice_reply a,
|
.notice-options .notice_reply a,
|
||||||
.notice-options form input.submit {
|
.notice-options input.submit {
|
||||||
display:block;
|
display:block;
|
||||||
border:0;
|
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 */
|
/*If there is hentry on #content_inner, then this doesn't need to be specific to #doc or any other section */
|
||||||
#doc #content_inner p {
|
.hentry .entry-content p {
|
||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
}
|
}
|
||||||
#doc #content_inner ol,
|
.hentry entry-content ol,
|
||||||
#doc #content_inner ul {
|
.hentry .entry-content ul {
|
||||||
list-style-position:inside;
|
list-style-position:inside;
|
||||||
}
|
}
|
||||||
#doc #content_inner li {
|
.hentry .entry-content li {
|
||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
}
|
}
|
||||||
#doc #content_inner li li {
|
.hentry .entry-content li li {
|
||||||
margin-left:18px;
|
margin-left:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#aside_primary {
|
#aside_primary {
|
||||||
padding-left:11px;
|
padding-left:11px;
|
||||||
}
|
}
|
||||||
.notice-options form input.submit {
|
.notice-options input.submit {
|
||||||
font-size:0;
|
font-size:0;
|
||||||
margin-top:3px;
|
margin-top:3px;
|
||||||
height:16px;
|
height:16px;
|
||||||
|
@ -23,4 +23,8 @@ margin-left:-7px;
|
||||||
|
|
||||||
.notice div.entry-content .timestamp a {
|
.notice div.entry-content .timestamp a {
|
||||||
margin-right:4px;
|
margin-right:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entity_profile .entity_nickname {
|
||||||
|
padding-right:3px;
|
||||||
|
}
|
||||||
|
|
8
theme/base/css/ie6.css
Normal file
8
theme/base/css/ie6.css
Normal file
|
@ -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;
|
||||||
|
}
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
#form_notice textarea {
|
#form_notice textarea {
|
||||||
width:370px;
|
width:370px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user