Bug 11411 - Bootstrap theme (enhancement) for (right to left)

This patch improves Koha's layout when a right-to-left language is being
displayed by correcting a float set by the right-to-left version of
Bootstrap CSS.

The patch modifies the right-to-left Less file and includes a
now-minified version of the compiled CSS.

To test, install a right-to-left language like ar-Arab. Apply the patch
and view the OPAC under the Bootstrap theme. When logged in, the log out
link is now aligned to the left.

Signed-off-by: Holger Meißner <h.meissner.82@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Owen Leonard 2014-01-30 14:17:10 -05:00 committed by Galen Charlton
parent 5188702236
commit 48298fe494
2 changed files with 7 additions and 420 deletions

File diff suppressed because one or more lines are too long

View file

@ -553,3 +553,9 @@ span.sep {
#overdrive-results {
padding-right: 1em;
}
.navbar {
.pull-right {
float : left;
}
}