From ac31b07400564f413506a175c6cab72dbd3335f6 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Fri, 20 Jan 2012 12:24:27 -0500 Subject: [PATCH] Bug 7098: Adds koha_url elements to sco.css. The 'Powered by Koha' link was not styled in self-cko. The koha_url elements were missing from sco.css. The elements within opac.css were copied and added to sco.css. Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain --- koha-tmpl/opac-tmpl/prog/en/css/sco.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/sco.css b/koha-tmpl/opac-tmpl/prog/en/css/sco.css index 1b1b5d5b4f..54dfaebc24 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/sco.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/sco.css @@ -226,3 +226,15 @@ div.button a:active { div.button a:active { border : 1px inset #666; } + +div.koha_url { + border-top: none !important; +} +span.koha_url { + position: absolute; + right: 0; +} +a.koha_url { + text-decoration: none; + color: #666666; +} -- 2.20.1