Add A Note on CSS Styles to release notes. user/dyrcona/add-to-permanent-bookbag
authorJason Stephenson <jason@sigio.com>
Sun, 1 Jul 2012 17:15:32 +0000 (13:15 -0400)
committerJason Stephenson <jason@sigio.com>
Sun, 1 Jul 2012 17:15:32 +0000 (13:15 -0400)
Added a section to the add to permanent bookbag release notes
explaining how one might want to add an overflow property to
the .popmenu li:hover li a selector.

Signed-off-by: Jason Stephenson <jason@sigio.com>
docs/RELEASE_NOTES_NEXT/add-to-permanent-bookbag.txt

index f3e795a..c586c62 100644 (file)
@@ -53,3 +53,15 @@ be used to add records from searches based on a current topic of
 interest.  Changing the default list is so easy that users may want to
 do so when changing search topics in order to keep their results
 better organized.
+
+A Note on CSS Styles
+~~~~~~~~~~~~~~~~~~~~
+
+If a user has a bookbag with an overly long name, the end of it will
+jut out past the right margin of the menu in FireFox and several other
+browsers.  To change this behavior, you may want to edit the `.popmenu
+li:hover li a` css entry in `web/css/skin/default/opac/style.css` by
+adding an `overflow` property.  If you desire to have the longer names
+clipped to the size ofthe menu then add `overlow: hidden`.  If you
+prefer to have a scroll bar for oversized entries, then add `overflow:
+auto`.