Removed last inline style from rte.js #12262
Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
This commit is contained in:
parent
4e0d1331fd
commit
2173e5eb5a
@ -169,7 +169,7 @@ RTE.COMMON = {
|
||||
/**
|
||||
* Display the dialog to the user
|
||||
*/
|
||||
data.message = '<textarea cols="40" rows="15" style="width: 100%;">' + data.message + '</textarea>';
|
||||
data.message = '<textarea cols="40" rows="15" class="all100">' + data.message + '</textarea>';
|
||||
var $ajaxDialog = $('<div>' + data.message + '</div>').dialog({
|
||||
width: 500,
|
||||
buttons: button_options,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user