phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5291 - in phpcompta/trunk: html include include/templat


From: phpcompta-dev
Subject: [Phpcompta-dev] r5291 - in phpcompta/trunk: html include include/template
Date: Mon, 20 May 2013 18:05:00 +0200 (CEST)

Author: danydb
Date: 2013-05-20 18:04:59 +0200 (Mon, 20 May 2013)
New Revision: 5291

Modified:
   phpcompta/trunk/html/style.css
   phpcompta/trunk/include/ac_common.php
   phpcompta/trunk/include/template/dashboard.php
Log:
Task #0000846: Am?\195?\169lioration esth?\195?\169tique


Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2013-05-19 20:48:17 UTC (rev 5290)
+++ phpcompta/trunk/html/style.css      2013-05-20 16:04:59 UTC (rev 5291)
@@ -800,7 +800,7 @@
 }
 
 a#anchorbutton, .button, a.button,div.content a.button {
-       font-size:10;
+       font-size:10px;
        color:white;
        font-weight: bold;
 
@@ -821,7 +821,7 @@
        cursor:pointer;
        margin:1 2 1 2;
         border-radius: 4px;
-       -moz-border-radius:4px;
+       moz-border-radius:4px;
 
 }
 a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover  
{

Modified: phpcompta/trunk/include/ac_common.php
===================================================================
--- phpcompta/trunk/include/ac_common.php       2013-05-19 20:48:17 UTC (rev 
5290)
+++ phpcompta/trunk/include/ac_common.php       2013-05-20 16:04:59 UTC (rev 
5291)
@@ -1034,7 +1034,7 @@
 function display_dashboard_operation($p_array,$p_title,$p_div)
 {
        ?>
-<div id="<?php echo $p_div;?>" class="inner_box" 
style="display:none;top:250;left:25%;width: 50%">
+<div id="<?php echo $p_div;?>" class="inner_box" 
style="display:none;top:250;left:25%;width: 50%;height: 30%;overflow:auto;">
        <?php
        echo HtmlInput::title_box($p_title, $p_div, "hide");
        ?>

Modified: phpcompta/trunk/include/template/dashboard.php
===================================================================
--- phpcompta/trunk/include/template/dashboard.php      2013-05-19 20:48:17 UTC 
(rev 5290)
+++ phpcompta/trunk/include/template/dashboard.php      2013-05-20 16:04:59 UTC 
(rev 5291)
@@ -77,7 +77,7 @@
                        </td>
                        <td>
                                <?php if (count($last_operation)>0): ?>
-                               <A class="mtitle" 
style="text-decoration:underline"onclick="display_detail('action_now_div')">
+                               <A class="mtitle" 
style="text-decoration:underline;font-weight: 
bolder"onclick="display_detail('action_now_div')">
                                        <span class="notice">
                                        <?php echo count($last_operation) ?>
                                        </span>
@@ -90,7 +90,7 @@
 
                        <td >
                        <?php if (count($late_operation)>0): ?>
-                               <A class="mtitle"  
style="text-decoration:underline" onclick="display_detail('action_late_div')">
+                               <A class="mtitle"  
style="text-decoration:underline;;font-weight: bolder" 
onclick="display_detail('action_late_div')">
                                <span class="notice"><?php echo 
count($late_operation) ?></span>
                                        &nbsp;détail
                                </A>
@@ -106,7 +106,7 @@
                        </td>
                        <td >
                        <?php if (count($supplier_now)>0): ?>
-                               <A class="mtitle"  
style="text-decoration:underline" onclick="display_detail('supplier_now_div')">
+                               <A class="mtitle"  
style="text-decoration:underline;font-weight: bolder" 
onclick="display_detail('supplier_now_div')">
                                <span class="notice"><?php echo 
count($supplier_now) ?></span>
                                        &nbsp;détail
                                </A>
@@ -116,7 +116,7 @@
                        </td>
                        <td >
                        <?php if (count($supplier_late)>0): ?>
-                               <A class="mtitle"  
style="text-decoration:underline" onclick="display_detail('supplier_late_div')">
+                               <A class="mtitle"  
style="text-decoration:underline;font-weight: bolder" 
onclick="display_detail('supplier_late_div')">
                                <span class="notice"><?php echo 
count($supplier_late) ?></span>
                                        &nbsp;détail
                                </A>
@@ -131,7 +131,7 @@
                        </td>
                        <td>
                                <?php if (count($customer_now)>0): ?>
-                               <A class="mtitle"  
style="text-decoration:underline" onclick="display_detail('customer_now_div')">
+                               <A class="mtitle"  
style="text-decoration:underline;font-weight: bolder" 
onclick="display_detail('customer_now_div')">
                                <span class="notice"><?php echo 
count($customer_now) ?></span>
                                        &nbsp;détail
                                </A>
@@ -141,7 +141,7 @@
                        </td>
                        <td>
                                <?php if (count($customer_late)>0): ?>
-                               <A class="mtitle"  
style="text-decoration:underline" onclick="display_detail('customer_late_div')">
+                               <A class="mtitle"  
style="text-decoration:underline;font-weight: bolder" 
onclick="display_detail('customer_late_div')">
                                <span class="notice"><?php echo 
count($customer_late) ?></span>
                                        &nbsp;détail
                                </A>
@@ -151,7 +151,7 @@
                        </td>
                </tr>
        </table>
-<div id="action_late_div"  class="inner_box" 
style="display:none;margin-left:25%;width: 50%">
+<div id="action_late_div"  class="inner_box" 
style="display:none;margin-left:25%;top:25%;width: 50%;height:50%;overflow: 
auto;">
        <?php
                echo HtmlInput::title_box("Action en retard", 
"action_late_div","hide")
        ?>
@@ -182,7 +182,7 @@
        <?php endif; ?>
        </div>
 
-       <div id="action_now_div" class="inner_box" 
style="display:none;margin-left:25%;width: 50%">
+       <div id="action_now_div" class="inner_box" 
style="display:none;margin-left:25%;width: 50%;top:25%;height:50%;overflow: 
auto;">
        <?php
                echo HtmlInput::title_box("Action pour aujourd'hui", 
"action_now_div","hide")
        ?>



---
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]