EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: iceh on November 05, 2013, 04:11:44 PM



Title: Set height/css style of a dialog title
Post by: iceh on November 05, 2013, 04:11:44 PM
How can I influence the height/css style of one specific dialog?

I'd like to set the title centered and create a different font for just one specific dialog?

Thank you!


Title: Re: Set height/css style of a dialog title
Post by: stworthy on November 05, 2013, 05:13:36 PM
Try this:
Code:
$('#dlg').dialog({
title:'<div style="font-size:14px;text-align:center">MyDialog</div>'
});