Closed (won't fix)
Project:
Zen
Version:
6.x-2.x-dev
Component:
layout.css
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2010 at 19:22 UTC
Updated:
29 Sep 2015 at 01:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
johnalbinIts hardly critical since it doesn't break anything. It just causes an odd appearance on the blocks admin page.
Drupal 7's block admin page was re-written to allow D7's region.tpl to use the .region-header/etc classes.
Comment #2
jix_ commentedJust write div.region-[name] :)
Comment #3
shruti.sheth commented1.You can apply css to your block admin page only* as follows
.page-admin-build-block #page-wrapper #header #block-header div.region-header {
// Your css code
}
2. This will have affect to only your block admin page and none other pages.
Comment #4
barraponto#3 is hardly the case, but #2 is a proper solution to a problem we introduce in pages.css, since Zen guides the developer to use .header-region as a selector. Patch fixes that.
Comment #5
johnalbinComment #6
johnalbin