[ Tableaux à lignes alternées, en taille normale, ou tiny ]
*******************************************************************************/
-table.bicol {
+table.tinybicol, table.bicol {
background: #80a0c0;
border: 1px solid #305070;
border-collapse: collapse;
table.tinybicol tr, table.bicol tr { }
table.tinybicol tr.impair , table.bicol tr.impair { background: #80a0c0; }
table.tinybicol tr.pair, table.bicol tr.pair { background: #99b9d0; }
-table.bicol th {
+table.tinybicol th, table.bicol th {
background: #305070;
color: #ffffff;
}
}
/* vim: set et ts=4 sts=4 sw=4: */
-/* $Id: sharky.css,v 1.2 2004-08-29 16:02:39 x2000habouzit Exp $ */
+/* $Id: sharky.css,v 1.3 2004-08-29 16:20:42 x2000habouzit Exp $ */
{dynamic}
{foreach item=query from=$trace_data}
-<table class="bicol" style="width: 75%; font-family: monospace; margin-left:2px; margin-top: 3px;">
+<table class="bicol" style="width: 75%; font-family: monospace; font-size: smaller; margin-left:2px; margin-top: 3px;">
<tr class="impair">
<td>
<strong>QUERY:</strong><br />
{/if}
</table>
{if $query.explain}
-<table class="bicol" style="width: 75%; font-family: monospace; margin-left: 2px; margin-bottom: 3px;">
+<table class="bicol" style="width: 75%; font-family: monospace; font-size: smaller; margin-left: 2px; margin-bottom: 3px;">
<tr>
{foreach key=key item=item from=$query.explain[0]}
<th>{$key}</th>
-{* $Id: sendmail.tpl,v 1.6 2004-08-29 16:02:39 x2000habouzit Exp $ *}
+{* $Id: sendmail.tpl,v 1.7 2004-08-29 16:20:42 x2000habouzit Exp $ *}
{dynamic}
</tr>
{/if}
{/foreach}
+{if $key is even}
+ <td></td>
+ </tr>
+{/if}
</table>
{/if}