Opened 17 years ago
Closed 17 years ago
#9877 closed defect (bug) (wontfix)
admin css tweaks
| Reported by: | Denis-de-Bernardy | Owned by: | Denis-de-Bernardy |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | UI | Version: | 2.8 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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-squareandol-decimalthat can be used when needed.