summaryrefslogtreecommitdiff
path: root/plugins/password/password.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-10-06 10:00:33 +0000
committeralecpl <alec@alec.pl>2009-10-06 10:00:33 +0000
commit6fff3c8e028af438f3e7857f29991687561cc67d (patch)
tree061629052398077fb0a330d37b15d6d1de966759 /plugins/password/password.php
parent2aaa992cc180cf94097ed0b05001f787cbeba483 (diff)
- more css unification for boxes + toolbarmenu moved to common.css (#1486198)
Diffstat (limited to 'plugins/password/password.php')
-rw-r--r--plugins/password/password.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/password/password.php b/plugins/password/password.php
index f7d72690d..a03d3540a 100644
--- a/plugins/password/password.php
+++ b/plugins/password/password.php
@@ -158,9 +158,9 @@ 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"),
- html::div(array('id' => "prefs-title", 'class' => 'boxtitle'), $this->gettext('changepasswd')) .
- html::div(array('style' => "padding:15px"), $table->show() .
+ $out = html::div(array('class' => 'settingsbox', 'style' => 'margin:0'),
+ html::div(array('id' => 'prefs-title', 'class' => 'boxtitle'), $this->gettext('changepasswd')) .
+ html::div(array('class' => 'boxcontent'), $table->show() .
html::p(null,
$rcmail->output->button(array(
'command' => 'plugin.password-save',