Closed
Bug 822234
Opened 13 years ago
Closed 12 years ago
[mobile] Distinction between title and question not clear enough on thread listing page
Categories
(support.mozilla.org :: Questions, task, P3)
support.mozilla.org
Questions
Tracking
(Not tracked)
VERIFIED
FIXED
2013Q1
People
(Reporter: atopal, Assigned: atopal)
Details
(Whiteboard: u=contributor c=questions p=1 s=2013.1)
Attachments
(1 file)
|
31.74 KB,
image/png
|
Details |
On the thread listing page it can be hard to make out what is the title and what is the question. More contrast for the title might do the trick (maybe just making it bold?)
See: http://www.evernote.com/shard/s4/sh/00cab4bf-c6b4-4baf-8cfd-8e18be0283ab/f94b66d2d323fb52c02fc6cca8204504
Comment 1•13 years ago
|
||
easy => 1pt
Whiteboard: u=contributor c=questions p= s=2013.1 → u=contributor c=questions p=1 s=2013.1
Comment 2•13 years ago
|
||
Currently, the size of the question title does not match the size of the search results title.
Let’s increasing the size of the question title from 17px to 18px, like so:
.questions-list .title {
font-size: 18px;
}
Larger sizes means better contrast, and no bolding needed, hopefully!
Comment 3•13 years ago
|
||
Same thing goes here as bug 822227: when set with the right font (and after we up the question title size to 18px), the contrast looks okay to me
| Assignee | ||
Comment 4•12 years ago
|
||
Thanks, Bram!
This is good to go.
Updated•12 years ago
|
Assignee: bram → a.topal
| Assignee | ||
Comment 5•12 years ago
|
||
pull request: https://github.com/mozilla/kitsune/pull/1048
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Deployed to prod now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•