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)

2.19.2
defect
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 2.20

People

(Reporter: mkanat, Assigned: jacob)

Details

Attachments

(2 files, 2 obsolete files)

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".
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
(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. :-)
Attached patch Patch v1Splinter Review
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: gerv → jake
Status: NEW → ASSIGNED
Attachment #180383 - Flags: review?(mkanat)
Comment on attachment 180383 [details] [diff] [review]
Patch v1

r=gerv.

Gerv
Attachment #180383 - Flags: review?(mkanat) → review+
Flags: approval?
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 2.20
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
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 → ---
(In reply to comment #6)
> Also, FWIW, I think #eee is too dark,

  That is, I meant #ccc.
Attached patch Bugfix v1 (obsolete) — Splinter Review
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.
Status: REOPENED → ASSIGNED
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+
Attached patch Bugfix v2 (obsolete) — Splinter Review
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?
Attached patch Bugfix v3Splinter Review
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?
Attachment #180512 - Flags: review?
Attachment #180513 - Flags: review? → review+
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 ago20 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: