On the page ".../node/add" is bad css for tags in the list:

.
How can I change the styles for "dl dd" tags?

Comments

Anonymous’s picture

Title: Adjust the page example.com/node/add » Bad CSS styles for dl, dt, and dd elements
Version: 6.x-1.5 » 6.x-1.x-dev
Assigned: Unassigned »
Category: support » bug

This is something that needs to be fixed. The definition list in question has this structure:

  <dl class="node-type-list">
      <dt class="odd">Term 1</dt>
      <dd class="odd">Definition 1</dd>
      <dt class="even">Term 2</dt>
      <dd class="even">Definition 2</dd>
  </dl>

This will be fixed in the next release. If you need to change it before then, the current CSS for these elements is in nitobe/core.css

Thanks for catching this!

Anonymous’s picture

Version: 6.x-1.x-dev » 6.x-2.5

This appears to still be a problem as it was reported again:

#362870: Create content displayed different in Firefox and Internet Explorer

Anonymous’s picture

Status: Active » Fixed

The fix for this has been committed to CVS and will be in the next release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.