$this->element('title', null, _('Repeated'));
$this->elementEnd('head');
$this->elementStart('body');
- $this->element('p', array('id' => 'repeat_response'), _('Repeated!'));
+ $this->element('p', array('id' => 'repeat_response',
+ 'class' => 'repeated'),
+ _('Repeated!'));
$this->elementEnd('body');
$this->elementEnd('html');
} else {
if ($user && $user->id != $this->notice->profile_id) {
$profile = $user->getProfile();
if ($profile->hasRepeated($this->notice->id)) {
- $this->out->text(_('Repeated'));
+ $this->out->element('span', array('class' => 'repeated',
+ 'title' => _('Notice repeated')),
+ _('Repeated'));
} else {
$rf = new RepeatForm($this->out, $this->notice);
$rf->show();
font-size:0.95em;
margin-left:59px;
min-width:60%;
-max-width:74%;
+max-width:70%;
}
#showstream .notice div.entry-content,
#shownotice .notice div.entry-content {
.notice-options {
position:relative;
font-size:0.95em;
-width:90px;
+width:125px;
float:right;
}
.notice-options .notice_reply,
.notice-options .form_repeat,
.notice-options .form_favor,
-.notice-options .form_disfavor {
+.notice-options .form_disfavor,
+.notice-options .repeated {
float:left;
-margin-left:20%;
+margin-left:14%;
}
.notice-options .form_favor,
.notice-options .form_disfavor {
margin-left:0;
}
.notice-options input,
-.notice-options a {
+.notice-options a,
+.notice-options .repeated {
text-indent:-9999px;
outline:none;
}
border:0;
padding:0;
}
-.notice-options a {
+.notice-options a,
+.notice-options .repeated {
width:16px;
height:16px;
}
.entity_moderation p,
.entity_sandbox input.submit,
.entity_silence input.submit,
-.entity_delete input.submit {
+.entity_delete input.submit,
+.notice-options .repeated {
background-image:url(../../base/images/icons/icons-01.gif);
background-repeat:no-repeat;
background-color:transparent;
.notice-options form.form_repeat input.submit {
background-position:0 -1582px;
}
+.notice-options .repeated {
+background-position:0 -1648px;
+}
.notices div.entry-content,
.notices div.notice-options {
.entity_moderation p,
.entity_sandbox input.submit,
.entity_silence input.submit,
-.entity_delete input.submit {
+.entity_delete input.submit,
+.notice-options .repeated {
background-image:url(../../base/images/icons/icons-01.gif);
background-repeat:no-repeat;
background-color:transparent;
.notice-options form.form_repeat input.submit {
background-position:0 -1582px;
}
+.notice-options .repeated {
+background-position:0 -1648px;
+}
.notices div.entry-content,
.notices div.notice-options {