summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins/password/password.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-06 10:00:33 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-06 10:00:33 +0000
commitf94d82c9032e61bf5b318a06b473ba515bc49e96 (patch)
treeef20835d175be61a2b05e82d6624b7e788b4a3bf /roundcubemail/plugins/password/password.php
parent23f329560ab49bcb864a5cde1a2af089180f68e3 (diff)
- more css unification for boxes + toolbarmenu moved to common.css (#1486198)
git-svn-id: https://svn.roundcube.net/trunk@3023 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password/password.php')
-rw-r--r--roundcubemail/plugins/password/password.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/plugins/password/password.php b/roundcubemail/plugins/password/password.php
index f7d72690d..a03d3540a 100644
--- a/roundcubemail/plugins/password/password.php
+++ b/roundcubemail/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',