Alignment issue

I do not understand why the VERTICAL - CENTER is not default for the embeded icons in SC, but at least we sould be able to edit the alignment.

Anybody knows how can I align the EDIT icon (as pointed on the screenshot) ?
[ATTACH=CONFIG]n73538[/ATTACH]

GridAlignmentBug.png

Hi, on scriptinit you can echo this


echo "<style>#id_img_bedit{ margin-top:10px !important;}</style>"; 

Just make sure that the pencel ID or CLASS match

that worked very well, thank a lot !