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 <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Garry Collum 2012-01-20 12:24:27 -05:00 committed by Paul Poulain
parent f18e14883f
commit ac31b07400

View 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;
}