From 32071959bf586187330196b40a356113c67e13d7 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Fri, 20 Jan 2012 12:24:27 -0500 Subject: [PATCH] [SIGNED-OFF] 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 --- koha-tmpl/opac-tmpl/prog/en/css/sco.css | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/sco.css b/koha-tmpl/opac-tmpl/prog/en/css/sco.css index 1b1b5d5..54dfaeb 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; +} -- 1.7.2.3