From 591403d79453204b537f51b4d213dfef0c9cc270 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 18 Mar 2009 06:15:37 +0000 Subject: Added rotate cc and ccw icons to themeroller theme and css to default theme, applied to quick pane rotate buttons. Hope that jQuery UI includes rotate icons eventrually so we don't have to maintain this. --- themes/default/css/screen.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 72f37f86..5ea424cc 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -847,6 +847,14 @@ form .gError, margin-left: .2em; } +.ui-icon-rotate-ccw { + background-position: -192px -64px; +} + +.ui-icon-rotate-cw { + background-position: -208px -64px; +} + /* STUFF THAT NEEDS A HOME */ #gMove ul { -- cgit v1.2.3