Disfavor markup/style
This commit is contained in:
parent
7749228f52
commit
6b23a9ed2f
|
@ -103,6 +103,18 @@ class DisfavorForm extends Form
|
||||||
common_session_token());
|
common_session_token());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legend of the Form
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
function formLegend()
|
||||||
|
{
|
||||||
|
$this->out->element('legend', null, _('Disfavor this notice'));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Data elements
|
* Data elements
|
||||||
*
|
*
|
||||||
|
|
|
@ -860,15 +860,18 @@ padding-left:16px;
|
||||||
|
|
||||||
.notice-options form input.submit {
|
.notice-options form input.submit {
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
padding:2px 0 2px 10px;
|
width:16px;
|
||||||
|
padding:2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options .notice_delete dt,
|
.notice-options .notice_delete dt,
|
||||||
.notice-options .form_favor legend {
|
.notice-options .form_favor legend,
|
||||||
|
.notice-options .form_disfavor legend {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
.notice-options .notice_delete fieldset,
|
.notice-options .notice_delete fieldset,
|
||||||
.notice-options .form_favor fieldset {
|
.notice-options .form_favor fieldset,
|
||||||
|
.notice-options .form_disfavor fieldset {
|
||||||
border:0;
|
border:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user