[MAGNOLIA-455] Image Alignment class missing from main.css Created: 15/Jun/05  Updated: 10/Aug/05  Resolved: 10/Aug/05

Status: Closed
Project: Magnolia
Component/s: samples
Affects Version/s: 2.1 Final
Fix Version/s: 2.1 Final

Type: Bug Priority: Minor
Reporter: Jon Gibbens Assignee: Fabrizio Giustina
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 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;
}



 Comments   
Comment by Fabrizio Giustina [ 03/Aug/05 ]

fixed in svn, thanks

Generated at Mon Feb 12 03:17:36 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.