Opened 20 years ago
Closed 19 years ago
#2369 closed enhancement (fixed)
wp-admin's file error in assignment style;
| Reported by: | albys | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Administration | Version: | 2.0 |
| Severity: | normal | Keywords: | style css wp-admin bg|has-patch bg|commit |
| Cc: | Focuses: |
Description
In the file wp-admin/post.php 2 different fieldset have same style:
page parent and page template same style (this is the error)
<fieldset id="pageparent" class="dbx-box">
<h3 class="dbx-handle">Page Parent</h3> ....
and
<fieldset id="pageparent" class="dbx-box">
<h3 class="dbx-handle">Page Template:</h3>
other: in wp-admin/link-categories.php
wp-admin/post.php
wp-admin/page-new.php
and others
many Fieldset haven't style;
so isn't possible to create a personal css or good plugin for all the
admin's fieldsets, because not all have the style;
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)
The first issue is actually in edit-page-form.php (patch attached)
The others look like good changes to (no patch yet)