Closed Bug 746554 Opened 12 years ago Closed 12 years ago

Dropbox and YouSendIt preference panes need margins next to used/unused storage counts

Categories

(Thunderbird :: Preferences, defect)

x86
All
defect
Not set
normal

Tracking

(thunderbird13 fixed)

RESOLVED FIXED
Thunderbird 14.0
Tracking Status
thunderbird13 --- fixed

People

(Reporter: mconley, Assigned: mconley)

References

Details

Attachments

(6 files, 1 obsolete file)

The used / unused storage storage counts seem pretty crammed together with their labels.  Seems to be true on each platform.  We should space those out.

See screenshot.
Attached patch WIP Patch v1 (obsolete) — Splinter Review
Assignee: nobody → mconley
Andreas:

Depending on which lands first, this or bug 746307 - I think one of us is going to get bitrotted.

-Mike
Blocks: 746307
You was faster :)

I think it would be better if you are using -moz-margin-end instead of margin-right. Then it works also for rtl languages.

I played only with:

#file-space-used,
#remaining-file-space {
  -moz-margin-start: 0.5ch;
}

but wasn't satisfied with the aligning of the text with the square.

When you use:

#provider-space label {
  -moz-margin-end: 0.5ch;
  vertical-align: middle;
}

#file-space-used,
#remaining-file-space {
  vertical-align: middle;
}

then the square could be better aligned with the text.
Instead of:

#file-space-used,
#remaining-file-space {

you could also use:

#provider-space span {

and then remove in .space-swatch the vertical-align: middle;
Attached patch Patch v1Splinter Review
Screenshots are next.
Attachment #616249 - Attachment is obsolete: true
Attached image Ubuntu
Attached image OSX
Attached image Windows 7
Attached image Windows XP
Comment on attachment 616268 [details] [diff] [review]
Patch v1

Paenglab:

Awesome - thanks for the pointers!  Do I have the right idea, here?

-Mike
Attachment #616268 - Flags: ui-review?(bwinton)
Attachment #616268 - Flags: review?(richard.marti)
Comment on attachment 616268 [details] [diff] [review]
Patch v1

Yeah, this is what I thought. r+
Attachment #616268 - Flags: review?(richard.marti) → review+
Comment on attachment 616268 [details] [diff] [review]
Patch v1

Based on the screenshots, it looks okay, but can someone tell me why we don't just add a space character to the end of cloudfileMgmt.usedSpace and cloudfileMgmt.unusedSpace in http://mxr.mozilla.org/comm-central/source/mail/locales/en-US/chrome/messenger/cloudfile/management.dtd ?

Anyways, ui-r=me.

Thanks,
Blake.
Attachment #616268 - Flags: ui-review?(bwinton) → ui-review+
(In reply to Blake Winton (:bwinton - Thunderbird UX) from comment #12)
> Comment on attachment 616268 [details] [diff] [review]
> Patch v1
> 
> Based on the screenshots, it looks okay, but can someone tell me why we
> don't just add a space character to the end of cloudfileMgmt.usedSpace and
> cloudfileMgmt.unusedSpace in
> http://mxr.mozilla.org/comm-central/source/mail/locales/en-US/chrome/
> messenger/cloudfile/management.dtd ?

Mainly because of string freeze, but also, because the spacing thing is more about style / appearance (CSS) rather than content (the .dtd in this case).

That's how I think about it, anyhow.

> 
> Anyways, ui-r=me.
> 

Thanks!  :D
Attachment #616268 - Flags: approval-comm-aurora?
Committed to comm-central as http://hg.mozilla.org/comm-central/rev/71654bcf7870
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 14.0
Attachment #616268 - Flags: approval-comm-aurora? → approval-comm-aurora+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: