aviart / gd-star-rating

Automatically exported from code.google.com/p/gd-star-rating
GNU General Public License v2.0
1 stars 0 forks source link

Voting stars misaligned on some themes #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
there is no gdsr.css.php :s

I upload it, no thing change !!

Original comment by kahaha...@gmail.com on 3 Dec 2009 at 8:58