#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.
Subtickets
Change History (4)
comment:1 Changed 10 years ago by
Priority: | minor → major |
---|
comment:2 Changed 10 years ago by
Owner: | set to Jef van Schendel |
---|---|
Status: | new → assigned |
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 10 years ago by
Milestone: | → 0.3.2 |
---|
Note: See
TracTickets for help on using
tickets.
schendje replaced the dots with paler ones: https://gitorious.org/mediagoblin/mediagoblin/commit/933b5a49633b497af9557e94cf20cf280bae9e72
Much better, thanks!