Author: danydb
Date: 2011-11-02 21:21:31 +0100 (Wed, 02 Nov 2011)
New Revision: 4296

Modified:
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/style.css
Log:
433: ANC default style for remain amount 

Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2011-11-02 20:20:08 UTC (rev 
4295)
+++ phpcompta/trunk/html/style-color.css        2011-11-02 20:21:31 UTC (rev 
4296)
@@ -944,4 +944,8 @@
        font-style: italic;
        font-weight: bold;
        
-}
\ No newline at end of file
+}
+span.remain {
+       font-weight: bold;
+       color:black;
+       }
\ No newline at end of file

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2011-11-02 20:20:08 UTC (rev 
4295)
+++ phpcompta/trunk/html/style-light.css        2011-11-02 20:21:31 UTC (rev 
4296)
@@ -982,4 +982,8 @@
        font-style: italic;
        font-weight: bold;
        
-}
\ No newline at end of file
+}
+span.remain {
+       font-weight: bold;
+       color:black;
+       }
\ No newline at end of file

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2011-11-02 20:20:08 UTC (rev 4295)
+++ phpcompta/trunk/html/style.css      2011-11-02 20:21:31 UTC (rev 4296)
@@ -974,4 +974,8 @@
        font-style: italic;
        font-weight: bold;
        
-}
\ No newline at end of file
+}
+span.remain {
+       font-weight: bold;
+       color:black;
+       }
\ No newline at end of file


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to