Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#483 closed defect (fixed)

Default “empty” background does not work for Airy

Reported by: Aleksej Owned by: Jef van Schendel
Priority: major Milestone: 0.3.2
Component: graphic design/interface Keywords:
Cc: Parent Tickets:

Description

An empty user page bio or gallery shows a background made of dots:

.empty_space {

background-image: url("../images/empty_back.png");
font-style: italic;
text-align: center;
height: 160px;
padding-top: 70px;

}

The default dots are intended for black background, on which they are almost invisible, so they don’t interfere with the text that shows over them.

But on Airy’s light background, they make text (especially green one) hard to read.

Change History (4)

comment:1 by Aleksej, 12 years ago

Priority: minormajor

comment:2 by Aleksej, 12 years ago

Owner: set to Jef van Schendel
Status: newassigned

comment:3 by Aleksej, 12 years ago

Resolution: fixed
Status: assignedclosed

schendje replaced the dots with paler ones: https://gitorious.org/mediagoblin/mediagoblin/commit/933b5a49633b497af9557e94cf20cf280bae9e72

Much better, thanks!

comment:4 by Aleksej, 12 years ago

Milestone: 0.3.2
Note: See TracTickets for help on using tickets.