
18 May
2011
18 May
'11
7 p.m.
pmahomme currently has misaligned checkboxes in fieldsets (i can see this in opera, chrome and ie): http://www.tyron.at/tmp/sql_bookmark1.png Can we fix this? The best solution I can think of is to remove the float of '.formelement' Elements, and instead add 'display:inline'. For correct text-reading-direction however, we would need to put a <div> element around such form element groups then that contain the 'float: <?php echo $left; ?>;'. For the SQL Query page we could reuse the div#bookmarkoptions Unfortunately it would require changes in quite a bunch of files (which I don't know what they do yet). The result would be: http://www.tyron.at/tmp/sql_bookmark2.png