[svn r22421] FS#2867 - The online editorr: Resizing the prompt dialog, adding style.

skala
Ivan Tcholakov 17 years ago
parent 5c00681cae
commit 4d337606d2
  1. 5
      main/inc/lib/fckeditor/editor/plugins/prompt/fck_prompt.html
  2. 2
      main/inc/lib/fckeditor/editor/plugins/prompt/fckplugin.js

@ -58,9 +58,12 @@ window.onload = function()
} }
</script> </script>
<style>
body, td, input, textarea, select, label {font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10px; }
</style>
</head> </head>
<body scroll="no" style="overflow: hidden;"> <body scroll="no" style="overflow: hidden;">
<div style="margin-top: 30px; margin-bottom: 30px; margin-right: auto; margin-left: auto; width: 100%;" align="center"> <div style="margin-top: 25px; margin-bottom: 25px; margin-right: auto; margin-left: auto; width: 100%;" align="center">
<span id="message"></span><br /> <span id="message"></span><br />
<input id="inputfield" type="text" style="width: 100%;"/> <input id="inputfield" type="text" style="width: 100%;"/>
</div> </div>

@ -41,7 +41,7 @@ FCKDialog.Prompt = function( message, default_value, action, title, width, heigh
if ( !height ) if ( !height )
{ {
height = 235 ; height = 200 ;
} }
var custom_value = {} ; var custom_value = {} ;

Loading…
Cancel
Save