On the Drupal website on
http://drupal.org/project/modules/index the lay-out is somewhat wrong.layout_drupal_org

Most of the numbers disappear.
See part of my screen dump picture of modules numbers 91 to 110:

Niek

Comments

niek_kloots’s picture

Component: Other » Redesign
Priority: Normal » Major

After 3 weeks still nothing.

It's The Drupal.org website itself we're talking about.
One should expect that this would be fixed fast. Don't tell me that it's difficult to mend.

dddave’s picture

This is pretty embarrassing and should be repaired asap. It seems that there is not enough padding on the <ol>.

dddave’s picture

Title: lay-out drupal.org » Very bad looking missing padding on modules/index

Better title, really not sure about the component.

killes@www.drop.org’s picture

Project: Drupal.org site moderators » Bluecheese
Component: Redesign » Code

Moving over to bluecheese

niek_kloots’s picture

@killes 45 days later and still nothing done! Not even assigned to someone!

This website is the showcase of Drupal and they can't fix their own backyard?
All the talk about Drupal 8 (with the site later made in D8 I presume) but the site in D7 still not fixed?

Makes me wonder and sad.

niek_kloots’s picture

Category: bug » task
Priority: Major » Critical

@killes 53 days later and still nothing done! Not even assigned to someone!

This website is the showcase of Drupal and they can't fix their own backyard?
All the talk about Drupal 8 (with the site later made in D8 I presume) but the site in D7 still not fixed?

Makes me wonder and sad.

ayesh’s picture

Priority: Critical » Normal

Drupal.org is a Drupal 6 site and IMO, this is not a critical issue (although I agree it's somewhat annoying).
I hope anyone with access to drupal.org would increase padding-left to 5em or something.

drupalshrek’s picture

StatusFileSize
new20.79 KB

I have had a look at this problem, and the problem appears that the CSS has:
ol {
list-style: decimal inside;
}

This should be changed to use the default list-style-position property (c.f. http://www.w3schools.com/cssref/pr_list-style-position.asp):
ol {
list-style: decimal;
}

I have tried this locally and it fixes the problem. It needs someone with access to d.o. to fix it though.

tvn’s picture

Status: Active » Needs review
StatusFileSize
new338 bytes

ol actually has list-style outside, but overflow: hidden. Removed it and the list looks ok.
http://tvn-drupal.redesign.devdrupal.org/project/modules/index (this page loads ridiculously slowly on dev site)

drumm’s picture

Status: Needs review » Fixed

Committed and should be deployed on staging.devdrupal.org.

drumm’s picture

And deployed. The D7 issue for this is #1526240: ol styles are cutting off larger numbers

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

Anonymous’s picture

Issue summary: View changes

edit: added line