From 7f58752ab4537b800f6f563300b7d217da16e0aa Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 18 Nov 2009 19:41:13 -0700 Subject: Flip paginator arrow icons for RTL. This will help for now, but jQuery UI themes really need to be updated to support RTL http://dev.jqueryui.com/ticket/4702. --- lib/gallery.common.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'lib') diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 1ada929f..097e7c1e 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -789,3 +789,21 @@ div#g-action-status { -webkit-border-top-left-radius: 17px; -webkit-border-bottom-right-radius: 17px; } + +/* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.rtl .g-paginator .ui-icon-seek-end { + background-position: -80px -160px; +} + +.rtl .g-paginator .ui-icon-seek-next { + background-position: -48px -160px; +} + +.rtl .g-paginator .ui-icon-seek-prev { + background-position: -32px -160px; +} + +.rtl .g-paginator .ui-icon-seek-first { + background-position: -64px -160px; +} \ No newline at end of file -- cgit v1.2.3