From b254a1aab7a0af8860098cb2431321cd448f55d0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 15 Jan 2014 20:15:42 +0000 Subject: [PATCH] Merged revisions 5671-5672 via svnmerge from svn+ssh://danydb@ns352270.ovh.net/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 ........ --- html/style-color.css | 9 ++++++--- html/style-epad.css | 7 +++++-- html/style-light.css | 8 ++++---- html/style.css | 8 ++++++-- 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/html/style-color.css b/html/style-color.css index 9b60946a2..76bf2b998 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -1153,13 +1153,16 @@ div.foldercontent { 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; diff --git a/html/style-epad.css b/html/style-epad.css index 17ba4f2d0..3f2fa1e4b 100644 --- a/html/style-epad.css +++ b/html/style-epad.css @@ -1173,7 +1173,8 @@ div.foldercontent { h1.title { color: blue; - font-size:0.87em; + font-size:2em; + text-align:center; font-style: italic; } h2.title { @@ -1187,8 +1188,10 @@ h2.title { } 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; diff --git a/html/style-light.css b/html/style-light.css index e1ac0fcd7..b90bc5981 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -1070,10 +1070,8 @@ div#wait_box div#div_jrnsearch_op{ border:1px solid black; - display:none; width:50em; background-color:#EDF3FF; - position:absolute; z-index: 5; } @@ -1173,8 +1171,10 @@ div.foldercontent { 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 @@ input.inum { text-align:right; border:1px solid blue; margin:2px -} \ No newline at end of file +} diff --git a/html/style.css b/html/style.css index e13c3a539..4f6a8e04d 100644 --- a/html/style.css +++ b/html/style.css @@ -1163,8 +1163,10 @@ div.foldercontent { 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 @@ h2.title { } 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;