CSS Class problems with this module

Jaganaud - February 11, 2008 - 10:04
Project:Bookmarks with login reminders
Version:5.x-1.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

Hello,

I'd like to report a bug in this module that apparently affects the way class names are generated for the lists containing the "quick link" and "manage" links, causing those items to be "un-theme-able". In an older release of this module thoses classes were named "bookmarks_%linkname", (i.e. bookmarks_quick_link) and were thus accessible via CSS. Now, the classes only have numbers in it (c.f. code snippet below, line #13 oder #14) making it impossible to access them via CSS, as class names starting with or containing only out of numbers are not within the scope of CSS specifictions.

I'd also like to mention that the recycle bin has been gone, and that's because apparently the HTML code for the bin image to appear has been removed (c.f. line #7). The hyperlink there has no clickable content and therefore remains invisible.

Regards

Jaganaud

#1 [h2]
#2 [em]admin[/em]'s bookmarks[/h2]
#3 [div class="content"]
#4 [div class="item-list"]
#5 [ul]
#6 [li]
#7 [div class="icon"][a href="/ef6/bookmarks2/1/delete?url=admin%2Fbuild%2Fblock&block=1" title="Delete this bookmark from your list."][/a][/div][a href="http://erdfisch.de/ef6/admin/build/block"]Blöcke[/a]
#8 [/li]
#9 [/ul]
#10 [/div]
#11 [div class="links"]
#12 [ul class="links"]
#13 [li class="first 0"][a href="/ef6/bookmarks2/1/add/quick?title=Leistungen" title="Bookmark the current page." class="0">quick link[/a][/li]
#14 [li class="last 1"][a href="/ef6/bookmarks2/1" class="1"]manage[/a]
#15 [/li]
#16 [/ul][/div][/div]

#1

sanduhrs - February 13, 2008 - 09:06
Status:active» duplicate

duplicate of #220290: CSS Class problems with this module

 
 

Drupal is a registered trademark of Dries Buytaert.