http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11904
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #8 from Julian Maurice <[email protected]> --- > Why doesn't this work with the existing two types of message box > styles, <div class="dialog message"> and <div class="dialog alert"> ? Because those two divs haven't the same width and I wanted all message boxes to have the same width (and I didn't want to change existing rules to avoid breaking things) > Following the test plan the message I get is unstyled If Koha is in English, did you try to clean all possible caches (http server, browser, ...) ? I had to hit Ctrl-F5 many times during development ;) > Is this new system designed to work with a greater number/different > kind of messages? What can we do to keep the styling consistent? I think we can keep "dialog" for message boxes that asks something to the user. And use "messages" for all others message boxes. These two kind of message boxes serve different purposes. Is there a real need to keep styling consistent between them? -- 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/
