Add a CSS style for the divinfo for the operation details

This commit is contained in:
Dany De Bontridder 2010-07-17 17:54:03 +00:00
parent 937420817d
commit f0f98f64c6
3 changed files with 7 additions and 3 deletions

View file

@ -887,4 +887,5 @@ div#div_jrn{
background-color:#EDF3FF;
}
div.divinfo
{ color:red;text-align:right;display:block;width:30em;height:13;}

View file

@ -920,4 +920,6 @@ div#div_jrn{
background-color:#EDF3FF;
}
div.divinfo
{ color:red;text-align:right;display:block;width:30em;height:13;font-weight:bold}

View file

@ -947,4 +947,5 @@ div#div_cat{
background-color:#EDF3FF;
}
div.divinfo
{ color:red;text-align:right;display:block;width:30em;height:13;}