Controls for Bullet Points
DrupalFan - May 27, 2009 - 11:32
| Project: | Language Icons |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi, this is a superb module! Thank you for developing and sharing it.
I would like to request a new feature: Is it possible to add controls that would permit the removal of the flags' bullet points. I feel that the presence of the flag icons is sufficient and replaces the bullet points. Otherwise, how can I remove the bullet points myself? The module's code does not add them. Is there a way to instruct the theme() function not output them? My website does not look consistent with the present format.
Thank you,
DrupalFan

#1
Hello:
First of all, thanks for sharing the module. I am also interested in just displaying the flags, no bullets and no text. It would be great to get this feature integrated in the module
Cheers
#2
As a workaround, you can get rid of the bullet points with e.g. the following CSS, which also makes the flags display inline:
div.block-locale ul li {display: inline;
list-style-image: none;
margin: 0px 2px;
}