diff options
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 { |