Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#9877 closed defect (bug) (wontfix)

admin css tweaks

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

Description

the ".inside li" makes the category picker look a bit bad, so needs to be fixed, but the idea in the first is to allow lists to be inserted in editor meta boxes, and help items, added by plugins.

the other one is to make the postname field occupy the full width.

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

input#post_name {
	width: 99%;
}

Attachments (1)

9877.diff (443 bytes) - added by Denis-de-Bernardy 16 years ago.

Download all attachments as: .zip

Change History (5)

#1 @azaozz
16 years ago

  • Milestone 2.8 deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Lists are typically used for containers so changing this could affect many plugins. There are global list styles defined in global.css: ul-disc, ul-square and ol-decimal that can be used when needed.

#2 @Denis-de-Bernardy
16 years ago

  • Milestone set to 2.8
  • Resolution wontfix deleted
  • Status changed from closed to reopened

Attached patch isn't working, but I'll get one that does when I look into adding my plugin's help items. The need to add classes all over the place removes the possibility to use markdown to quick format help screens.

#3 @Denis-de-Bernardy
16 years ago

  • Owner set to Denis-de-Bernardy
  • Status changed from reopened to accepted

#4 @Denis-de-Bernardy
16 years ago

  • Milestone 2.8 deleted
  • Resolution set to wontfix
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets.