[Phpmyadmin-devel] Fieldset CSS

Tyron Madlener tyronx at gmail.com
Wed May 18 19:00:39 CEST 2011


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




More information about the Developers mailing list