[svn r22497] FS#2867 - The online editor: Assigning styles to all dialogs for unification their appearance in different browsers.

skala
Ivan Tcholakov 17 years ago
parent 94a1ddbab8
commit 46e525646b
  1. 5
      main/inc/lib/fckeditor/editor/dialog/fck_about.html
  2. 5
      main/inc/lib/fckeditor/editor/dialog/fck_anchor.html
  3. 5
      main/inc/lib/fckeditor/editor/dialog/fck_button.html
  4. 5
      main/inc/lib/fckeditor/editor/dialog/fck_checkbox.html
  5. 5
      main/inc/lib/fckeditor/editor/dialog/fck_colorselector.html
  6. 5
      main/inc/lib/fckeditor/editor/dialog/fck_div.html
  7. 5
      main/inc/lib/fckeditor/editor/dialog/fck_docprops.html
  8. 5
      main/inc/lib/fckeditor/editor/dialog/fck_flash.html
  9. 5
      main/inc/lib/fckeditor/editor/dialog/fck_form.html
  10. 5
      main/inc/lib/fckeditor/editor/dialog/fck_hiddenfield.html
  11. 5
      main/inc/lib/fckeditor/editor/dialog/fck_image.html
  12. 5
      main/inc/lib/fckeditor/editor/dialog/fck_link.html
  13. 5
      main/inc/lib/fckeditor/editor/dialog/fck_listprop.html
  14. 5
      main/inc/lib/fckeditor/editor/dialog/fck_paste.html
  15. 5
      main/inc/lib/fckeditor/editor/dialog/fck_radiobutton.html
  16. 5
      main/inc/lib/fckeditor/editor/dialog/fck_replace.html
  17. 5
      main/inc/lib/fckeditor/editor/dialog/fck_select.html
  18. 5
      main/inc/lib/fckeditor/editor/dialog/fck_smiley.html
  19. 5
      main/inc/lib/fckeditor/editor/dialog/fck_source.html
  20. 5
      main/inc/lib/fckeditor/editor/dialog/fck_specialchar.html
  21. 5
      main/inc/lib/fckeditor/editor/dialog/fck_spellerpages.html
  22. 5
      main/inc/lib/fckeditor/editor/dialog/fck_table.html
  23. 5
      main/inc/lib/fckeditor/editor/dialog/fck_tablecell.html
  24. 5
      main/inc/lib/fckeditor/editor/dialog/fck_template.html
  25. 5
      main/inc/lib/fckeditor/editor/dialog/fck_textarea.html
  26. 5
      main/inc/lib/fckeditor/editor/dialog/fck_textfield.html
  27. 2
      main/inc/lib/fckeditor/editor/filemanager/browser/default/browser.css
  28. 4
      main/inc/lib/fckeditor/editor/plugins/ImageManager/editor.php
  29. 4
      main/inc/lib/fckeditor/editor/plugins/ImageManager/manager.php
  30. 5
      main/inc/lib/fckeditor/editor/plugins/audio/fck_audio.html
  31. 5
      main/inc/lib/fckeditor/editor/plugins/fckEmbedMovies/fck_embedmovies.html
  32. 6
      main/inc/lib/fckeditor/editor/plugins/flvPlayer/flvPlayer.html
  33. 5
      main/inc/lib/fckeditor/editor/plugins/googlemaps/dialog/googleMaps.html
  34. 6
      main/inc/lib/fckeditor/editor/plugins/imgmap/popup.html
  35. 4
      main/inc/lib/fckeditor/editor/plugins/mimetex/mimetex.html
  36. 5
      main/inc/lib/fckeditor/editor/plugins/placeholder/fck_placeholder.html
  37. 6
      main/inc/lib/fckeditor/editor/plugins/prompt/fck_prompt.html
  38. 5
      main/inc/lib/fckeditor/editor/plugins/wikilink/fck_wikilink.html
  39. 5
      main/inc/lib/fckeditor/editor/plugins/youtube/youtube.html

@ -65,6 +65,11 @@ window.onload = function()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<div id="divAbout">

@ -200,6 +200,11 @@ function ReadjustLinksToAnchor( sCurrent, sNew )
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table height="100%" width="100%">

@ -68,6 +68,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table width="100%" style="height: 100%">

@ -75,6 +75,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">

@ -142,6 +142,11 @@ function Ok()
return true ;
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body onload="OnLoad()" scroll="no" style="OVERFLOW: hidden">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">

@ -319,6 +319,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<div id="divGeneral">

@ -394,6 +394,11 @@ function SetUrl( url )
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table cellspacing="0" cellpadding="0" width="100%" border="0" style="height: 100%">

@ -33,6 +33,11 @@
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<div id="divInfo">

@ -74,6 +74,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table width="100%" style="height: 100%">

@ -89,6 +89,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden" scroll="no">
<table height="100%" width="100%">

@ -33,6 +33,11 @@
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="overflow: hidden">
<div id="divInfo">

@ -28,6 +28,11 @@
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_link/fck_link.js" type="text/javascript"></script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<div id="divInfo" style="DISPLAY: none">

@ -82,6 +82,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table width="100%" style="height: 100%">

@ -305,6 +305,11 @@ function CleanWord( oNode, bIgnoreFont, bRemoveStyles )
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table cellspacing="0" cellpadding="0" width="100%" border="0" style="height: 98%">

@ -75,6 +75,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">

@ -577,6 +577,11 @@ window.onunload = function()
}
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body onload="OnLoad()" style="overflow: hidden">
<div id="divFind" style="display: none">

@ -115,6 +115,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table width="100%" height="100%">

@ -77,6 +77,11 @@ function out(td)
td.className = 'DarkBackground Hand' ;
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table cellpadding="2" cellspacing="2" align="center" border="0" width="100%" height="100%">

@ -57,6 +57,11 @@ function Ok()
return true ;
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table width="100%" height="100%">

@ -75,6 +75,11 @@ function setDefaults()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body onload="setDefaults()" style="overflow: hidden">
<table cellpadding="0" cellspacing="0" width="100%" height="100%">

@ -62,6 +62,11 @@ function oSpeller_OnFinished( numberOCorrections )
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="OVERFLOW: hidden" scroll="no" style="padding:0px;">
<input type="hidden" id="txtHtml" value="">

@ -311,6 +311,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table id="otable" cellspacing="0" cellpadding="0" width="100%" border="0" style="height: 100%">

@ -143,6 +143,11 @@ function SelectColor( wich )
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="overflow: hidden">
<table cellspacing="0" cellpadding="0" width="100%" border="0" height="100%">

@ -208,6 +208,11 @@ function SelectTemplate( index )
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="overflow: hidden; background-color: #ffffff;">
<table width="100%" style="height: 100%;" valign="top">

@ -69,6 +69,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table height="100%" width="100%">

@ -85,6 +85,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body style="overflow: hidden">
<table width="100%" style="height: 100%">

@ -86,3 +86,5 @@ body, td, input, select
.fullHeight {
height: 100%;
}
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }

@ -119,6 +119,10 @@ body {
/*]]>*/
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body onload="javascript: Init();">

@ -129,6 +129,10 @@ body {
/*]]>*/
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body onload="javascript: Init();">

@ -34,6 +34,11 @@
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="overflow: hidden">
<div id="divInfo">

@ -11,6 +11,11 @@
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="overflow: hidden">
<div id="divInfo">

@ -12,9 +12,11 @@
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
</script>
<style>
body, td, input, textarea, select, label {font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 10px; }
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="overflow: hidden">
<div id="divInfo">

@ -26,6 +26,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="googleMaps.js" type="text/javascript"></script>
<style type="text/css">
body, td, input, textarea, select, label {font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
<style type="text/css">
div.box {
height: 60px;

@ -11,6 +11,10 @@
<link rel="stylesheet" href="css/imgmap.css" type="text/css"/>
<meta http-equiv="imagetoolbar" content="no"/>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body>
@ -25,7 +29,7 @@
</div>
<div style="float: right">
<input type="button" id="remove" name="remove" fckLang="imgmapBtnRemove" value="Remove Map" onclick="removeMap();" class="Button" />
<input type="button" id="remove" name="remove" fckLang="imgmapBtnRemove" value="Remove Map" onclick="removeMap();" />
</div>
</fieldset>

@ -559,6 +559,10 @@ function Ok()
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
<!--solved a problem with iexplorer 7 by jc -->
<style type="text/css">
div.helpers

@ -85,6 +85,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">

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

@ -87,6 +87,11 @@ function Ok()
}
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">

@ -11,6 +11,11 @@
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
</style>
</head>
<body scroll="no" style="overflow: hidden">
<div id="divInfo">

Loading…
Cancel
Save