</div>
</div>
<div id="msgHeadersContent">
- <table cellspacing="0">
+ <table>
<thead>
<tr>
<td class="label"><?php echo _("Subject") ?>:</td>
<span class="atcLabel"><?php echo $show_msg_result['atc_label'] ?></span><?php echo isset($show_msg_result['atc_download']) ? $show_msg_result['atc_download'] : '' ?>
<?php if (isset($show_msg_result['atc_list'])): ?>
<div id="partlist" style="display:none">
- <table cellspacing="2">
+ <table>
<?php echo $show_msg_result['atc_list'] ?>
</table>
</div>
<?php endif; ?>
</div>
<div id="msgHeadersContent">
- <table cellspacing="0">
+ <table>
<thead>
<tr>
<td class="label"><?php echo _("Subject") ?>:</td>
<td>
<div></div>
<div id="partlist" style="display:none">
- <table cellspacing="2"></table>
+ <table></table>
</div>
</td>
</tr>
.msgHeaders {
background: transparent url("graphics/backhead_r.png") repeat-x;
border-bottom: 1px #b9b9b3 solid;
- padding: 2px 0;
+ padding: 2px 0 1px;
font-size: 90%;
overflow: hidden;
}
.msgfullread .msgHeaders {
- border: 1px #b9b9b3 solid;
cursor: default;
}
.msgHeaders .dimpOptions {
- padding: 0 10px 10px;
- margin-top: 3px;
+ padding: 3px 10px 5px 5px;
}
-.msgHeaders table {
- margin: 0;
+.msgHeaders table thead td {
+ padding: 0 0 1px 0;
}
+
.msgHeaders table thead tr {
vertical-align: top;
}
-.msgHeaders table thead td {
- padding: 0 3px 3px 0;
-}
-.msgHeaders table thead td img {
- vertical-align: middle;
-}
.msgHeaders table thead td.label {
font-weight: bold;
- white-space: nowrap;
+ padding-right: 4px;
text-align: right;
+ white-space: nowrap;
+}
+.msgfullread .msgHeaders table thead td.label {
padding-left: 3px;
}
.msgHeaders table thead td.subject {
font-weight: bold;
}
+
#msgAtc td {
padding-bottom: 0;
+ padding-top: 1px;
}
.atcLabel, .msgLogLabel {
font-weight: bold;
+}
+.atcLabel {
padding-right: 5px;
}
#partlist table {
margin-top: 3px;
- margin-bottom: 1px;
}
#partlist td {
padding-bottom: 2px;
+ padding-right: 3px;
}
#msgloglist {
- padding-top: 2px;
+ padding-top: 4px;
}
#msgloglist ul {
list-style-type: none;
.msgBody table td {
padding: 0;
}
-.msgfullread DIV.msgBody {
+.msgfullread div.msgBody {
overflow: auto;
}