Problem/Motivation

Namely within the "Bio" and "Drupal contributions" fields, the styling for unordered lists needs to be adjusted.

  • There is no bottom margin so the following elements immediately follow the list, making it difficult to read and know where one field finishes.
  • The discs are too far to the left and need to be moved so that they are inline with the following elements.

Proposed resolution

Add/adjust the values for margin-bottom and padding-left for ul elements. Ordered lists are fine.

Remaining tasks

  1. Adjust CSS as needed.
  2. Review by Bluecheese maintainer/DA staff.
  3. Commit to Bluecheese.

User interface changes

API changes

Screenshots




Support from Acquia helps fund testing for Drupal Acquia logo

Comments

opdavies’s picture

Issue summary: View changes
opdavies’s picture

Issue summary: View changes
opdavies’s picture

emcoward and I are going to take a look at this next week when I'm back from holiday.

drumm’s picture

Lists in general could use a lot of cleanup in Bluecheese. I would not be surprised if there is a way to simplify the CSS to make the lists more consistent with other lists in content. And the core profile module isn't totally disabled yet (it probably can be), so it might be contributing to the issue.