[Bug 72758] Media handler interface is misaligned inside a table

2014-11-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72758

--- Comment #2 from Helder he7d3r+b...@gmail.com ---
Created attachment 17171
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=17171action=edit
The triangle does not align if the player is inside a table

I don't think the styles unrelated to the interface of the media handler should
be affecting its *internal* alignment. Specifically, even if there is some
padding or margin in the cell, I expect the play triangle no to be touching the
horizontal line in the bottom.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 72758] Media handler interface is misaligned inside a table

2014-11-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72758

--- Comment #3 from Diego Queiroz queiroz.di...@gmail.com ---
(In reply to Helder from comment #2)
 Created attachment 17171 [details]
 The triangle does not align if the player is inside a table
 
 I don't think the styles unrelated to the interface of the media handler
 should be affecting its *internal* alignment. Specifically, even if there is
 some padding or margin in the cell, I expect the play triangle no to be
 touching the horizontal line in the bottom.

I agree.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 72758] Media handler interface is misaligned inside a table

2014-11-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72758

Helder he7d3r+b...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 72758] Media handler interface is misaligned inside a table

2014-11-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72758

--- Comment #4 from Derk-Jan Hartman hartman.w...@gmail.com ---
The button offset is caused by the display:table of the
.ui-helper-clearfix::before produced by ui-helper-clearfix on the controlbar.

these days, people say that
.group:after {
  content: ;
  display: table;
  clear: both;
}

should be enough and that before isn't rly needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 72758] Media handler interface is misaligned inside a table

2014-11-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72758

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||hartman.w...@gmail.com
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 72758] Media handler interface is misaligned inside a table

2014-11-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72758

--- Comment #1 from Derk-Jan Hartman hartman.w...@gmail.com ---
Created attachment 17166
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=17166action=edit
aligns when applying appropriate styling

It's not misaligned, a raw table has default borderspacing, cellpadding and
etc. Setting border collapse, spacing: 0  and padding: 0 aligns it just fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l