diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:58:54 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:58:54 -0600 |
commit | f517ef4baf48ef7e1f8cbf1ed073c13c0cdf131f (patch) | |
tree | ea348760e9aa200dc4f2aa8ac24674d834a11cfd /lib/gallery.common.css | |
parent | 288e14756d948acecbc98fdd76ddb851f5d3e74b (diff) |
Moved rotate image bg css to gallery.common.
Diffstat (limited to 'lib/gallery.common.css')
-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 f6d5bf26..93dd56e8 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -400,6 +400,18 @@ ul.sf-menu li li li.sfHover ul { left: 12em; } +/* jQuery UI ThemeRoller buttons */ + +/* Rotate icon, themerollower only provides one of these */ + +.ui-icon-rotate-ccw { + background-position: -192px -64px; +} + +.ui-icon-rotate-cw { + background-position: -208px -64px; +} + /* Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .g-button { |