[Koha-patches] [PATCH] Bug 7098: Adds koha_url elements to sco.css.

Garry Collum gcollum at gmail.com
Fri Jan 20 18:31:41 CET 2012


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.
---
 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.5.4



More information about the Koha-patches mailing list