$this->elementEnd('a');
$this->elementEnd('dd');
$this->elementEnd('dl');
- $this->elementEnd('div');
- $this->elementStart('div', 'notice-options');
if ($notice->reply_to) {
$replyurl = common_local_url('shownotice',
array('notice' => $this->notice->reply_to));
$this->elementEnd('dd');
$this->elementEnd('dl');
}
+ $this->elementEnd('div');
+
+ $this->elementStart('div', 'notice-options');
$reply_url = common_local_url('newnotice',
array('replyto' => $profile->nickname));
#content {
width:644px;
-width:46em;
padding:18px;
float:left;
border-radius:7px;
}
#aside_primary {
-width:300px;
-width:21.429em;
+width:286px;
float:left;
margin-left:2px;
-padding:18px 4px 18px 18px;
+padding:18px;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
.section ul.entities {
-width:280px;
float:left;
+width:100%;
}
.section .entities li {
list-style-type:none;
#notices_primary {
float:left;
width:644px;
-width:46em;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;