From f0f98f64c6be3926295f4ecf9d2a3cceaaea1beb Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 17 Jul 2010 17:54:03 +0000 Subject: [PATCH] Add a CSS style for the divinfo for the operation details --- html/style-color.css | 3 ++- html/style-light.css | 4 +++- html/style.css | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/html/style-color.css b/html/style-color.css index a3ca0df99..9af32dacb 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -887,4 +887,5 @@ div#div_jrn{ background-color:#EDF3FF; } - \ No newline at end of file + div.divinfo +{ color:red;text-align:right;display:block;width:30em;height:13;} \ No newline at end of file diff --git a/html/style-light.css b/html/style-light.css index 5824d2b52..b2685f099 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -920,4 +920,6 @@ div#div_jrn{ background-color:#EDF3FF; } - \ No newline at end of file + +div.divinfo +{ color:red;text-align:right;display:block;width:30em;height:13;font-weight:bold} \ No newline at end of file diff --git a/html/style.css b/html/style.css index afc0b8773..3454d4892 100644 --- a/html/style.css +++ b/html/style.css @@ -947,4 +947,5 @@ div#div_cat{ background-color:#EDF3FF; } - \ No newline at end of file +div.divinfo +{ color:red;text-align:right;display:block;width:30em;height:13;} \ No newline at end of file