If you look at the Panel Macro page, you will see a panel with the title aligned to the left and nice rounded corners.
However, if you try creating one, the title will be aligned to the center by default and there won't be rounded corners. Is there any customizations needed to get the same behavior?
Thanks!
This is a default style for Documentation Theme. Did you try it in a space with Documentation Theme?
Anyway, if you're not using the theme, you can add the following Stylesheet to get the same effect:
.panel, #content .panel { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .panel .panelHeader { text-align: left; line-height: 1em; padding: 10px 10px 5px; margin-bottom: 0; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px; }
Note that rounded corners won't work for IE.
Great, thanks Amalia. =)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alyson,
I suggest to test with different browsers without doing any more customisation.
Browsers may render diffrently.
I tested on our website and the result is exacly as expected. So you may have some CSS that cause this issue for you.
Cheers,
Selcuk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Selcuk, I've tried on FF, Chrome and IE to no avail. The title is center aligned and corners are not rounded.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.