Closed
Bug 599925
Opened 15 years ago
Closed 15 years ago
Increase spacing between tweet text and timestamp
Categories
(support.mozilla.org :: Army of Awesome, task)
support.mozilla.org
Army of Awesome
Tracking
(Not tracked)
VERIFIED
FIXED
2.2.5
People
(Reporter: williamr, Assigned: abuchanan)
References
()
Details
Attachments
(3 files)
For some tweets, the text is appearing too close to the timetamp, so we should visually separate the text from the timestamp more. Can we make sure the text is always separated from the timestamp by at least 40 pixels?
I think we can do this and still keep even the longest tweets to a max of two lines.
Design reference: http://people.mozilla.com/~williamr/communitycare/1-landingpage.jpg
Assignee | ||
Comment 1•15 years ago
|
||
Tweet text should be on a separate line now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Target Milestone: --- → 2.2.5
Updated•15 years ago
|
Comment 2•15 years ago
|
||
Comment 3•15 years ago
|
||
Verified FIXED on http://master.support.mozilla.com/en-US/army-of-awesome.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•15 years ago
|
||
Sorry to reopen this - I should have been more clear in the description. Putting the tweet text on a separate line helps a lot, but we can do one more simple thing to improve the readability of this section.
The second line for tweet messages should wrap sooner so it never goes underneath the timestamp. This is in the design and it better separates the message from timestamp.
This can be done by setting the width of the tweet text to 550px like below:
#tweets li .text {
color:#69645B;
font-size:14px;
font-weight:normal;
width:550px; /* add this line */
}
in customercare.css (line 116)
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•15 years ago
|
||
ya, you're right that does look a lot better,
[custcare d64e338] bug 599925, css, hard width for tweet text
1 files changed, 1 insertions(+), 0 deletions(-)
on my dev site. will close this when i push to master
Assignee | ||
Comment 6•15 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
Verified FIXED on https://master.support.mozilla.com/en-US/army-of-awesome.
Status: RESOLVED → VERIFIED
Comment 8•15 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•