phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r4536 - phpcompta/trunk/html
Date: Thu, 1 Dec 2011 12:22:40 +0100 (CET)

Author: danydb
Date: 2011-12-01 12:22:39 +0100 (Thu, 01 Dec 2011)
New Revision: 4536

Modified:
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/style.css
Log:
improve css : place of dossier name

Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2011-12-01 10:55:03 UTC (rev 
4535)
+++ phpcompta/trunk/html/style-color.css        2011-12-01 11:22:39 UTC (rev 
4536)
@@ -138,7 +138,6 @@
 div.u_tool {
        float:right;
        margin-right:10px;
-       text-align:right;
 
 }
 div.module {
@@ -194,9 +193,8 @@
 
 }
 div.content{
-
-       float:left;
        padding-top:7px;
+       margin-top:7px;
        width:100%;
        font-family:verdana,helvetica,sans-serif;
        clear:both;
@@ -995,7 +993,6 @@
 {
        display:inline;
        float:left;
-       width:400px;
 
 }
 #calc

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2011-12-01 10:55:03 UTC (rev 
4535)
+++ phpcompta/trunk/html/style-light.css        2011-12-01 11:22:39 UTC (rev 
4536)
@@ -138,8 +138,6 @@
 div.u_tool {
        float:right;
        margin-right:10px;
-       text-align:right;
-
 }
 div.module {
        position:absolute;
@@ -195,13 +193,9 @@
 }
 div.content{
 
-       float:left;
        padding-top:7px;
        width:100%;
        font-family:verdana,helvetica,sans-serif;
-       clear:both;
-
-
 }
 div.content30{
 
@@ -993,8 +987,6 @@
 {
        display:inline;
        float:left;
-       width:400px;
-
 }
 #calc
 {

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2011-12-01 10:55:03 UTC (rev 4535)
+++ phpcompta/trunk/html/style.css      2011-12-01 11:22:39 UTC (rev 4536)
@@ -134,8 +134,6 @@
 div.u_tool {
        float:right;
        margin-right:10px;
-       text-align:right;
-
 }
 div.module {
        position:absolute;
@@ -191,11 +189,10 @@
 }
 div.content{
 
-         float:left;
                padding-top:7px;
+               margin-top:7px;
          width:100%;
          font-family:verdana,helvetica,sans-serif;
-         clear:both;
 
 
 }
@@ -845,12 +842,11 @@
 h2.dossier {
        color:darkblue;
        font-style: italic;
-display:inline;
-
-font-size:14px;
-margin:0;
-padding:0;
-text-align:center;
+       display:inline;
+       font-size:14px;
+       margin:0px;
+       padding:0px;
+       font-variant:small-caps;
 }
 /* </style> */
 div.add_todo_list {
@@ -989,14 +985,11 @@
 {
        display:inline;
        float:left;
-       width:40em;
-
 }
 #calc
 {
        display:inline;
        float:left;
-        width: 15em;
 }
 div#wait_box
 {




reply via email to

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