Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-455

Image Alignment class missing from main.css

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 2.1 Final
    • 2.1 Final
    • samples
    • None

    Description

      Image Alignment (left or right) is ignored in the magnolia samples templates due to the fact that main.css is missing a class for "left" and "right".

      Solution: Copy the .contentImage_right and .contentImage_left classes in main.css and rename then .right and .left - ie..

      .contentImage_left {
      float: left;
      padding-right: 20px;
      padding-bottom: 10px;
      }
      .left {
      float: left;
      padding-right: 20px;
      padding-bottom: 10px;
      }

      .contentImage_right {
      float: right;
      padding-left: 5px;
      padding-bottom: 10px;
      }
      .right {
      float: right;
      padding-left: 5px;
      padding-bottom: 10px;
      }

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              fgiust Fabrizio Giustina
              jgibbens Jon Gibbens
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD