Hi
Dne Wed, 18 May 2011 19:00:39 +0200 Tyron Madlener tyronx@gmail.com napsal(a):
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:
Mike, can you please check this? I'm no way expert on CSS :-).