Elastic: Use pretty checkbox in itip invitation box
This commit is contained in:
parent
bc4a639e64
commit
de07b7dc01
2 changed files with 2 additions and 0 deletions
|
@ -870,6 +870,7 @@ class libcalendaring_itip
|
|||
'value' => 1,
|
||||
'disabled' => $disable,
|
||||
'checked' => ($itip_sending & 1) == 0,
|
||||
'class' => 'pretty-checkbox',
|
||||
);
|
||||
$rsvp_additions = html::label(array('class' => 'noreply-toggle'),
|
||||
html::tag('input', $toggle_attrib) . ' ' . $this->gettext('itipsuppressreply')
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
.itip-reply-controls {
|
||||
margin-top: .25rem;
|
||||
width: 100%;
|
||||
line-height: 2;
|
||||
|
||||
& > label {
|
||||
display: inline;
|
||||
|
|
Loading…
Add table
Reference in a new issue