diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-17 16:48:01 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-17 16:48:01 -0700 |
commit | 9ae9dabe68ab83d34a3dcdc5092b454b8282a6cd (patch) | |
tree | 84ed503e69e0d0eb3d298e6068ea0aa34036794e | |
parent | 42ce291d5836cab44e976fa331a651089331dd2a (diff) |
Initial RTL submenu arrow adjustments for Superfish. Submenus still appear to the right, instead of the left, and this might not be possible to fix without hacking Superfish JS itself.
-rw-r--r-- | lib/gallery.common.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index ba6a32f4..16dd143c 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -724,3 +724,15 @@ div#g-action-status { .rtl input.checkbox { margin-right: .4em; } + +/* Superfish RTL ~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.rtl .sf-menu a.sf-with-ul { + padding-left: 2.25em; + padding-right: 1em; +} + +.rtl .sf-sub-indicator { + left: .75em !important; + right: auto; +} |