From ebaed32f29f034ba62deccdc56a4210540c23acd Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Fri, 3 Feb 2012 12:33:25 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 7264 - Followup: Add a black border to the popup Content-Type: text/plain; charset="utf-8" I think it's a bit hard to dinstinguish the popup from the background without a border, so this followup patch adds that. It should be applied on top of Srdjan's original patch. Signed-off-by: Owen Leonard --- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt index 97a2c57..122010f 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ -219,6 +219,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { display: none; padding: 20px; background: #fff; + border: 1px solid black; } -- 1.7.3