From f94d82c9032e61bf5b318a06b473ba515bc49e96 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 6 Oct 2009 10:00:33 +0000 Subject: - 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 --- roundcubemail/plugins/password/password.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roundcubemail/plugins') 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', -- cgit v1.2.3