phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4545 - in phpcompta/trunk: html html/image include/temp


From: phpcompta-dev
Subject: [Phpcompta-dev] r4545 - in phpcompta/trunk: html html/image include/template
Date: Fri, 2 Dec 2011 01:03:17 +0100 (CET)

Author: danydb
Date: 2011-12-02 01:03:15 +0100 (Fri, 02 Dec 2011)
New Revision: 4545

Added:
   phpcompta/trunk/html/image/bg-submit5.png
Modified:
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/style.css
   phpcompta/trunk/include/template/module.php
Log:

improve style-light.css




Added: phpcompta/trunk/html/image/bg-submit5.png
===================================================================
(Binary files differ)


Property changes on: phpcompta/trunk/html/image/bg-submit5.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2011-12-01 23:10:20 UTC (rev 
4544)
+++ phpcompta/trunk/html/style-color.css        2011-12-02 00:03:15 UTC (rev 
4545)
@@ -838,7 +838,8 @@
 }
 td.tool {
        border: solid 1px gray;
-
+       background-color:white;
+       
 }
 div.topmenu {
        width:100%;

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2011-12-01 23:10:20 UTC (rev 
4544)
+++ phpcompta/trunk/html/style-light.css        2011-12-02 00:03:15 UTC (rev 
4545)
@@ -316,13 +316,12 @@
        text-decoration:none;
        display:inline;
        color: blue;
-
+       
 }
 a.mtitle:hover {
        font-size:10px;
        text-decoration:none;
        display:inline;
-
        color: darkblue;
        background-color:#5D90CD;
 
@@ -331,7 +330,7 @@
        font-size:1em;
        text-decoration:none;
        display:block;
-       color:white;
+       color:lightgrey;
 }
 a.dossier {
        font-size:10px;
@@ -794,22 +793,23 @@
 input[disabled], textarea[disabled], option[disabled], optgroup[disabled], 
select[disabled] {
        -moz-user-focus:ignore;
        -moz-user-input:disabled;
-       background-color:lightgrey;
+background-color: teal;
+
        color:black;
        cursor:inherit;
 }
 
 a#anchorbutton, .button, a.button,div.content a.button {
        font-size:10px;
-       color:darkblue;
+       color:lightblue;
        font-weight: bold;
-
+       border:1px black outset  ;
+       
+background-image: url("image/bg-submit5.png");
+background-repeat: repeat-x;
+       background-position: left;
        text-decoration:none;
        font-family: arial,helvetica,sans-serif;
-       background-color: inherit;
-       border-style:  solid ;
-        border-color:  #0066ff;
-       border-width:1px;
        padding-bottom: 4px;
        padding-top: 4px;
        padding-right: 6px;
@@ -819,20 +819,22 @@
        margin-right:3px;
        margin-left:3px;
        cursor:pointer;
-
+       font-size:1.1em;
+       
 }
 a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover  
{
        cursor:pointer;
-       background-color:darkblue;
-       color:#DEE3E5;
+       color:#90f979;
        margin-top:3px;
        margin-bottom:3px;
        margin-right:3px;
        margin-left:3px;
+
+border:1px #90f979 inset;
 }
 td.tool {
        border: solid 1px gray;
-
+   background-color:lightgrey;
 }
 div.topmenu {
 

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2011-12-01 23:10:20 UTC (rev 4544)
+++ phpcompta/trunk/html/style.css      2011-12-02 00:03:15 UTC (rev 4545)
@@ -831,7 +831,8 @@
        }
        td.tool {
        border: solid 1px gray;
-
+       background-color: white;
+       
        }
 div.topmenu {
        margin-top:2px;

Modified: phpcompta/trunk/include/template/module.php
===================================================================
--- phpcompta/trunk/include/template/module.php 2011-12-01 23:10:20 UTC (rev 
4544)
+++ phpcompta/trunk/include/template/module.php 2011-12-02 00:03:15 UTC (rev 
4545)
@@ -54,7 +54,7 @@
                <?php
                foreach ($amodule as $row):
                        $js="";
-                   $style="background:white";
+                   $style="";
                    if ( $row['me_code']=='new_line')
                    {
                        echo "</tr><tr>";




reply via email to

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