- unified boxtitle css styles

release-0.6
alecpl 15 years ago
parent 01ffe03908
commit 2aaa992cc1

@ -159,7 +159,7 @@ class password extends rcube_plugin
$table->add(null, $input_confpasswd->show()); $table->add(null, $input_confpasswd->show());
$out = html::div(array('class' => "settingsbox", 'style' => "margin:0"), $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::div(array('style' => "padding:15px"), $table->show() .
html::p(null, html::p(null,
$rcmail->output->button(array( $rcmail->output->button(array(

@ -185,20 +185,17 @@
background-color: #FFFFA6; background-color: #FFFFA6;
} }
#contacts-table #contacts-table
{ {
width: 100%; width: 100%;
table-layout: fixed; table-layout: fixed;
} }
#contacts-table tbody td #contacts-table tbody td
{ {
cursor: default; cursor: default;
} }
#contacts-box #contacts-box
{ {
position: absolute; position: absolute;
@ -219,25 +216,6 @@ body.iframe,
#contact-frame #contact-frame
{ {
border: none; 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 #contact-details
@ -252,5 +230,3 @@ body.iframe,
text-align: right; text-align: right;
padding-right: 10px; padding-right: 10px;
} }

@ -311,14 +311,14 @@ img
.boxtitle .boxtitle
{ {
height: 12px !important; height: 12px !important;
padding: 2px 10px 5px 10px; padding: 2px 10px 5px 5px;
border-bottom: 1px solid #999; border-bottom: 1px solid #999;
color: #333; color: #333;
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
background: url('images/listheader.gif') top left repeat-x #CCC; background: url('images/listheader.gif') top left repeat-x #CCC;
} }
/***** common table settings ******/ /***** common table settings ******/
table.records-table thead tr td table.records-table thead tr td

@ -219,19 +219,6 @@ input.disabled
bottom: 20px; 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 div.settingsbox
{ {
width: 600px; width: 600px;

@ -47,7 +47,7 @@
<roundcube:if condition="count(env:address_sources) &gt; 1" /> <roundcube:if condition="count(env:address_sources) &gt; 1" />
<div id="directorylist"> <div id="directorylist">
<div id="groups-title"><roundcube:label name="groups" /></div> <div id="groups-title" class="boxtitle"><roundcube:label name="groups" /></div>
<roundcube:object name="directorylist" id="directories-list" /> <roundcube:object name="directorylist" id="directories-list" />
</div> </div>
<roundcube:endif /> <roundcube:endif />

@ -20,7 +20,7 @@
</p> </p>
<div id="identity-details"> <div id="identity-details">
<div id="identity-title"><roundcube:object name="steptitle" /></div> <div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div>
<div style="padding:15px;"> <div style="padding:15px;">
<roundcube:object name="identityform" size="40" textareacols="60" textarearows="6" /> <roundcube:object name="identityform" size="40" textareacols="60" textarearows="6" />

Loading…
Cancel
Save