From 13bb6cea7cb17a34761a3b23b33fe69665ef7078 Mon Sep 17 00:00:00 2001 From: hdl Date: Wed, 15 Jun 2005 19:55:14 +0000 Subject: [PATCH] Displaying overdues with red font. --- koha-tmpl/opac-tmpl/css/en/includes/opac.css | 11 ++++++++++ koha-tmpl/opac-tmpl/css/en/opac-user.tmpl | 21 ++++++-------------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/opac-tmpl/css/en/includes/opac.css b/koha-tmpl/opac-tmpl/css/en/includes/opac.css index b29f14e104..4b9fa3b7b6 100644 --- a/koha-tmpl/opac-tmpl/css/en/includes/opac.css +++ b/koha-tmpl/opac-tmpl/css/en/includes/opac.css @@ -267,6 +267,17 @@ select:hover { /* BLOCS */ +#problem { + color: white; + font-weight:bold; + background-color:red; +} +.problem { + color: white; + font-weight:bold; + background-color:red; +} + /* the mainbloc : everything is in mainbloc, except menu */ #mainbloc { float:left; diff --git a/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl b/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl index a8ab16dd66..aee629d484 100644 --- a/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl +++ b/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl @@ -60,27 +60,18 @@ Renewable - - - - OVERDUE + + + + + + YesNo YesNo - - - - - - - - YesNo - YesNo - - -- 2.39.2