From 2aaa992cc180cf94097ed0b05001f787cbeba483 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 06 Oct 2009 03:13:58 -0400 Subject: [PATCH] - unified boxtitle css styles --- 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 0a44aa9..f7d7269 100644 --- a/plugins/password/password.php +++ b/plugins/password/password.php @@ -159,7 +159,7 @@ $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( -- Gitblit v1.9.1