phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r5673 - in phpcompta/trunk: . html
Date: Wed, 15 Jan 2014 21:15:43 +0100 (CET)

Author: danydb
Date: 2014-01-15 21:15:42 +0100 (Wed, 15 Jan 2014)
New Revision: 5673

Modified:
   phpcompta/trunk/
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-epad.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/style.css
Log:
Merged revisions 5671-5672 via svnmerge from 
svn+ssh://address@hidden/svn/phpcompta/tags/rel671

........
  r5671 | danydb | 2014-01-11 20:42:47 +0100 (sam., 11 janv. 2014) | 1 line
  
  Update style-light.css
........
  r5672 | danydb | 2014-01-12 17:27:48 +0100 (dim., 12 janv. 2014) | 1 line
  
  Change CSS : h3, h1 were smaller than h2
........



Property changes on: phpcompta/trunk
___________________________________________________________________
Name: svnmerge-integrated
   - /phpcompta/tags/rel671:1-5669
   + /phpcompta/tags/rel671:1-5672

Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2014-01-12 16:27:48 UTC (rev 
5672)
+++ phpcompta/trunk/html/style-color.css        2014-01-15 20:15:42 UTC (rev 
5673)
@@ -1153,13 +1153,16 @@
 
 h1.title {
     color: blue;
-    font-size:0.87em;
+    font-size:2em;
     font-style: italic;
+    text-align:center;
 }
 h3.title {
-    color: blue;
-    font-size:0.87em;
+    color: brown;
+    font-size:1em;
     margin-left: 30px;
+    font-weight: bolder;
+    border:#CC5343 solid 2px;
 }
 h4.title {
     color: blue;

Modified: phpcompta/trunk/html/style-epad.css
===================================================================
--- phpcompta/trunk/html/style-epad.css 2014-01-12 16:27:48 UTC (rev 5672)
+++ phpcompta/trunk/html/style-epad.css 2014-01-15 20:15:42 UTC (rev 5673)
@@ -1173,7 +1173,8 @@
 
 h1.title {
     color: blue;
-    font-size:0.87em;
+    font-size:2em;
+    text-align:center;
     font-style: italic;
 }
 h2.title {
@@ -1187,8 +1188,10 @@
 }
 h3.title {
     color: blue;
-    font-size:0.87em;
     margin-left: 30px;
+    font-size:1em;
+    font-weight: bolder;
+    border-bottom: #0000ff solid 2px;
 }
 h4.title {
     color: blue;

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2014-01-12 16:27:48 UTC (rev 
5672)
+++ phpcompta/trunk/html/style-light.css        2014-01-15 20:15:42 UTC (rev 
5673)
@@ -1070,10 +1070,8 @@
 div#div_jrnsearch_op{
 
     border:1px solid black;
-    display:none;
     width:50em;
     background-color:#EDF3FF;
-    position:absolute;
     z-index: 5;
 
 }
@@ -1173,8 +1171,10 @@
 
 h1.title {
     color: blue;
-    font-size:0.87em;
+    font-size:2em;
     font-style: italic;
+    text-align:center;
+    text-transform: uppercase;
 }
 h2.title {
     background-color:#879ed4;
@@ -1351,4 +1351,4 @@
     text-align:right;
     border:1px solid blue;
     margin:2px
-}
\ No newline at end of file
+}

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2014-01-12 16:27:48 UTC (rev 5672)
+++ phpcompta/trunk/html/style.css      2014-01-15 20:15:42 UTC (rev 5673)
@@ -1163,8 +1163,10 @@
 
 h1.title {
     color: blue;
-    font-size:0.87em;
+    font-size:2em;
     font-style: italic;
+    text-align:center;
+    text-transform: uppercase;
 }
 h2.title {
     background-color:#879ed4;
@@ -1177,8 +1179,10 @@
 }
 h3.title {
     color: blue;
-    font-size:0.87em;
+    font-size:1em;
     margin-left: 30px;
+    font-weight: bolder;
+    border:#0000ff solid 2px;
 }
 h4.title {
     color: blue;



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