diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/password/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/password/password.php b/plugins/password/password.php index 0a44aa997..f7d72690d 100644 --- a/plugins/password/password.php +++ b/plugins/password/password.php @@ -159,7 +159,7 @@ class password extends rcube_plugin $table->add(null, $input_confpasswd->show()); $out = html::div(array('class' => "settingsbox", 'style' => "margin:0"), - html::div(array('id' => "prefs-title"), $this->gettext('changepasswd')) . + html::div(array('id' => "prefs-title", 'class' => 'boxtitle'), $this->gettext('changepasswd')) . html::div(array('style' => "padding:15px"), $table->show() . html::p(null, $rcmail->output->button(array( |