From 9d45cc040d76f86fe990e4c759fdd863c382ec87 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 17 Nov 2009 22:48:10 -0700 Subject: Flip the breadcrumb separator and play slideshow button for RTL languages. --- lib/gallery.common.css | 3 ++- lib/images/ico-separator-rtl.gif | Bin 0 -> 106 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 lib/images/ico-separator-rtl.gif (limited to 'lib') diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 635699c7..860529cd 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -708,11 +708,12 @@ div#g-action-status { } .rtl .g-breadcrumbs li { - background-position: right center; + background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center; padding: 1em 18px 1em 8px; } .rtl .g-breadcrumbs .g-first { + background: none; padding-right: 0; } diff --git a/lib/images/ico-separator-rtl.gif b/lib/images/ico-separator-rtl.gif new file mode 100644 index 00000000..d9061a46 Binary files /dev/null and b/lib/images/ico-separator-rtl.gif differ -- cgit v1.2.3