From 8252d0f17a6effcde83e3acee8d3bf26c83b91f8 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Fri, 3 Feb 2012 12:33:25 +0100 Subject: [PATCH] Bug 7264 - Followup: Add a black border to the popup 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. --- 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 100755 --- 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.5.4