fixups
authorx2000habouzit <x2000habouzit>
Sun, 29 Aug 2004 16:20:42 +0000 (16:20 +0000)
committerx2000habouzit <x2000habouzit>
Sun, 29 Aug 2004 16:20:42 +0000 (16:20 +0000)
htdocs/css/sharky.css
templates/database-debug.tpl
templates/sendmail.tpl

index 29bf2ad..053bfaf 100644 (file)
@@ -27,7 +27,7 @@ div.rubrique {
         [ Tableaux à lignes alternées, en taille normale, ou tiny ]
 *******************************************************************************/
 
-table.bicol {
+table.tinybicol, table.bicol {
     background: #80a0c0;
     border: 1px solid #305070;
     border-collapse: collapse;
@@ -35,7 +35,7 @@ table.bicol {
 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;
 }
@@ -128,4 +128,4 @@ div.contact div.long {
 }
 
 /* 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 $ */
index d2246f9..f444edd 100644 (file)
@@ -1,7 +1,7 @@
 {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 />
@@ -19,7 +19,7 @@
   {/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>
index 30c3493..41cde5a 100644 (file)
@@ -1,4 +1,4 @@
-{* $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}