Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#9491 closed enhancement (fixed)

admin area should allow for li tags

Reported by: denis-de-bernardy's profile Denis-de-Bernardy Owned by: azaozz's profile azaozz
Milestone: 2.8 Priority: normal
Severity: normal Version: 2.8
Component: Administration Keywords:
Focuses: Cc:

Description

the current admin css files render li tags completely disfunctional.

I've nailed down the important fixes to:

#contextual-help-wrap li,
.inside li {
	margin-left: 1.8em;
	list-style: square;
}

not entirely sure where they'd go, though.

Change History (7)

#1 @ryan
17 years ago

  • Owner changed from anonymous to azaozz

#2 @azaozz
17 years ago

The <li> tags are used in many places as containers (on plugins pages too) and are reset globally. Best to define separate css classes in global.css that can be used to style lists.

#3 @Viper007Bond
17 years ago

Yeah, it's intended.

I would love however to see a built-in generic bulleted list class. I hate having to write my own for each plugin that needs them.

#4 @Viper007Bond
17 years ago

  • Type changed from defect (bug) to enhancement

#5 @janeforshort
17 years ago

  • Milestone changed from 2.8 to Future Release

Punting due to feature freeze. Reconsider with next release.

#6 @azaozz
17 years ago

  • Milestone changed from Future Release to 2.8

This is a simple fix affecting (future) plugins only, perhaps we can add few list css classes.

#7 @azaozz
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [11116]) Add list css classes, fixes #9491

Note: See TracTickets for help on using tickets.