]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Disfavor markup/style
authorsarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 21:34:57 +0000 (21:34 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 21:34:57 +0000 (21:34 +0000)
lib/disfavorform.php
theme/base/css/display.css

index f339f215a9c23f82de092abe205eb5e8481180f9..45a9ddb1d42bc4d3a07f41a4453c70d1571132b1 100644 (file)
@@ -103,6 +103,18 @@ class DisfavorForm extends Form
                            common_session_token());
     }
 
+
+    /**
+     * Legend of the Form
+     *
+     * @return void
+     */
+    function formLegend()
+    {
+        $this->out->element('legend', null, _('Disfavor this notice'));
+    }
+
+
     /**
      * Data elements
      *
index 76e52ffc9ce840689cdb4d030920aadb033cf599..0041baf448aea423ff322f3c37900ef258a0d6d8 100644 (file)
@@ -860,15 +860,18 @@ padding-left:16px;
 
 .notice-options form input.submit {
 cursor:pointer;
-padding:2px 0 2px 10px;
+width:16px;
+padding:2px 0;
 }
 
 .notice-options .notice_delete dt,
-.notice-options .form_favor legend {
+.notice-options .form_favor legend,
+.notice-options .form_disfavor legend {
 display:none;
 }
 .notice-options .notice_delete fieldset,
-.notice-options .form_favor fieldset {
+.notice-options .form_favor fieldset,
+.notice-options .form_disfavor fieldset {
 border:0;
 padding:0;
 }