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)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: williamr, Assigned: abuchanan)

References

()

Details

Attachments

(3 files)

Attached image screenshot
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
Tweet text should be on a separate line now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.2.5
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 → ---
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
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: