diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-06 07:13:58 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-06 07:13:58 +0000 |
| commit | 23f329560ab49bcb864a5cde1a2af089180f68e3 (patch) | |
| tree | 0de0d7373c0a1c4fb0b2a1ff96c0ccf0f028c8fe /roundcubemail/plugins | |
| parent | 17d0890a78ad087727910a66f60a804d40f1a20d (diff) | |
- unified boxtitle css styles
git-svn-id: https://svn.roundcube.net/trunk@3022 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins')
| -rw-r--r-- | roundcubemail/plugins/password/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/plugins/password/password.php b/roundcubemail/plugins/password/password.php index 0a44aa997..f7d72690d 100644 --- a/roundcubemail/plugins/password/password.php +++ b/roundcubemail/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( |
