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

merlinofchaos’s picture

Status: Active » Fixed

The 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.

rc2020’s picture

Thanks Merlin,

This is an intriguing idea....

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.