http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8061
--- Comment #5 from Karam Qubsi <[email protected]> --- I fell like there is some problems facing us to apply rtl direction by default when using on of the rtl languages when I'm trying to set the css files i found that there is some styles cannot be changed from css files only so this is a problem for example : /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/includes/opac-bottom.inc you can see : [% IF ( languages_loop && opaclanguagesdisplay ) %] [% UNLESS ( one_language_enabled ) %] <div id="changelanguage" class="ft"> <div class="lang" style="float:left;padding: 0.1em 0;"><strong>Languages: </strong></div> Floats and this will make the general css files not effect on this file I fix this by hand but I think this must be not here and all the styles must be just in the css files to make it easier in changing the direction to rtl i don't have experience in patching but I hope if some one can guide me how to test your patch I have rtl css files make koha about 80% good in rtl but need some debugging I will attach it here . -- 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/
