forked from GNUsocial/gnu-social
some quick visual tweaks
This commit is contained in:
parent
2370208540
commit
fb9418b99d
@ -223,6 +223,21 @@ class ThreadedNoticeListReplyItem extends NoticeListItem
|
|||||||
$this->showEnd();
|
$this->showEnd();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* start a single notice.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
|
||||||
|
function showStart()
|
||||||
|
{
|
||||||
|
if (Event::handle('StartOpenNoticeListItemElement', array($this))) {
|
||||||
|
$id = (empty($this->repeat)) ? $this->notice->id : $this->repeat->id;
|
||||||
|
$this->out->elementStart('li', array('class' => 'notice-reply',
|
||||||
|
'id' => 'notice-reply-' . $id));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function showMiniForm()
|
function showMiniForm()
|
||||||
{
|
{
|
||||||
$replyToId = $this->notice->id;
|
$replyToId = $this->notice->id;
|
||||||
|
@ -1121,6 +1121,17 @@ border-top-style:solid;
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
.threaded-notices .notice-reply {
|
||||||
|
margin: 8px;
|
||||||
|
}
|
||||||
|
.threaded-notices .notice-reply textarea {
|
||||||
|
margin-left: 0;
|
||||||
|
width: 95%;
|
||||||
|
}
|
||||||
|
.threaded-notices .notice-reply input.submit {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
/* NOTICES */
|
/* NOTICES */
|
||||||
#notices_primary {
|
#notices_primary {
|
||||||
float:left;
|
float:left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user