Opened 16 years ago
Closed 16 years ago
#9877 closed defect (bug) (wontfix)
admin css tweaks
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Change History (5)
#2
@
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.
Note: See
TracTickets for help on using
tickets.
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
andol-decimal
that can be used when needed.