phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5624 - in phpcompta/trunk/html: . js


From: phpcompta-dev
Subject: [Phpcompta-dev] r5624 - in phpcompta/trunk/html: . js
Date: Fri, 27 Dec 2013 00:46:50 +0100 (CET)

Author: danydb
Date: 2013-12-27 00:46:50 +0100 (Fri, 27 Dec 2013)
New Revision: 5624

Modified:
   phpcompta/trunk/html/js/scripts.js
   phpcompta/trunk/html/style.css
Log:
esthetic

Modified: phpcompta/trunk/html/js/scripts.js
===================================================================
--- phpcompta/trunk/html/js/scripts.js  2013-12-26 23:38:01 UTC (rev 5623)
+++ phpcompta/trunk/html/js/scripts.js  2013-12-26 23:46:50 UTC (rev 5624)
@@ -680,7 +680,7 @@
 function waiting_box()
 {
     obj = {
-        id: 'wait_box', html: loading()
+        id: 'wait_box', html: '<h2 class="title">Chargement</h2>'+loading()
     };
     var y = calcy(posY);
     obj.style = fixed_position(posX, y) + ";width:200px";
@@ -688,7 +688,7 @@
         removeDiv('wait_box');
     }
     add_div(obj);
-    $('info_div').innerHTML = "Un instant";
+    $('info_div').innerHTML = 'Un instant';
     $('info_div').style.display = "block";
 
 }

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2013-12-26 23:38:01 UTC (rev 5623)
+++ phpcompta/trunk/html/style.css      2013-12-26 23:46:50 UTC (rev 5624)
@@ -349,7 +349,6 @@
     font-size:0.75em;
     text-decoration:none;
     display:block;
-    color:black;
 }
 a.dossier {
     font-size:0.75em;;
@@ -1058,7 +1057,6 @@
 }
 #wait_box h2
 {
-    color:black;
     text-align:center;
 }
 div#div_jrnsearch_op{



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