http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597
--- Comment #11 from Jared Camins-Esakov <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
