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
........
This commit is contained in:
Dany De Bontridder 2014-01-15 20:15:42 +00:00
parent 5e160891ca
commit b254a1aab7
4 changed files with 21 additions and 11 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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
}
}

View file

@ -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;