diff --git a/plugins/password/password.php b/plugins/password/password.php index 0a44aa997..f7d72690d 100644 --- a/plugins/password/password.php +++ b/plugins/password/password.php @@ -159,7 +159,7 @@ class password extends rcube_plugin $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( diff --git a/skins/default/addresses.css b/skins/default/addresses.css index 45dcf9bc4..234f0c63f 100644 --- a/skins/default/addresses.css +++ b/skins/default/addresses.css @@ -185,20 +185,17 @@ background-color: #FFFFA6; } - #contacts-table { width: 100%; table-layout: fixed; } - #contacts-table tbody td { cursor: default; } - #contacts-box { position: absolute; @@ -219,25 +216,6 @@ body.iframe, #contact-frame { border: none; -/* visibility: hidden; */ -} - -#contact-title, #groups-title -{ - height: 12px !important; -/* height: 20px; */ - padding: 4px 5px 3px 5px; - border-bottom: 1px solid #999; - color: #333; - font-size: 11px; - font-weight: bold; - background: url('images/listheader.gif') top left repeat-x #CCC; - white-space: nowrap; -} - -#contact-title -{ - padding: 4px 10px 3px 10px; } #contact-details @@ -252,5 +230,3 @@ body.iframe, text-align: right; padding-right: 10px; } - - diff --git a/skins/default/common.css b/skins/default/common.css index c64767ca5..04377337c 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -311,14 +311,14 @@ img .boxtitle { height: 12px !important; - padding: 2px 10px 5px 10px; + padding: 2px 10px 5px 5px; border-bottom: 1px solid #999; color: #333; font-size: 11px; font-weight: bold; background: url('images/listheader.gif') top left repeat-x #CCC; } - + /***** common table settings ******/ table.records-table thead tr td diff --git a/skins/default/settings.css b/skins/default/settings.css index 74388a4b6..cbfcb16ec 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -219,19 +219,6 @@ input.disabled bottom: 20px; } -#identity-title, -#prefs-title, -div.boxtitle -{ - height: 12px !important; - padding: 2px 10px 5px 10px; - border-bottom: 1px solid #999999; - color: #333333; - font-size: 11px; - font-weight: bold; - background: url('images/listheader.gif') top left repeat-x #CCC; -} - div.settingsbox { width: 600px; diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index 3aa9fdc34..28bfb8637 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -47,7 +47,7 @@
-
+
diff --git a/skins/default/templates/editidentity.html b/skins/default/templates/editidentity.html index deff97990..8a37da299 100644 --- a/skins/default/templates/editidentity.html +++ b/skins/default/templates/editidentity.html @@ -20,7 +20,7 @@

-
+