I was just redoing some screenshots for the inventory tool and I noticed that in the new design, statuses have bullet points next to them. I'm not sure this is necessary, especially that the list items are right aligned, it looks a bit weird with the bullets... Cataloging > Inventory > Optional filters for inventory list or comparing barcodes
Created attachment 143122 [details] Inventory tool in old design This is the screenshot in the manual currently, for comparison
Created attachment 143123 [details] Inventory tool in new design This is a screenshot of the current inventory tool in the new design. Notice the bullet points next to the item statuses
Created attachment 144344 [details] [review] Bug 32095: Remove bullets from inventory tool status The new design included bullet points in a list where the elements were aligned to the right. The bullets have now been removed using "list-style: none;" to make the styling much cleaner. Test plan: 1) Navigate to Cataloging > Inventory 2) Observe that in the "Optional filters for inventory list or comparing barcodes" section there are bullet points in the listed items 3) Apply patch 4) Navigate to the same window and observe that the bullet points are now missing
Created attachment 144367 [details] [review] Bug 32095: Remove bullets from inventory tool status The new design included bullet points in a list where the elements were aligned to the right. The bullets have now been removed using "list-style: none;" to make the styling much cleaner. Test plan: 1) Navigate to Cataloging > Inventory 2) Observe that in the "Optional filters for inventory list or comparing barcodes" section there are bullet points in the listed items 3) Apply patch 4) Navigate to the same window and observe that the bullet points are now missing Signed-off-by: David Nind <david@davidnind.com>
Created attachment 144704 [details] [review] Bug 32095: Remove bullets from inventory tool status The new design included bullet points in a list where the elements were aligned to the right. The bullets have now been removed using "list-style: none;" to make the styling much cleaner. Test plan: 1) Navigate to Cataloging > Inventory 2) Observe that in the "Optional filters for inventory list or comparing barcodes" section there are bullet points in the listed items 3) Apply patch 4) Navigate to the same window and observe that the bullet points are now missing Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work, thanks everyone! Pushed to 22.11.x for the next release.
Oh strange, this page has several CSS rules directly inside HTML. We should consider moving to a <style> tag or to staff-global.css