diff options
-rw-r--r-- | lib/gallery.common.css | 12 | ||||
-rw-r--r-- | themes/admin_wind/css/screen.css | 10 | ||||
-rw-r--r-- | themes/wind/css/screen.css | 10 |
3 files changed, 15 insertions, 17 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 { diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 75652dc3..13174df9 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -11,6 +11,8 @@ * 5) Navigation and menus * 6) jQuery and jQuery UI * 7) Right-to-left language styles + * + * @todo Consider moving g-panel to gallery.common */ /** ******************************************************************* @@ -474,14 +476,6 @@ th { margin-left: .2em; } -.ui-icon-rotate-ccw { - background-position: -192px -64px; -} - -.ui-icon-rotate-cw { - background-position: -208px -64px; -} - /*************** STUFF THAT NEEDS A HOME ****************/ .g-progress-bar { diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 7d304837..6e370a7f 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -12,7 +12,7 @@ * 6) jQuery and jQuery UI * 7) Right-to-left language styles * - * @todo Review g-buttonset and it's usage + * @todo Review g-buttonset and it's usage here and admin_wind */ /** ******************************************************************* @@ -443,14 +443,6 @@ td { margin-left: .2em; } -.ui-icon-rotate-ccw { - background-position: -192px -64px; -} - -.ui-icon-rotate-cw { - background-position: -208px -64px; -} - /** ******************************************************************* * 6) Right to left styles *********************************************************************/ |