From ea3e947ab65fc3fb7a4b8f476ddf102fb2813139 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 29 Jun 2010 19:29:59 +0000 Subject: - css fixes git-svn-id: https://svn.roundcube.net/trunk@3790 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/password/password.php') 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, -- cgit v1.2.3