Uploaded image for project: 'Magnolia Standard Templating Kit (closed)'
  1. Magnolia Standard Templating Kit (closed)
  2. MGNLSTK-755

Next Events Teaser breaks CSS layout

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 2.0.11, 2.5.2
    • 1.4.2
    • themepop
    • Firefox 3.6.15, Konqueror 4.4.5
    • Yes

      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.

      @@ -1276,7 +1276,7 @@ table {
       #main .event-list {
              overflow: hidden; /* ie 6 */
              position: relative;
      -       margin: 0 0 20px 0;
      +       margin-bottom: 20px;
              border-top: 4px solid #b3b3b3;
              border-bottom: none;
       }
      

      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.

        Acceptance criteria

              mdivilek Milan Divilek
              joehni Jörg Schaible
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: