Bullets are not showing in correct position after installing album module
Yuki - August 19, 2009 - 10:41
| Project: | album photos |
| Version: | 6.x-2.6-beta3 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
If I use foliage theme and this module at that time after installtion the bullets(if i out any bullents in content page) are not showing correctly Its moving little bit left position. Please see the screenshot.
http://drupal.org/files/issues/problem_bullet.JPG
I have tested that after uninstall this module the bullets are again come to perfect postion.
What settings I need to change to show the bullet in correct position?

#1
I used the firefox plugin 'firebug' for solving a similar problem. In fact, a stylesheet had to be modified.
For this, it would be helpful to disable drupal's cache while debugging.
#2
Can you elaborate little bit more or step by step how to do it? It would help other users also. Thanks.
#3
Here is a short explanation:
- install firefox and add the firebug plugin
- navigate as usual to the buggy content page
- activate firebug (e.g. via F12)
- you can modify the stylesheet(s) in the right firebug window
I'm not the right one for detailed explanations of css files, I also had to google for some additional informations.
This is my result for your bullet problem with the foliage theme:
I modified line 4 of photos/thickbox/thickbox.css from
*{padding: 0; margin: 0;}to
*{margin: 0;}With other words: I removed the padding parameter.
This might not be a perfect solution, but it's working for me.
#4
not working though(the page bullets are not showing correctly still)...anyway thanks.
#5
If Album Photos module interferes with your theme, go into the module's files and remove the general formatting instructions in the very top of the thickbox.css file.
-OM