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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to