diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-03-18 06:15:37 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-03-18 06:15:37 +0000 |
| commit | 591403d79453204b537f51b4d213dfef0c9cc270 (patch) | |
| tree | 1fa07f1ed13b3df6aaa33aad63b2aebbc92530bf /themes/default/css | |
| parent | a20241f9eab92930827339187d4de66c73e0bffb (diff) | |
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.
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 { |
