<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><br>On 6 Nov, 2011, at 8:51 PM, Rouslan Placella <<a ymailto="mailto:rouslan@placella.com" href="mailto:rouslan@placella.com">rouslan@placella.com</a>> wrote:<br><br>> On Sun, 2011-11-06 at 06:54 -0500, Marc Delisle wrote:<br>>> Hi,<br>>> <br>>> I would appreciate help about one display issue. In QA_3_4, browsing<br>>> sakila.actor with Firefox 7.0.1 (tested on Vista) shows vertical solid<br>>> lines at the right of each data column. This is the expected behavior,<br>>> produced by<br>>> <br>>> #table_results td.data {<br>>> border-right: 1px solid #444444;<br>>> }<br>>> <br>>> However in master, the lines appear then disappear. It happens somewhere<br>>> in makegrid.js.<br>>> <br>> <br>> Hi Marc,<br>> <br>> the issue is that each
 table column is overlayed with a div element and<br>> they have conflicting border-right CSS declarations. Fix below, adjust<br>> it as you see fit, if needed.<br>> <br>> http://repo.or.cz/w/phpmyadmin/roccivic.git/commitdiff/4d1e6f302f04543ce1fea0524d3d8179ee894d21<br>> <br>> Or pull from branch "colborder" of<br>> git://repo.or.cz/phpmyadmin/roccivic.git<br>> <br></div><div><br></div><div>Hi all,</div><div><br></div><div>Yes, exactly as what have been written by Rouslan. The dark borders conflicts with</div><div>the white borders for column resizing. The commit above should fix that.</div><div><br></div><div>But, in my opinion, the dark border for pmahomme theme looks a bit odd.</div><div><br></div><div><br></div><div>--</div><div>Aris Feryanto</div></div></body></html>