We have moved to Github. Please open tickets there.

Opened 2 years ago

Closed 2 years ago

#3559 closed Defect (fixed)

gallery spacing

Reported by: cash Owned by:
Priority: normal Milestone: Elgg 1.8.0
Component: UI/UX Version: Github Master
Severity: minor Keywords:
Cc: brett@… Difficulty: easy

Description

.elgg-gallery does not have any padding/margin between items. I think it needs that or a way to pass a class to the <li> elements.

Change History (4)

comment:1 Changed 2 years ago by ewinslow

I think the idea was to provide only the very basics with .elgg-gallery and then have people extend it to customize the spacing or widths. Something like:

.elgg-gallery-photos > li {margin: 5px}
.elgg-gallery-chat > li {margin: 1px}

comment:2 Changed 2 years ago by cash

  • Milestone changed from Needs Review to Elgg 1.8.0

We'll need to provide a default extension then because we are using it for galleries of users (see groups member sidebar widget).

comment:3 Changed 2 years ago by ewinslow

Sounds fine. .elgg-gallery-users then?

comment:4 Changed 2 years ago by cash

  • Resolution set to fixed
  • Status changed from new to closed

Fixes #3559 adds .elgg-gallery-users

Changeset: f0c01363ac796a5b11490c6570db9827360f3118

Note: See TracTickets for help on using tickets.