]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed <dl> structure from NoticeListItem::showReplyLink. Reason:
authorSarven Capadisli <csarven@controlyourself.ca>
Sat, 25 Jul 2009 17:44:19 +0000 (17:44 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Sat, 25 Jul 2009 17:44:19 +0000 (17:44 +0000)
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.

lib/noticelist.php
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index d4d4fc71193345af7661235608dd2016920f730f..0bd98fef781e7234ed8a61d8d31cfcaa72c8e4d3 100644 (file)
@@ -453,17 +453,12 @@ class NoticeListItem extends Widget
         if (common_logged_in()) {
             $reply_url = common_local_url('newnotice',
                                           array('replyto' => $this->profile->nickname));
-
-            $this->out->elementStart('dl', 'notice_reply');
-            $this->out->element('dt', null, _('Reply to this notice'));
-            $this->out->elementStart('dd');
             $this->out->elementStart('a', array('href' => $reply_url,
+                                                'class' => 'notice_reply',
                                                 'title' => _('Reply to this notice')));
             $this->out->text(_('Reply'));
             $this->out->element('span', 'notice_id', $this->notice->id);
             $this->out->elementEnd('a');
-            $this->out->elementEnd('dd');
-            $this->out->elementEnd('dl');
         }
     }
 
index 80ab397ee9b27c2d2c8bd70d0251a4242cd40e5d..41fc5c20e779487cbe2fee336a6e02da1ffc2305 100644 (file)
@@ -921,22 +921,16 @@ left:29px;
 .notice-options .notice_delete {
 right:0;
 }
-.notice-options .notice_reply dt {
-display:none;
-}
-
 .notice-options input,
 .notice-options a {
 text-indent:-9999px;
 outline:none;
 }
-
-.notice-options .notice_reply a,
 .notice-options input.submit {
 display:block;
 border:0;
 }
-.notice-options .notice_reply a,
+.notice-options .notice_reply,
 .notice-options .notice_delete {
 text-decoration:none;
 padding-left:16px;
index e8df27718fe966f31bdc84f2eaa10321e90c2490..b7c86ae07bc1d515701e35510248993d48f4d02e 100644 (file)
@@ -214,11 +214,7 @@ background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no
 #attachments .attachment {
 background:none;
 }
-.notice-options .notice_reply a,
-.notice-options form input.submit {
-background-color:transparent;
-}
-.notice-options .notice_reply a {
+.notice-options .notice_reply {
 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
 }
 .notice-options form.form_favor input.submit {
index 7dd4256bf54867d626cddaf933f2aed7504f0f7f..6a882049539cc1cbc0136ac4ad7e607116455706 100644 (file)
@@ -214,11 +214,7 @@ background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no
 #attachments .attachment {
 background:none;
 }
-.notice-options .notice_reply a,
-.notice-options form input.submit {
-background-color:transparent;
-}
-.notice-options .notice_reply a {
+.notice-options .notice_reply {
 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
 }
 .notice-options form.form_favor input.submit {