Reviewed: https://reviews.mahara.org/3018 Committed: http://gitorious.org/mahara/mahara/commit/ab3d306df2a2e92c033149fb113a49f0d2539d46 Submitter: Robert Lyon ([email protected]) Branch: master
commit ab3d306df2a2e92c033149fb113a49f0d2539d46 Author: Jono Mingard <[email protected]> Date: Tue Feb 18 16:10:09 2014 +1300 Changed navigation block from table to list (Bug #1264014) Uses the same styles as the old version rather than the modified ones from the bug report Change-Id: I1784608b125cdcad7acad8bb9ade69f7973a01f6 Signed-off-by: Jono Mingard <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1264014 Title: Collection Navigation should be a list not a table Status in Mahara ePortfolio: In Progress Bug description: The block navigation, the html code is a table, when it should be an unordered list. The advantage of it being a list is that it will allow a user to apply skins to the navigation. Attached is the file that needs to be modified in blocktype/navigation/theme/raw/navigation.tpl Also, the CSS needs to be updated with something along the following lines, or else the default will be a bullet list. nav ul{ list-style: none; } nav ul li:before{ content: "\00BB \0020"; font-size: 12pt; } nav ul li h3 { display: inline; } To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1264014/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

