Change Link Display
BradM - May 1, 2008 - 21:35
| Project: | Views Bookmark |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
When adding a bookmark, the javascript text "This post has been added to your bookmarks" ends up partially being obscured if it runs over other text or a dark background. Same goes for when the bookmark is removed. Maybe CSS can be added to show the text within a box, to better improve its visibility?

#1
never mind! I found the css file *smacks forehead* and modified it to put a coloured box around the text. The only thing I couldn't do was successfully change the position of where the message appears. When it appears, it ends up covering menu items on my right sidebar, rendering them unaccessible.
#2
Yeah this is just a matter of CSS. The bookmark message of views bookmark is absolutely positioned so that it won't change the layout when clicking a link. You might try increasing the margin at the bottom of your links to make room for the message.
#3
Closing after lack of activity.