#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 , 12 years ago
Priority: | minor → major |
---|
comment:2 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 12 years ago
Milestone: | → 0.3.2 |
---|
schendje replaced the dots with paler ones: https://gitorious.org/mediagoblin/mediagoblin/commit/933b5a49633b497af9557e94cf20cf280bae9e72
Much better, thanks!