Closed (fixed)
Project:
Panels
Version:
6.x-3.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2010 at 00:14 UTC
Updated:
20 Mar 2010 at 07:20 UTC
Hey,
I'm curious about seeing if I can extend the rounded corners css class to blocks. I use the blocktheme module. Would anyone have any suggestions on how I could implement the rounded corners css styling on overriden block.tpl.php files? This would be so my layouts remain consistent across the site.
Thanks!
Comments
Comment #1
merlinofchaos commentedThe simplest way would be to put the block in a single column mini panel, and then place that mini panel as a block. You'd gain some excess markup doing this, but you'd have to do absolutely zero theming or coding. The cost would be that you'd duplicate all the blocks you'd need, though you could put most of the blocks you need in one mini panel and limit the use of the blocks UI to placing region-sized mini panels.
Comment #2
rc2020 commentedThanks Merlin,
This is an intriguing idea....