[Koha-bugs] [Bug 8597] New theme for the OPAC with a mobile view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Aug 12 17:56:07 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

--- Comment #11 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Since the colors.css file has always been optional before, I think we need to
gracefully degrade if it is left blank or is set to a CSS file other than the
default. Perhaps we could either A) move all the layout CSS out of opac.css
into the new colors.css or B) move the additional layout CSS out of colors.css
into opac.css? As a general rule, moving all the new theme code into as few
files as possible would probably be good, since we don't want to force
libraries who are happy with their current layout to stop upgrading Koha. If we
were able to put everything into a ccsr.css file, so that libraries could
simply switch it on by changing colors.css to ccsr.css (or whatever the file is
called), that might be the best of both worlds.

I really like the mobile view, but I am a bit perplexed about how to deal with
the text in the CSS file. What about putting the labels into the markup, and
having opac.css hide them, then mobile.css override the display:none? I'm going
to experiment with this.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list