Opened 17 years ago
Closed 17 years ago
#9648 closed (duplicate)
Admin extrastyle template block wrapped in [ifIE] css condition
| Reported by: | anonymous | Owned by: | Wilson Miner |
|---|---|---|---|
| Component: | Template system | Version: | dev |
| Severity: | Keywords: | css, block, admin, templates | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I just upgraded a site from 1.0 to 1.1 pre-alpha SVN-9506 and noticed my admin css is bonked.
It appears that the most recent admin/base.html now places the {% block extrastyle %} within an [ifIE] css condition, which is why my css fails on all other browsers when I override the base_site.html found in the /contrib/admin/templates directory
I have moved to using {% block extreahead %} instead but just wanted to throw the ticket up here in case maybe this was just a miss.
The solution would be to move the block outside of the [ifIE] condition.
Change History (3)
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|
comment:2 by , 17 years ago
| milestone: | post-1.0 |
|---|
Milestone post-1.0 deleted