phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5074 - in phpcompta/tags/rel650: html include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5074 - in phpcompta/tags/rel650: html include/template
Date: Thu, 19 Jul 2012 13:49:10 +0200 (CEST)

Author: danydb
Date: 2012-07-19 13:49:10 +0200 (Thu, 19 Jul 2012)
New Revision: 5074

Modified:
   phpcompta/tags/rel650/html/style-color.css
   phpcompta/tags/rel650/html/style-epad.css
   phpcompta/tags/rel650/html/style-light.css
   phpcompta/tags/rel650/html/style-print.css
   phpcompta/tags/rel650/html/style.css
   phpcompta/tags/rel650/include/template/detail-action.php
Log:
Improve printing of action - gestion

Modified: phpcompta/tags/rel650/html/style-color.css
===================================================================
--- phpcompta/tags/rel650/html/style-color.css  2012-07-19 10:51:27 UTC (rev 
5073)
+++ phpcompta/tags/rel650/html/style-color.css  2012-07-19 11:49:10 UTC (rev 
5074)
@@ -555,7 +555,7 @@
        margin:1px;
        background-color: orange;
 }
-legend {
+h1.legend, legend {
        font-weight: bold;
        font-style: italic;
        font-size: 120% ;

Modified: phpcompta/tags/rel650/html/style-epad.css
===================================================================
--- phpcompta/tags/rel650/html/style-epad.css   2012-07-19 10:51:27 UTC (rev 
5073)
+++ phpcompta/tags/rel650/html/style-epad.css   2012-07-19 11:49:10 UTC (rev 
5074)
@@ -555,7 +555,7 @@
        margin:1px;
        background-color: orange;
 }
-legend {
+h1.legend,legend {
        font-weight: bold;
        font-style: italic;
        font-size: 120% ;

Modified: phpcompta/tags/rel650/html/style-light.css
===================================================================
--- phpcompta/tags/rel650/html/style-light.css  2012-07-19 10:51:27 UTC (rev 
5073)
+++ phpcompta/tags/rel650/html/style-light.css  2012-07-19 11:49:10 UTC (rev 
5074)
@@ -551,7 +551,7 @@
        margin:1px;
        background-color: orange;
 }
-legend {
+h1.legend, legend {
        font-weight: bold;
        font-style: italic;
        font-size: 120% ;

Modified: phpcompta/tags/rel650/html/style-print.css
===================================================================
--- phpcompta/tags/rel650/html/style-print.css  2012-07-19 10:51:27 UTC (rev 
5073)
+++ phpcompta/tags/rel650/html/style-print.css  2012-07-19 11:49:10 UTC (rev 
5074)
@@ -1,7 +1,7 @@
 body {
        font-size:8px;
        }
-select ,.input_text{
+input, select ,.input_text{
        font-size:8px;
 border:1px solid #FFFFFF;
  }

Modified: phpcompta/tags/rel650/html/style.css
===================================================================
--- phpcompta/tags/rel650/html/style.css        2012-07-19 10:51:27 UTC (rev 
5073)
+++ phpcompta/tags/rel650/html/style.css        2012-07-19 11:49:10 UTC (rev 
5074)
@@ -550,7 +550,7 @@
        margin:1px;
        background-color: orange;
 }
-legend {
+h1.legend, legend {
 font-weight: bold;
 font-style: italic;
 font-size: 120% ;

Modified: phpcompta/tags/rel650/include/template/detail-action.php
===================================================================
--- phpcompta/tags/rel650/include/template/detail-action.php    2012-07-19 
10:51:27 UTC (rev 5073)
+++ phpcompta/tags/rel650/include/template/detail-action.php    2012-07-19 
11:49:10 UTC (rev 5074)
@@ -191,7 +191,7 @@
        </div>
 </fieldset>
 <div style="margin-left:15px;margin-right: 15px">
-  <h1>
+  <h1 class="legend">
            <?=_('Description')?>
   </h1>
   <p>



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