Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
* '0.8.x' of git@gitorious.org:laconica/dev: Added fragment identifier to the "in context" URL which points to Adds a scrollbar if the filename is too long for the attached file
This commit is contained in:
commit
6262fdbe78
|
@ -432,7 +432,7 @@ class NoticeListItem extends Widget
|
|||
$this->out->elementStart('dl', 'response');
|
||||
$this->out->element('dt', null, _('To'));
|
||||
$this->out->elementStart('dd');
|
||||
$this->out->element('a', array('href' => $convurl),
|
||||
$this->out->element('a', array('href' => $convurl.'#notice-'.$this->notice->id),
|
||||
_('in context'));
|
||||
$this->out->elementEnd('dd');
|
||||
$this->out->elementEnd('dl');
|
||||
|
|
|
@ -517,6 +517,7 @@ clear:both;
|
|||
width:81.5%;
|
||||
margin-bottom:0;
|
||||
line-height:1.618;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
/* entity_profile */
|
||||
|
|
Loading…
Reference in New Issue
Block a user