phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4629 - phpcompta/trunk/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r4629 - phpcompta/trunk/html
Date: Tue, 20 Dec 2011 00:59:16 +0100 (CET)

Author: danydb
Date: 2011-12-20 00:59:14 +0100 (Tue, 20 Dec 2011)
New Revision: 4629

Modified:
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/style.css
   phpcompta/trunk/html/user_login.php
Log:

cosmetic : display


Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2011-12-19 14:15:12 UTC (rev 
4628)
+++ phpcompta/trunk/html/style-color.css        2011-12-19 23:59:14 UTC (rev 
4629)
@@ -4,7 +4,7 @@
        background-color:#EDF3FF;
        font-size:12px;
        font-family:verdana,helvetica,sans-serif;
-       padding: 0px 10px 0px 10px ;
+       padding: 0px 0px 0px 0px ;
        margin:0;
        color:blue;
 }
@@ -805,7 +805,7 @@
 
 a#anchorbutton, .button, a.button,div.content a.button {
        font-size:10;
-       color:darkblue;
+       color:white;
        font-weight: bold;
         background-image: url("image/bg-submit2.gif");
        text-decoration:none;
@@ -1104,4 +1104,10 @@
        float:left;
        width:40em;
        top:0px;
-}
\ No newline at end of file
+       
+}
+
+div.foldercontent {
+       width:80%;
+       margin-left:10%;
+       }
\ No newline at end of file

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2011-12-19 14:15:12 UTC (rev 
4628)
+++ phpcompta/trunk/html/style-light.css        2011-12-19 23:59:14 UTC (rev 
4629)
@@ -4,7 +4,7 @@
        background-color:#EDF3FF;
        font-size:12px;
        font-family:verdana,helvetica,sans-serif;
-       padding: 0px 10px 0px 10px ;
+       padding: 0px 0px 0px 0px ;
        margin:0;
        color:blue;
 }
@@ -1099,4 +1099,7 @@
        float:left;
        width:40em;
        top:0px;
-}
\ No newline at end of file
+}
+div.foldercontent {
+       padding:20px 30px 0px 40px;
+       }
\ No newline at end of file

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2011-12-19 14:15:12 UTC (rev 4628)
+++ phpcompta/trunk/html/style.css      2011-12-19 23:59:14 UTC (rev 4629)
@@ -4,7 +4,7 @@
   background-color:#EDF3FF;
  font-size:12px;
   font-family:verdana,helvetica,sans-serif;
-  padding: 0px 10px 0px 10px ;
+  padding: 0px 0px 0px 0px ;
   margin:0;
   color:blue;
 }
@@ -1093,4 +1093,7 @@
        float:left;
        width:40em;
        top:0px;
-}
\ No newline at end of file
+}
+div.foldercontent {
+       padding:20px 30px 0px 40px;
+       }
\ No newline at end of file

Modified: phpcompta/trunk/html/user_login.php
===================================================================
--- phpcompta/trunk/html/user_login.php 2011-12-19 14:15:12 UTC (rev 4628)
+++ phpcompta/trunk/html/user_login.php 2011-12-19 23:59:14 UTC (rev 4629)
@@ -108,7 +108,9 @@
     }
 
 }
-$result="<table border=\"0\">";
+
+$result="";
+$result.="<table border=\"0\">";
 $result.='<TR>';
 if ( $User->Admin()  == 1 )
 {
@@ -120,10 +122,11 @@
 $result.="</table>";
 
 echo '<h2 class="info">'._('Bienvenue    ').$User->first_name.'  
'.$User->name.'   '._("dans PhpCompta")."</h2>";
-echo '<br>'._('Choississez votre dossier');
 echo '<div class="module">'.$result.'</div>';
 echo '</div>';
 ?>
+<div class="foldercontent">
+<?php echo '<h2 >'._('Choississez votre dossier').'</h2>';?>
 <form method="get" action="?">
                           <input type="submit" class="button" value="<?php 
echo _('Rechercher');?>">
                                                                  <?php




reply via email to

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