diff options
author | alecpl <alec@alec.pl> | 2009-10-06 07:13:58 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-10-06 07:13:58 +0000 |
commit | 2aaa992cc180cf94097ed0b05001f787cbeba483 (patch) | |
tree | fcfc656b0f7981eaf76404de7b55a3f2a6127114 /plugins/password | |
parent | 01ffe039089e08fd6faaf03f4170853defd41fc8 (diff) |
- unified boxtitle css styles
Diffstat (limited to 'plugins/password')
-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( |