Closed
Bug 740976
Opened 13 years ago
Closed 13 years ago
[tinder] waterfall table lacks borders
Categories
(Webtools Graveyard :: Elmo, defect)
Webtools Graveyard
Elmo
Tracking
(Not tracked)
RESOLVED
FIXED
2.2
People
(Reporter: Pike, Assigned: peterbe)
Details
Attachments
(1 file)
1.85 KB,
patch
|
Pike
:
review+
|
Details | Diff | Splinter Review |
The waterfall table wants borders, and says so by border='1', but the reset rules seem to win over that.
Let's have borders back, class="border"?
class="standard" doesn't read a lot better right now due to the lack of vertical borders. Also, a solid black border is better to navigate in this view than same fainter signal, IMHO.
Assignee | ||
Comment 1•13 years ago
|
||
I also fixed the HTML a bit so it validates.
Current look: http://cl.ly/0R1N2W2y3j3N3q2v0F3c
Attachment #611053 -
Flags: review?(l10n)
Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 611053 [details] [diff] [review]
A border on the td cells with color #99999
Review of attachment 611053 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with the color nit below.
::: apps/tinder/static/tinder/css/waterfall.css
@@ +45,4 @@
> td.step {min-height: 1em;}
> td.white {vertical-align: bottom;}
> table#water {empty-cells: show; }
> +table#water td {border: 1px solid #999;}
Make that #666 instead?
999 is OK between orange and white, but in a block of green builds, it's not enough contrast yet.
Attachment #611053 -
Flags: review?(l10n) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → peterbe
Target Milestone: --- → 2.2
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•