I suppose this is an issue of the theme i'm using (yeah, i'm pretty sure i
could have modified something that broke the gd-stars-rating layout for my
blog) but here's the modification i had to make to file:
./gd-star-rating/css/gdsr.css.php on line 175:
- <?php get_class_head($head, ".starsbar a"); ?> { position: absolute;
display: block; left: 0; top: 0; text-decoration: none; border: 0
!important; cursor: pointer; background: none !important; }
+ <?php get_class_head($head, ".starsbar a"); ?> { position: absolute;
display: block; left: 0; top: 0; text-decoration: none; border: 0
!important; cursor: pointer; background: none !important; margin:0;
padding: 0; }
Hope that helps for some who were troubled with misaligned star icons when
you hoovered over them.
I'm attaching the modified file.
Original issue reported on code.google.com by ara...@gmail.com on 10 Nov 2009 at 2:30
Original issue reported on code.google.com by
ara...@gmail.com
on 10 Nov 2009 at 2:30Attachments: