diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-29 19:29:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-29 19:29:59 +0000 |
| commit | ea3e947ab65fc3fb7a4b8f476ddf102fb2813139 (patch) | |
| tree | 7695cb771b0cee7b1f04b4bd9c5b03f8fb881d2f /plugins/password | |
| parent | 825b67562553bd2bc96cbaf69ec5322b7da721a8 (diff) | |
- css fixes
git-svn-id: https://svn.roundcube.net/trunk@3790 208e9e7b-5314-0410-a742-e7e81cd9613c
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 eb0a30b0f..d5412c8dc 100644 --- a/plugins/password/password.php +++ b/plugins/password/password.php @@ -179,7 +179,7 @@ class password extends rcube_plugin $table->add('title', html::label($field_id, Q($this->gettext('confpasswd')))); $table->add(null, $input_confpasswd->show()); - $out = html::div(array('class' => 'settingsbox', 'style' => 'margin:0'), + $out = html::div(array('class' => 'box'), html::div(array('id' => 'prefs-title', 'class' => 'boxtitle'), $this->gettext('changepasswd')) . html::div(array('class' => 'boxcontent'), $table->show() . html::p(null, |
