Binary files /dev/null and arrows.png differ Index: widgets/plain/arrows.svg =================================================================== RCS file: widgets/plain/arrows.svg diff -N widgets/plain/arrows.svg --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ widgets/plain/arrows.svg 3 Aug 2010 04:46:56 -0000 @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + inactive + active + + + + + + Index: widgets/plain/plain.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/vote_up_down/widgets/plain/plain.css,v retrieving revision 1.2 diff -u -p -r1.2 plain.css --- widgets/plain/plain.css 31 May 2010 03:59:40 -0000 1.2 +++ widgets/plain/plain.css 3 Aug 2010 04:46:56 -0000 @@ -3,9 +3,8 @@ .vud-widget-plain { float: left; clear: left; - padding: 2px; + padding: 1px 2px 2px; margin: 2px 5px 0 0; - border: 1px solid #ccc; width: 15px; height: 32px; } @@ -17,7 +16,8 @@ display: block; text-decoration: none; width: 15px; - height: 16px; + height: 17px; + background: url(arrows.png) 0 0 no-repeat; } .vud-widget-plain a.up-inactive, @@ -36,23 +36,23 @@ .vud-widget-plain .up-active, .vud-widget-plain .up-inactive:hover { - background: url('a_up_act.png') no-repeat 0px 0px; + background-position: -1px -1px; float: left; } .vud-widget-plain .up-inactive { - background: url('a_up_inact.png') no-repeat 0px 0px; + background-position: -1px -19px; float: left; } .vud-widget-plain .down-active, .vud-widget-plain .down-inactive:hover { - background: url('a_down_act.png') no-repeat 0px 0px; + background-position: -18px -1px; float: right; } .vud-widget-plain .down-inactive { - background: url('a_down_inact.png') no-repeat 0px 0px; + background-position: -18px -19px; float: right; } @@ -72,7 +72,7 @@ padding-right: 0 !important; display: block; width: 15px; - height: 16px; + height: 17px; background-position: center; float: left; }