Bug 7098: Adds koha_url elements to sco.css.
authorGarry Collum <gcollum@gmail.com>
Fri, 20 Jan 2012 17:24:27 +0000 (12:24 -0500)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 23 Jan 2012 17:11:34 +0000 (18:11 +0100)
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 <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/css/sco.css

index 1b1b5d5..54dfaeb 100644 (file)
@@ -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;
+}