Closed
Bug 289594
Opened 20 years ago
Closed 20 years ago
Email Settings table is too large on a large monitor
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: mkanat, Assigned: jacob)
Details
Attachments
(2 files, 2 obsolete files)
|
3.20 KB,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
|
1.27 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
I have a 1600x1200 monitor, and the "Email Settings" table is just too wide to be easily useable, because the description of what things are is so far away from the relevant checkbox. I don't think it should have "width: 100%", but it should have a "table-layout: fixed" and then each column should have a specified size in "em".
Comment 1•20 years ago
|
||
Doing an alternate-row shading might also help. I'm happy with whatever as long as you don't break any browsers :-) Is this significantly worse than it used to be, then? Gerv
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1) > Doing an alternate-row shading might also help. I'm happy with whatever as > long as you don't break any browsers :-) Oh, that's a good idea. :-) > Is this significantly worse than it used to be, then? Actually, I think it's almost the same as it used to be, but I just noticed it now for the first time. :-)
| Assignee | ||
Comment 3•20 years ago
|
||
This patch moves even/odd styling of rows out of the buglist css into the
global one and uses it for this table in addition to on buglists. It also
changes the color for odd rows to be CCCCCC as F7F7F7 is so subtle it can't be
noticed in a lot of places (I was viewing my work on my laptop and couldn't
figure out what I was doing wrong until I realzied the color difference was
just too subtle). If a person desires, they can still have different colors for
this table and the buglist by specifing the table in their .css:
table.bz_emailprefs tr.odd { /* This table */ }
table.bz_buglist tr.odd { /* The buglist */ }| Assignee | ||
Updated•20 years ago
|
Comment 4•20 years ago
|
||
Comment on attachment 180383 [details] [diff] [review] Patch v1 r=gerv. Gerv
Attachment #180383 -
Flags: review?(mkanat) → review+
| Assignee | ||
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 2.20
| Assignee | ||
Comment 5•20 years ago
|
||
Checking in skins/standard/buglist.css; /cvsroot/mozilla/webtools/bugzilla/skins/standard/buglist.css,v <-- buglist.css new revision: 1.9; previous revision: 1.8 done Checking in skins/standard/global.css; /cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css new revision: 1.11; previous revision: 1.10 done Checking in template/en/default/account/prefs/email.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/account/prefs/email.html.tmpl,v <-- email.html.tmpl new revision: 1.19; previous revision: 1.18 done Checking in template/en/default/list/table.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl,v <-- table.html.tmpl new revision: 1.25; previous revision: 1.24 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•20 years ago
|
||
It looks nice! :-) But you missed the "but NOT when" table on the Email Settings. Also, FWIW, I think #eee is too dark, and the previous gray was quite nice. :-) (It's only on laptops at an indirect angle that f7f7f7 won't show up right. On a normal LCD or CRT it's quite nice.)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 7•20 years ago
|
||
(In reply to comment #6) > Also, FWIW, I think #eee is too dark, That is, I meant #ccc.
| Assignee | ||
Comment 8•20 years ago
|
||
I'm not opposed to something in between F7F7F7 and CCCCCC, but I'd prefer that whatever we pick works on laptop screens as well as CRTs.
| Assignee | ||
Updated•20 years ago
|
Status: REOPENED → ASSIGNED
| Reporter | ||
Comment 9•20 years ago
|
||
Comment on attachment 180496 [details] [diff] [review] Bugfix v1 Yeah, looks right to me. It's just a normal diff, though, and not a diff -u. :-) Try #eee on your laptop monitor, maybe. Also, you might want to make sure that your laptop monitor doesn't have the brightness all the way up, or the contrast down, because that of course can mess with the color calibration.
Attachment #180496 -
Flags: review+
| Assignee | ||
Comment 10•20 years ago
|
||
With the color changed to #e0e0e0 instead of #cccccc (more subtle, but still noticable on screens like my laptop).
Attachment #180496 -
Attachment is obsolete: true
Attachment #180512 -
Flags: review?
| Assignee | ||
Comment 11•20 years ago
|
||
Put the color back to #f7f7f7. Color changes for the default install can be a different bug :).
Attachment #180512 -
Attachment is obsolete: true
Attachment #180513 -
Flags: review?
| Assignee | ||
Updated•20 years ago
|
Attachment #180512 -
Flags: review?
| Reporter | ||
Updated•20 years ago
|
Attachment #180513 -
Flags: review? → review+
| Assignee | ||
Comment 12•20 years ago
|
||
I'm sure colors will be dealt with in the upcoming UI hackathons :). Checking in skins/standard/global.css; /cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css new revision: 1.12; previous revision: 1.11 done Checking in template/en/default/account/prefs/email.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/account/prefs/email.html.tmpl,v <-- email.html.tmpl new revision: 1.20; previous revision: 1.19 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•