Opened 20 years ago
Closed 19 years ago
#2369 closed enhancement (fixed)
wp-admin's file error in assignment style;
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.2 | Priority: | normal |
| Severity: | normal | Version: | 2.0 |
| Component: | Administration | Keywords: | style css wp-admin bg|has-patch bg|commit |
| Focuses: | Cc: |
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.
The first issue is actually in edit-page-form.php (patch attached)
The others look like good changes to (no patch yet)