Dialog CSS inconsistencies

Dialog CSS inconsistencies


Hi,
ui.dialog.css defines this:
ui-dialog { position: relative; [...]; }
At the same time, the dialog gets inline styles for position:absolute
(and a lot others, too).
Whats the idea here? Does this just need some cleaning up?
Jörn