Opened 4 years ago

Closed 3 years ago

#10985 closed enhancement (fixed)

Move wp-admin.css and rtl.css to the /css folder

Reported by: scribu Owned by:
Priority: high Milestone: 3.0
Component: Administration Version:
Severity: normal Keywords: has-patch early
Cc:

Description

All css files should be in one place.

Attachments (1)

move_css.diff (255.1 KB) - added by scribu 4 years ago.
Moves wp-admin.css & rtl.css to /css, updating url() references

Download all attachments as: .zip

Change History (8)

scribu4 years ago

Moves wp-admin.css & rtl.css to /css, updating url() references

  • Milestone changed from 2.9 to 3.0

If we are going to do this may as well change rtl.css to wp-admin-rtl.css to follow the naming standard. Also should probably do it early in the 3.0 dev. cycle.

  • Keywords early added; commit removed

comment:3   ryan3 years ago

They were in the css dir for a brief time but some plugins that accessed them directly broke. That was quite some time ago, so it might not be an issue any more.

so let's put this in sothat it can be tested broadly. Just some hours ago I asked myself as well why that .css file is placed in the admin-root instead of the css folder. +1 to move.

  • Priority changed from normal to high

I'll raise the priority a bit because other changes will depend on it.

Related: #11645

Patch in #11561 needs to be updated in case this gets committed.

  • Resolution set to fixed
  • Status changed from new to closed

(In [12553]) Move wp-admin.css and rtl.css to the wp-admin/css directory, rename rtl.css to wp-admin-rtl.css to follow naming standard, fixes #10985

Note: See TracTickets for help on using tickets.