Great module - and as you say, well needed.

I'm using Garland and the user interface of some of the text looks funny. I don't think it's anything I've done on my side. See attached jpg.

CommentFileSizeAuthor
cmf.png7.05 KBPeterZ

Comments

ricardo37’s picture

Status: Fixed » Active

I get exactly the same results at my end. Using Drupal 5.7 (Ubuntu package) and Garland.

Actually I discovered that the solution is very simple. The problem is that the word "status", from the phrase "node status" is running over into the next line. A simple fix is therefore to short this phrase. Edit line #366 of cmf.module and change "node status" to just "status". Everything looks good after that simple change.

alex72rm’s picture

It should very important to solve this bug.

Alessandro

alex72rm’s picture

Status: Active » Fixed

Add this css entry into styles.css garland theme (themes\garland)

dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: auto;
}
alex72rm’s picture

Status: Active » Closed (fixed)
nunoveloso’s picture

Thank you Alex!