phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5013 - in phpcompta/trunk: html include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5013 - in phpcompta/trunk: html include/template
Date: Tue, 26 Jun 2012 15:41:18 +0200 (CEST)

Author: danydb
Date: 2012-06-26 15:41:17 +0200 (Tue, 26 Jun 2012)
New Revision: 5013

Modified:
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-epad.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/style.css
   phpcompta/trunk/include/template/dashboard.php
Log:
Cosmetic bug for IE8

Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2012-06-26 08:39:24 UTC (rev 
5012)
+++ phpcompta/trunk/html/style-color.css        2012-06-26 13:41:17 UTC (rev 
5013)
@@ -870,7 +870,9 @@
        position:absolute;
        text-align:left;
        line-height:3em;
-       z-index:1}
+       z-index:1;
+        width:345px;
+}
 div.welcome {
 
 }

Modified: phpcompta/trunk/html/style-epad.css
===================================================================
--- phpcompta/trunk/html/style-epad.css 2012-06-26 08:39:24 UTC (rev 5012)
+++ phpcompta/trunk/html/style-epad.css 2012-06-26 13:41:17 UTC (rev 5013)
@@ -865,7 +865,9 @@
        position:absolute;
        text-align:left;
        line-height:3em;
-       z-index:1}
+       z-index:1;
+        width:345px;
+}
 div.welcome {
 
 }

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2012-06-26 08:39:24 UTC (rev 
5012)
+++ phpcompta/trunk/html/style-light.css        2012-06-26 13:41:17 UTC (rev 
5013)
@@ -865,7 +865,9 @@
        position:absolute;
        text-align:left;
        line-height:3em;
-       z-index:1}
+       z-index:1;
+        width:345px;
+}
 div.welcome {
 
 }

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2012-06-26 08:39:24 UTC (rev 5012)
+++ phpcompta/trunk/html/style.css      2012-06-26 13:41:17 UTC (rev 5013)
@@ -863,7 +863,9 @@
                     position:absolute;
                     text-align:left;
                     line-height:3em;
-                    z-index:1}
+                    z-index:1;
+                    width:345px;
+                }
 div.welcome {
 
 }

Modified: phpcompta/trunk/include/template/dashboard.php
===================================================================
--- phpcompta/trunk/include/template/dashboard.php      2012-06-26 08:39:24 UTC 
(rev 5012)
+++ phpcompta/trunk/include/template/dashboard.php      2012-06-26 13:41:17 UTC 
(rev 5013)
@@ -93,7 +93,7 @@
 for($i=0;$i<count($last_ledger);$i++):
        $class=($i%2==0)?' class="even" ':' class="odd" ';
 ?>
-<tr <?=$class?> >
+<tr <?=$class ?>> 
        <td><?=  smaller_date($last_ledger[$i]['jr_date_fmt'])?>
        </td>
        <td>
@@ -144,7 +144,7 @@
     foreach ($result as $row) {
       $ix++;
          $class=($ix%2==0)?' class="even" ':' class="odd" ';
-      echo '<tr'.$class.'">';
+      echo '<tr '.$class.'>';
 
       echo '<td> '.$row['desc'].'</td>'.
        '<td style="text-align:right">'.nbm($row['montant'])." &euro;</td>";



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]