-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strangely styled panels #24
Comments
@colemanw not sure what you mean by odd, please add a screenshot to clarify Anyway the As opposed to default panels ( The same goes with panels with subheadings |
@AkA84 Yes that is the problem. Panels with contextual classes are forced to have floating headings by the Shoreditch Theme. This is not standard bootstrap behavior. I recommend you add a new panel-floating-heading class instead of forcing this on all panels. |
@colemanw it really depends on how we want the theme to look, i don't think it really matters whether the look is standard bootstrap or not: the component is indeed standard bootstrap, it's just the look of the component that is customized The theme has been designed (as seen also in the styleguide) to have floating headers for all contextual panels, so that means that you (or whoever designed that page) are currently trying to force something that the theme does not support and wasn't intended to, although i see that if you want to horizontally align a default and a contextual panel, the floating header would prevent a correct alignment. Of course this must lead to a conversation about what needs to change, the theme or the design of the page (that's why the theme is in early alpha btw!). cc @jamienovick @guanhuan |
…-changes PCHR-2464: Merge amnesty styling in shoreditch
@jonscreat can we close this ticket as we now agree we shouldn't have any floating panel headings yes? |
Or is there more to do? |
@jamienovick This can be closed for me. Floating panel headers shouldn't be a thing anymore. |
@AkA84 Do we need to do anything to get rid of floating panel headers or can this be closed? |
Well we need to amend the theme's style, as it currently does have floating panel headers |
This line of css makes panels look odd:
What is the reason for this extra space between the panel header and the panel content?
The text was updated successfully, but these errors were encountered: