Bug #37239
Standard CSS does not align album/gallery description properly in frontend
| Status: | Resolved | Start date: | 2012-05-16 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Daniel Lienert | % Done: | 0% |
|
| Category: | - | |||
| Target version: | YAG 1.5.0 | Estimated time: | 0.01 hour | |
| Votes: | 1 (View) |
Description
As the div holding the div with text has no width, longer texts are behind the image rather than on the right side. Would be nice to have that already in the default CSS:
So the following CSS snippet
/* yag Gallery text alignment */
.tx-yag-gallery-albuminfo, .tx-yag-gallery-galleryinfo{
width: 50%;
}
fixes this minor issue ;)
History
Updated by Daniel Lienert 9 months ago
- Status changed from New to Resolved
- Assignee set to Daniel Lienert
Fixed in v 1.5 and 2.0