← Back to team overview

mahara-contributors team mailing list archive

[Bug 1264014] A patch has been submitted for review

 

Patch for "master" branch: https://reviews.mahara.org/3018

-- 
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


References