Disfavor markup/style

This commit is contained in:
sarven 2009-01-18 21:34:57 +00:00
parent 7749228f52
commit 6b23a9ed2f
2 changed files with 18 additions and 3 deletions

View 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
*

View 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;
}