From 33f962968bced5678781d4640982f7f423e2c4f0 Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 30 Mar 2004 16:09:36 +0000 Subject: [PATCH] css'ing (continued) --- .../default/en/includes/common-style.css | 16 ++++- .../default/en/includes/reports-top.inc | 59 +++++-------------- 2 files changed, 31 insertions(+), 44 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css index c1d028ff81..6eb249caf5 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css +++ b/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css @@ -19,6 +19,10 @@ body { background-color:#FFFFFF; background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); } +th { + background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); + text-align: center; +} /* TABLES */ table { @@ -49,10 +53,20 @@ td { } /* hilighted cell */ td.hilighted { - font-size:10pt; border-left:0px; background-color:#ffffcc; } +/* cells that are numbers => aligned right */ +td.number { + border-left:0px; + text-align:right; +} +/* hilighted cell */ +td.numberhilighted { + border-left:0px; + background-color:#ffffcc; + text-align:right; +} h1 { color:#000000; diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc b/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc index 11dd4e2c23..2b7cc3ce04 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc +++ b/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc @@ -6,8 +6,7 @@ /includes/common-style.css"> - + - - - - -
- - -
- -
-
+ +

Logged in as: [Log Out]

-- 2.39.5