Next Events Teaser breaks CSS layout
------------------------------------
Key: MGNLSTK-755
URL: http://jira.magnolia-cms.com/browse/MGNLSTK-755
Project: Magnolia Standard Templating Kit
Issue Type: Bug
Components: themepop
Affects Versions: 1.4.2
Environment: Firefox 3.6.15, Konqueror 4.4.5
Reporter: Jörg Schaible
Assignee: Philipp Bärfuss
The "Next Events Teser" breaks the CSS layout. Any teaser in the column to the
right does no longer respect the margin between the columns.
Reproducing task: Open demo web site home and add a "Next Events Teaser". Move
the new paragraph to the top of the left or middle column.
{noformat}
@@ -1276,7 +1273,6 @@ table {
#main .event-list {
overflow: hidden; /* ie 6 */
position: relative;
- margin: 0 0 20px 0;
border-top: 4px solid #b3b3b3;
border-bottom: none;
}
{noformat}
Removing the margin settings in the style solved the problem for me. Compare
also with the similar style for the "Lastest News Teaser" that does not have
this bug.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------