TinyMCE 3.2.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@9674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1a52b3e086
commit
6adb94fd45
|
@ -198,8 +198,8 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||||
border-right-color: #99d;
|
border-right-color: #99d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.describe {
|
#media-upload .slidetoggle {
|
||||||
border-top-color: #d0d0d0;
|
border-top-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error, #login #login_error {
|
.error, #login #login_error {
|
||||||
|
@ -246,10 +246,16 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-item {
|
.media-item {
|
||||||
border-bottom-color: #d0d0d0;
|
border-bottom-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-upload-form label.form-help, td.help {
|
.describe input[type="text"],
|
||||||
|
.describe textarea {
|
||||||
|
border-color: #dfdfdf;
|
||||||
|
}
|
||||||
|
|
||||||
|
.media-upload-form label.form-help,
|
||||||
|
td.help {
|
||||||
color: #9a9a9a;
|
color: #9a9a9a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -488,7 +494,11 @@ body.press-this .ui-tabs-selected a:hover {
|
||||||
background-color: #264761;
|
background-color: #264761;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#media-upload-header,
|
div#media-upload-header {
|
||||||
|
background-color: #f1f1f1;
|
||||||
|
border-bottom-color: #dfdfdf;
|
||||||
|
}
|
||||||
|
|
||||||
div#plugin-information-header {
|
div#plugin-information-header {
|
||||||
background-color: #e4f2fd;
|
background-color: #e4f2fd;
|
||||||
border-bottom-color: #c6d9e9;
|
border-bottom-color: #c6d9e9;
|
||||||
|
@ -537,7 +547,7 @@ li.widget-list-control-item h4,
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-items {
|
#media-items {
|
||||||
border-color: #c0c0c0;
|
border-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pass-strength-result {
|
#pass-strength-result {
|
||||||
|
@ -1120,11 +1130,17 @@ table.diff .diff-addedline ins {
|
||||||
background-color: #E4F2FD;
|
background-color: #E4F2FD;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* media popup 0819 */
|
/* edit image */
|
||||||
#sidemenu a {
|
#sidemenu a {
|
||||||
background-color: #e4f2fd;
|
background-color: #f1f1f1;
|
||||||
border-bottom-color: #c6d9e9;
|
border-color: #f1f1f1;
|
||||||
border-top-color: #e4f2fd;
|
border-bottom-color: #dfdfdf;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidemenu a.current {
|
||||||
|
background-color: #fff;
|
||||||
|
border-color: #dfdfdf #dfdfdf #fff;
|
||||||
|
color: #D54E21;
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-options-wrap,
|
#screen-options-wrap,
|
||||||
|
|
|
@ -187,6 +187,7 @@ abbr.required {
|
||||||
|
|
||||||
.describe td {
|
.describe td {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
padding: 0 5px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.describe td.A1 {
|
.describe td.A1 {
|
||||||
|
@ -196,6 +197,8 @@ abbr.required {
|
||||||
.describe input[type="text"],
|
.describe input[type="text"],
|
||||||
.describe textarea {
|
.describe textarea {
|
||||||
width: 460px;
|
width: 460px;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.describe-toggle-on,
|
.describe-toggle-on,
|
||||||
|
@ -265,14 +268,17 @@ abbr.required {
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload .describe {
|
#media-upload .describe {
|
||||||
border-top-width: 1px;
|
|
||||||
border-top-style: solid;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
clear: both;
|
clear: both;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#media-upload .slidetoggle {
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-top-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
#media-upload .describe th.label {
|
#media-upload .describe th.label {
|
||||||
padding-top: .5em;
|
padding-top: .5em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -300,6 +306,7 @@ abbr.required {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload a.delete,
|
#media-upload a.delete,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title></title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<script type="text/javascript" src="../../tiny_mce.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce.js?ver=321"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function patchCallback(settings, key) {
|
function patchCallback(settings, key) {
|
||||||
if (settings[key])
|
if (settings[key])
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>Template for dialogs</title>
|
<title>Template for dialogs</title>
|
||||||
<link rel="stylesheet" type="text/css" href="skins/clearlooks2/window.css?ver=3201" />
|
<link rel="stylesheet" type="text/css" href="skins/clearlooks2/window.css?ver=321" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -359,7 +359,9 @@ function changedType(t) {
|
||||||
d.getElementById('shockwave_options').style.display = 'none';
|
d.getElementById('shockwave_options').style.display = 'none';
|
||||||
d.getElementById('wmp_options').style.display = 'none';
|
d.getElementById('wmp_options').style.display = 'none';
|
||||||
d.getElementById('rmp_options').style.display = 'none';
|
d.getElementById('rmp_options').style.display = 'none';
|
||||||
d.getElementById(t + '_options').style.display = 'block';
|
|
||||||
|
if (t)
|
||||||
|
d.getElementById(t + '_options').style.display = 'block';
|
||||||
}
|
}
|
||||||
|
|
||||||
function serializeParameters() {
|
function serializeParameters() {
|
||||||
|
@ -600,7 +602,7 @@ function generatePreview(c) {
|
||||||
|
|
||||||
// Avoid annoying warning about insecure items
|
// Avoid annoying warning about insecure items
|
||||||
if (!tinymce.isIE || document.location.protocol != 'https:') {
|
if (!tinymce.isIE || document.location.protocol != 'https:') {
|
||||||
h += '<object classid="clsid:' + cls + '" codebase="' + codebase + '" width="' + pl.width + '" height="' + pl.height + '" id="' + pl.id + '" name="' + pl.name + '" align="' + pl.align + '">';
|
h += '<object classid="' + cls + '" codebase="' + codebase + '" width="' + pl.width + '" height="' + pl.height + '" id="' + pl.id + '" name="' + pl.name + '" align="' + pl.align + '">';
|
||||||
|
|
||||||
for (n in pl) {
|
for (n in pl) {
|
||||||
h += '<param name="' + n + '" value="' + pl[n] + '">';
|
h += '<param name="' + n + '" value="' + pl[n] + '">';
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>{#media_dlg.title}</title>
|
<title>{#media_dlg.title}</title>
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/media.js?ver=3201"></script>
|
<script type="text/javascript" src="js/media.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/mctabs.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/mctabs.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/validate.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/validate.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/form_utils.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/form_utils.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/editable_selects.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/editable_selects.js?ver=321"></script>
|
||||||
<link href="css/media.css?ver=3201" rel="stylesheet" type="text/css" />
|
<link href="css/media.css?ver=321" rel="stylesheet" type="text/css" />
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
<body style="display: none">
|
<body style="display: none">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>blank_page</title>
|
<title>blank_page</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<link href="css/blank.css?ver=3201" rel="stylesheet" type="text/css" />
|
<link href="css/blank.css?ver=321" rel="stylesheet" type="text/css" />
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function init() {
|
function init() {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<head>
|
<head>
|
||||||
<title>{#paste.paste_text_desc}</title>
|
<title>{#paste.paste_text_desc}</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/pastetext.js?ver=3201"></script>
|
<script type="text/javascript" src="js/pastetext.js?ver=321"></script>
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
<body onresize="resizeInputs();" style="display:none; overflow:hidden;">
|
<body onresize="resizeInputs();" style="display:none; overflow:hidden;">
|
||||||
|
@ -31,4 +31,4 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>{#paste.paste_word_desc}</title>
|
<title>{#paste.paste_word_desc}</title>
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/pasteword.js?ver=3201"></script>
|
<script type="text/javascript" src="js/pasteword.js?ver=321"></script>
|
||||||
<link href="css/pasteword.css?ver=3201" rel="stylesheet" type="text/css" />
|
<link href="css/pasteword.css?ver=321" rel="stylesheet" type="text/css" />
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
<body onresize="resizeInputs();" style="display:none; overflow:hidden;">
|
<body onresize="resizeInputs();" style="display:none; overflow:hidden;">
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -335,4 +335,4 @@
|
||||||
|
|
||||||
// Register plugin
|
// Register plugin
|
||||||
tinymce.PluginManager.add('spellchecker', tinymce.plugins.SpellcheckerPlugin);
|
tinymce.PluginManager.add('spellchecker', tinymce.plugins.SpellcheckerPlugin);
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -6,19 +6,30 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit input,
|
.submit input,
|
||||||
.button {
|
.button,
|
||||||
|
.button-primary,
|
||||||
|
.button-secondary,
|
||||||
|
.button-highlighted {
|
||||||
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
||||||
padding: 3px 5px;
|
text-decoration: none;
|
||||||
font-size: 12px;
|
font-size: 11px !important;
|
||||||
line-height: 1.5em;
|
line-height: 16px;
|
||||||
|
padding: 2px 8px;
|
||||||
|
cursor: pointer;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 11px;
|
||||||
-khtml-border-radius: 3px;
|
-khtml-border-radius: 11px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 11px;
|
||||||
border-radius: 3px;
|
border-radius: 11px;
|
||||||
cursor: pointer;
|
-moz-box-sizing: content-box;
|
||||||
text-decoration: none;
|
-webkit-box-sizing: content-box;
|
||||||
|
-khtml-box-sizing: content-box;
|
||||||
|
box-sizing: content-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.button {
|
||||||
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea,
|
textarea,
|
||||||
|
@ -78,7 +89,7 @@ th.label {
|
||||||
}
|
}
|
||||||
|
|
||||||
#media-upload #img-edit {
|
#media-upload #img-edit {
|
||||||
border: 1px solid #c0c0c0;
|
border: 1px solid #dfdfdf;
|
||||||
width: 623px;
|
width: 623px;
|
||||||
margin: 15px auto;
|
margin: 15px auto;
|
||||||
}
|
}
|
||||||
|
@ -237,3 +248,87 @@ td {
|
||||||
#img_align_td {
|
#img_align_td {
|
||||||
padding: 2px 0 8px;
|
padding: 2px 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#media-upload tr.align td.field {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.describe td {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
#media-upload .describe th.label {
|
||||||
|
padding-top: .5em;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#media-upload .describe {
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-top-style: solid;
|
||||||
|
padding: 5px;
|
||||||
|
width: 100%;
|
||||||
|
clear: both;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.describe input[type="text"],
|
||||||
|
.describe textarea {
|
||||||
|
width: 460px;
|
||||||
|
border: 1px solid #dfdfdf;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.media-upload-form label,
|
||||||
|
.media-upload-form legend {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 13px;
|
||||||
|
color: #464646;
|
||||||
|
}
|
||||||
|
|
||||||
|
.align .field label {
|
||||||
|
display: inline;
|
||||||
|
padding: 0 0 0 28px;
|
||||||
|
margin: 0 1em 0 0;
|
||||||
|
}
|
||||||
|
.image-align-none-label {
|
||||||
|
background: url(../../../../../../wp-admin/images/align-none.png) no-repeat center left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-align-left-label {
|
||||||
|
background: url(../../../../../../wp-admin/images/align-left.png) no-repeat center left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-align-center-label {
|
||||||
|
background: url(../../../../../../wp-admin/images/align-center.png) no-repeat center left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-align-right-label {
|
||||||
|
background: url(../../../../../../wp-admin/images/align-right.png) no-repeat center left;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#media-upload-header {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 5px;
|
||||||
|
font-weight: bold;
|
||||||
|
position: relative;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
height: 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
body#media-upload ul#sidemenu {
|
||||||
|
font-weight: normal;
|
||||||
|
margin: 0 5px;
|
||||||
|
position: relative;
|
||||||
|
left: 0px;
|
||||||
|
bottom: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#media-upload-error {
|
||||||
|
margin: 1em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
|
@ -1,326 +0,0 @@
|
||||||
div#media-upload-header {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 5px;
|
|
||||||
font-weight: bold;
|
|
||||||
position: relative;
|
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
height: 2.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
body#media-upload ul#sidemenu {
|
|
||||||
font-weight: normal;
|
|
||||||
margin: 0 5px;
|
|
||||||
position: absolute;
|
|
||||||
left: 0px;
|
|
||||||
bottom: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#media-upload-error {
|
|
||||||
margin: 1em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
form {
|
|
||||||
margin: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#search-filter {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form label, .media-upload-form legend {
|
|
||||||
display:block;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 13px;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
margin: 0 0 0.5em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
th { position: relative; }
|
|
||||||
|
|
||||||
.media-upload-form label.form-help, td.help {
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form p.help {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-upload-form fieldset {
|
|
||||||
width: 100%;
|
|
||||||
border: none;
|
|
||||||
text-align: justify;
|
|
||||||
margin: 0 0 1em 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* specific to the image upload form */
|
|
||||||
.align .field label {
|
|
||||||
display: inline;
|
|
||||||
padding: 0 0 0 28px;
|
|
||||||
margin: 0 1em 0 0;
|
|
||||||
}
|
|
||||||
.image-align-none-label {
|
|
||||||
background: url(../../../../../../wp-admin/images/align-none.png) no-repeat center left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-left-label {
|
|
||||||
background: url(../../../../../../wp-admin/images/align-left.png) no-repeat center left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-center-label {
|
|
||||||
background: url(../../../../../../wp-admin/images/align-center.png) no-repeat center left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-align-right-label {
|
|
||||||
background: url(../../../../../../wp-admin/images/align-right.png) no-repeat center left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#flash-upload-ui, .insert-gallery {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.image-size label {
|
|
||||||
display: inline;
|
|
||||||
margin: 0 1em 0 0;
|
|
||||||
}
|
|
||||||
.pinkynail {
|
|
||||||
max-width: 40px;
|
|
||||||
max-height: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.filename.original {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.crunching {
|
|
||||||
display: block;
|
|
||||||
line-height: 32px;
|
|
||||||
text-align: right;
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
button.dismiss {
|
|
||||||
position: absolute;
|
|
||||||
top: 5px;
|
|
||||||
right: 5px;
|
|
||||||
z-index: 4;
|
|
||||||
}
|
|
||||||
.file-error {
|
|
||||||
margin: 0 0 5px 50px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress {
|
|
||||||
position: absolute;
|
|
||||||
top: 0px;
|
|
||||||
left: 0px;
|
|
||||||
width: 623px;
|
|
||||||
height: 36px;
|
|
||||||
}
|
|
||||||
.bar {
|
|
||||||
width: 0px;
|
|
||||||
height: 100%;
|
|
||||||
border-right-width: 3px;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
#library-form .progress, #gallery-form .progress {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.media-item .thumbnail {
|
|
||||||
max-width: 128px;
|
|
||||||
max-height: 128px;
|
|
||||||
}
|
|
||||||
.media-item .pinkynail {
|
|
||||||
float: left;
|
|
||||||
margin: 2px;
|
|
||||||
height: 32px;
|
|
||||||
max-width: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
thead.media-item-info tr {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
thead.media-item-info th, thead.media-item-info td {
|
|
||||||
border: none;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-table thead.media-item-info {
|
|
||||||
border: 8px solid #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.describe.startopen, .describe.startclosed {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
abbr.required {
|
|
||||||
text-decoration: none;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
.describe label {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
.describe td {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
.describe td.A1 {
|
|
||||||
width: 132px;
|
|
||||||
}
|
|
||||||
.describe input[type="text"], .describe textarea {
|
|
||||||
width: 460px;
|
|
||||||
}
|
|
||||||
.describe-toggle-on, .describe-toggle-off {
|
|
||||||
display: block;
|
|
||||||
line-height: 36px;
|
|
||||||
float: right;
|
|
||||||
margin-right: 20px;
|
|
||||||
}
|
|
||||||
.describe-toggle-off {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.clickmask {
|
|
||||||
}
|
|
||||||
|
|
||||||
.hidden {
|
|
||||||
height: 0px;
|
|
||||||
width: 0px;
|
|
||||||
overflow: hidden;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Specific to Uploader */
|
|
||||||
|
|
||||||
#media-upload .media-upload-form p {
|
|
||||||
margin: 0 1em 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .media-upload-form p.ml-submit {
|
|
||||||
padding: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload p.help {
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
#media-upload tr.image-size td.field {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#media-upload #media-items {
|
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
border-bottom: none;
|
|
||||||
width: 623px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .media-item {
|
|
||||||
position: relative;
|
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
min-height: 36px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .ui-sortable .media-item {
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
|
|
||||||
.filename {
|
|
||||||
float: left;
|
|
||||||
line-height: 36px;
|
|
||||||
margin-left: 10px;
|
|
||||||
overflow: hidden;
|
|
||||||
max-width: 430px;
|
|
||||||
}
|
|
||||||
#media-upload .describe {
|
|
||||||
border-top-width: 1px;
|
|
||||||
border-top-style: solid;
|
|
||||||
padding: 5px;
|
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
#media-upload .describe th.label {
|
|
||||||
padding-top: .5em;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
#media-upload tr.align td.field {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#media-upload tr.image-size {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
height: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload #filter {
|
|
||||||
width: 623px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload #filter .subsubsub {
|
|
||||||
margin: 8px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#filter .tablenav select {
|
|
||||||
border-style:solid;
|
|
||||||
border-width:1px;
|
|
||||||
padding:2px;
|
|
||||||
vertical-align:top;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload a.delete,
|
|
||||||
#media-upload a.del-link {
|
|
||||||
padding: 0 3px 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .del-attachment {
|
|
||||||
display: none;
|
|
||||||
margin: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_order {
|
|
||||||
float: right;
|
|
||||||
font-size: 11px;
|
|
||||||
margin: 10px 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_order_input {
|
|
||||||
border: 1px solid #DDDDDD;
|
|
||||||
font-size: 10px;
|
|
||||||
padding: 1px;
|
|
||||||
width: 23px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-sortable-helper {
|
|
||||||
background-color: #fff;
|
|
||||||
border: 1px solid #aaa;
|
|
||||||
opacity: 0.6;
|
|
||||||
filter: alpha(opacity=60);
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload th.order-head {
|
|
||||||
width: 25%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#media-upload .widefat {
|
|
||||||
width: 626px;
|
|
||||||
border-style: solid solid none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sorthelper {
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu a.current {
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
border-color: #C6D9E9 #C6D9E9 #FFFFFF;
|
|
||||||
color: #D54E21;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidemenu a {
|
|
||||||
border-bottom-color: transparent;
|
|
||||||
border-top-color: transparent;
|
|
||||||
}
|
|
|
@ -4,15 +4,14 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<title></title>
|
<title></title>
|
||||||
|
|
||||||
<script type="text/javascript" src="js/editimage.js?ver=3201"></script>
|
<script type="text/javascript" src="js/editimage.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/form_utils.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/form_utils.js?ver=321"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/media26.css?ver=3201" type="text/css" media="all" />
|
<link rel="stylesheet" href="css/editimage.css?ver=321" type="text/css" media="all" />
|
||||||
<link rel="stylesheet" href="css/editimage.css?ver=3201" type="text/css" media="all" />
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
if ( 'rtl' == tinyMCEPopup.editor.getParam('directionality','') )
|
if ( 'rtl' == tinyMCEPopup.editor.getParam('directionality','') )
|
||||||
document.write('<link rel="stylesheet" href="css/editimage-rtl.css?ver=3201" type="text/css" media="all" />');
|
document.write('<link rel="stylesheet" href="css/editimage-rtl.css?ver=321" type="text/css" media="all" />');
|
||||||
</script>
|
</script>
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
if ( ed.dom.getAttrib(el, 'class').indexOf('mceItem') != -1 || el.nodeName != 'IMG' )
|
if ( ed.dom.getAttrib(el, 'class').indexOf('mceItem') != -1 || el.nodeName != 'IMG' )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
tb_show('', url + '/editimage.html?ver=311f&TB_iframe=true');
|
tb_show('', url + '/editimage.html?ver=321&TB_iframe=true');
|
||||||
tinymce.DOM.setStyles('TB_window', {
|
tinymce.DOM.setStyles('TB_window', {
|
||||||
'top':'20px',
|
'top':'20px',
|
||||||
'marginTop':'0',
|
'marginTop':'0',
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>{#advanced_dlg.about_title}</title>
|
<title>{#advanced_dlg.about_title}</title>
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/mctabs.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/mctabs.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/about.js?ver=3201"></script>
|
<script type="text/javascript" src="js/about.js?ver=321"></script>
|
||||||
</head>
|
</head>
|
||||||
<body id="about" style="display: none">
|
<body id="about" style="display: none">
|
||||||
<div class="tabs">
|
<div class="tabs">
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>{#advanced_dlg.anchor_title}</title>
|
<title>{#advanced_dlg.anchor_title}</title>
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/anchor.js?ver=3201"></script>
|
<script type="text/javascript" src="js/anchor.js?ver=321"></script>
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
<body style="display: none">
|
<body style="display: none">
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<title>{#advanced_dlg.charmap_title}</title>
|
<title>{#advanced_dlg.charmap_title}</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/charmap.js?ver=3201"></script>
|
<script type="text/javascript" src="js/charmap.js?ver=321"></script>
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
<body id="charmap" style="display:none">
|
<body id="charmap" style="display:none">
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>{#advanced_dlg.colorpicker_title}</title>
|
<title>{#advanced_dlg.colorpicker_title}</title>
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/mctabs.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/mctabs.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/color_picker.js?ver=3201"></script>
|
<script type="text/javascript" src="js/color_picker.js?ver=321"></script>
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
<body id="colorpicker" style="display: none">
|
<body id="colorpicker" style="display: none">
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,10 +2,10 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>{#advanced_dlg.image_title}</title>
|
<title>{#advanced_dlg.image_title}</title>
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/mctabs.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/mctabs.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/form_utils.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/form_utils.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/image.js?ver=3201"></script>
|
<script type="text/javascript" src="js/image.js?ver=321"></script>
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
<body id="image" style="display: none">
|
<body id="image" style="display: none">
|
||||||
|
|
|
@ -76,7 +76,7 @@ var ImageDialog = {
|
||||||
});
|
});
|
||||||
} else
|
} else
|
||||||
args.style = this.styleVal;
|
args.style = this.styleVal;
|
||||||
|
|
||||||
tinymce.extend(args, {
|
tinymce.extend(args, {
|
||||||
src : f.src.value,
|
src : f.src.value,
|
||||||
alt : f.alt.value,
|
alt : f.alt.value,
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>{#advanced_dlg.link_title}</title>
|
<title>{#advanced_dlg.link_title}</title>
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/mctabs.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/mctabs.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/form_utils.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/form_utils.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="../../utils/validate.js?ver=3201"></script>
|
<script type="text/javascript" src="../../utils/validate.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/link.js?ver=3201"></script>
|
<script type="text/javascript" src="js/link.js?ver=321"></script>
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
<body id="link" style="display: none">
|
<body id="link" style="display: none">
|
||||||
|
|
|
@ -50,7 +50,7 @@ padding-bottom:2px;
|
||||||
a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
|
a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
|
||||||
.mceOldBoxModel a.browse span {width:22px; height:20px;}
|
.mceOldBoxModel a.browse span {width:22px; height:20px;}
|
||||||
a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
|
a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
|
||||||
a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
|
a.browse span.disabled {border:1px solid white; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||||
a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
|
a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
|
||||||
a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
|
a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
|
||||||
.mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
|
.mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
.defaultSkin .mceButton {display:block; border:1px solid #F0F0EE; width:20px; height:20px; margin-right:1px}
|
.defaultSkin .mceButton {display:block; border:1px solid #F0F0EE; width:20px; height:20px; margin-right:1px}
|
||||||
.defaultSkin a.mceButtonEnabled:hover {border:1px solid #0A246A; background-color:#B2BBD0}
|
.defaultSkin a.mceButtonEnabled:hover {border:1px solid #0A246A; background-color:#B2BBD0}
|
||||||
.defaultSkin a.mceButtonActive, .defaultSkin a.mceButtonSelected {border:1px solid #0A246A; background-color:#C2CBE0}
|
.defaultSkin a.mceButtonActive, .defaultSkin a.mceButtonSelected {border:1px solid #0A246A; background-color:#C2CBE0}
|
||||||
.defaultSkin .mceButtonDisabled .mceIcon {opacity:0.3; filter:alpha(opacity=30)}
|
.defaultSkin .mceButtonDisabled .mceIcon {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||||
.defaultSkin .mceButtonLabeled {width:auto}
|
.defaultSkin .mceButtonLabeled {width:auto}
|
||||||
.defaultSkin .mceButtonLabeled span.mceIcon {float:left}
|
.defaultSkin .mceButtonLabeled span.mceIcon {float:left}
|
||||||
.defaultSkin span.mceButtonLabel {display:block; font-size:10px; padding:4px 6px 0 22px; font-family:Tahoma,Verdana,Arial,Helvetica}
|
.defaultSkin span.mceButtonLabel {display:block; font-size:10px; padding:4px 6px 0 22px; font-family:Tahoma,Verdana,Arial,Helvetica}
|
||||||
|
@ -64,12 +64,11 @@
|
||||||
.defaultSkin .mceSplitButton a, .defaultSkin .mceSplitButton span {height:20px; display:block}
|
.defaultSkin .mceSplitButton a, .defaultSkin .mceSplitButton span {height:20px; display:block}
|
||||||
.defaultSkin .mceSplitButton a.mceAction {width:20px; border:1px solid #F0F0EE; border-right:0;}
|
.defaultSkin .mceSplitButton a.mceAction {width:20px; border:1px solid #F0F0EE; border-right:0;}
|
||||||
.defaultSkin .mceSplitButton span.mceAction {width:20px; background:url(../../img/icons.gif) 20px 20px;}
|
.defaultSkin .mceSplitButton span.mceAction {width:20px; background:url(../../img/icons.gif) 20px 20px;}
|
||||||
.defaultSkin .mceSplitButton a.mceOpen {width:9px; border:1px solid #F0F0EE;}
|
.defaultSkin .mceSplitButton a.mceOpen {width:9px; background:url(../../img/icons.gif) -741px 0; border:1px solid #F0F0EE;}
|
||||||
.defaultSkin .mceSplitButton span.mceOpen {width:9px; background:url(../../img/icons.gif) -741px 0;}
|
.defaultSkin .mceSplitButton span.mceOpen {display:none}
|
||||||
.defaultSkin table.mceSplitButtonEnabled:hover a.mceAction, .defaultSkin .mceSplitButtonHover a.mceAction, .defaultSkin .mceSplitButtonSelected a.mceAction {border:1px solid #0A246A; border-right:0; background-color:#B2BBD0}
|
.defaultSkin table.mceSplitButtonEnabled:hover a.mceAction, .defaultSkin .mceSplitButtonHover a.mceAction, .defaultSkin .mceSplitButtonSelected a.mceAction {border:1px solid #0A246A; border-right:0; background-color:#B2BBD0}
|
||||||
.defaultSkin table.mceSplitButtonEnabled:hover a.mceOpen, .defaultSkin .mceSplitButtonHover a.mceOpen, .defaultSkin .mceSplitButtonSelected a.mceOpen {border:1px solid #0A246A;}
|
.defaultSkin table.mceSplitButtonEnabled:hover a.mceOpen, .defaultSkin .mceSplitButtonHover a.mceOpen, .defaultSkin .mceSplitButtonSelected a.mceOpen {background-color:#B2BBD0; border:1px solid #0A246A;}
|
||||||
.defaultSkin table.mceSplitButtonEnabled:hover span.mceOpen, .defaultSkin .mceSplitButtonHover span.mceOpen, .defaultSkin .mceSplitButtonSelected span.mceOpen {background-color:#B2BBD0}
|
.defaultSkin .mceSplitButtonDisabled .mceAction, .defaultSkin .mceSplitButtonDisabled a.mceOpen {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||||
.defaultSkin .mceSplitButtonDisabled .mceAction, .defaultSkin .mceSplitButtonDisabled span.mceOpen {opacity:0.3; filter:alpha(opacity=30)}
|
|
||||||
.defaultSkin .mceSplitButtonActive a.mceAction {border:1px solid #0A246A; background-color:#C2CBE0}
|
.defaultSkin .mceSplitButtonActive a.mceAction {border:1px solid #0A246A; background-color:#C2CBE0}
|
||||||
.defaultSkin .mceSplitButtonActive a.mceOpen {border-left:0;}
|
.defaultSkin .mceSplitButtonActive a.mceOpen {border-left:0;}
|
||||||
|
|
||||||
|
@ -107,7 +106,7 @@
|
||||||
.defaultSkin .mceMenuItemSub a {background:url(img/menu_arrow.gif) no-repeat top right;}
|
.defaultSkin .mceMenuItemSub a {background:url(img/menu_arrow.gif) no-repeat top right;}
|
||||||
|
|
||||||
/* Progress,Resize */
|
/* Progress,Resize */
|
||||||
.defaultSkin .mceBlocker {position:absolute; left:0; top:0; z-index:1000; opacity:0.5; filter:alpha(opacity=50); background:#FFF}
|
.defaultSkin .mceBlocker {position:absolute; left:0; top:0; z-index:1000; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50); background:#FFF}
|
||||||
.defaultSkin .mceProgress {position:absolute; left:0; top:0; z-index:1001; background:url(img/progress.gif) no-repeat; width:32px; height:32px; margin:-16px 0 0 -16px}
|
.defaultSkin .mceProgress {position:absolute; left:0; top:0; z-index:1001; background:url(img/progress.gif) no-repeat; width:32px; height:32px; margin:-16px 0 0 -16px}
|
||||||
.defaultSkin .mcePlaceHolder {border:1px dotted gray}
|
.defaultSkin .mcePlaceHolder {border:1px dotted gray}
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ padding-bottom:2px;
|
||||||
a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
|
a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
|
||||||
.mceOldBoxModel a.browse span {width:22px; height:20px;}
|
.mceOldBoxModel a.browse span {width:22px; height:20px;}
|
||||||
a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
|
a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
|
||||||
a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
|
a.browse span.disabled {border:1px solid white; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||||
a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
|
a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
|
||||||
a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
|
a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
|
||||||
.mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
|
.mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
.o2k7Skin .mceOldBoxModel a.mceButton span, .o2k7Skin .mceOldBoxModel a.mceButton img {margin:0 0 0 1px}
|
.o2k7Skin .mceOldBoxModel a.mceButton span, .o2k7Skin .mceOldBoxModel a.mceButton img {margin:0 0 0 1px}
|
||||||
.o2k7Skin a.mceButtonEnabled:hover {background-color:#B2BBD0; background-position:0 -22px}
|
.o2k7Skin a.mceButtonEnabled:hover {background-color:#B2BBD0; background-position:0 -22px}
|
||||||
.o2k7Skin a.mceButtonActive, .o2k7Skin a.mceButtonSelected {background-position:0 -44px}
|
.o2k7Skin a.mceButtonActive, .o2k7Skin a.mceButtonSelected {background-position:0 -44px}
|
||||||
.o2k7Skin .mceButtonDisabled .mceIcon {opacity:0.3; filter:alpha(opacity=30)}
|
.o2k7Skin .mceButtonDisabled .mceIcon {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||||
.o2k7Skin .mceButtonLabeled {width:auto}
|
.o2k7Skin .mceButtonLabeled {width:auto}
|
||||||
.o2k7Skin .mceButtonLabeled span.mceIcon {float:left}
|
.o2k7Skin .mceButtonLabeled span.mceIcon {float:left}
|
||||||
.o2k7Skin span.mceButtonLabel {display:block; font-size:10px; padding:4px 6px 0 22px; font-family:Tahoma,Verdana,Arial,Helvetica}
|
.o2k7Skin span.mceButtonLabel {display:block; font-size:10px; padding:4px 6px 0 22px; font-family:Tahoma,Verdana,Arial,Helvetica}
|
||||||
|
@ -66,11 +66,11 @@
|
||||||
.o2k7Skin .mceSplitButton {background:url(img/button_bg.png)}
|
.o2k7Skin .mceSplitButton {background:url(img/button_bg.png)}
|
||||||
.o2k7Skin .mceSplitButton a.mceAction {width:22px}
|
.o2k7Skin .mceSplitButton a.mceAction {width:22px}
|
||||||
.o2k7Skin .mceSplitButton span.mceAction {width:22px; background:url(../../img/icons.gif) 20px 20px}
|
.o2k7Skin .mceSplitButton span.mceAction {width:22px; background:url(../../img/icons.gif) 20px 20px}
|
||||||
.o2k7Skin .mceSplitButton a.mceOpen {width:10px}
|
.o2k7Skin .mceSplitButton a.mceOpen {width:10px; background:url(img/button_bg.png) -44px 0}
|
||||||
.o2k7Skin .mceSplitButton span.mceOpen {width:10px; background:url(img/button_bg.png) -44px 0}
|
.o2k7Skin .mceSplitButton span.mceOpen {display:none}
|
||||||
.o2k7Skin table.mceSplitButtonEnabled:hover a.mceAction, .o2k7Skin .mceSplitButtonHover a.mceAction, .o2k7Skin .mceSplitButtonSelected {background:url(img/button_bg.png) 0 -22px}
|
.o2k7Skin table.mceSplitButtonEnabled:hover a.mceAction, .o2k7Skin .mceSplitButtonHover a.mceAction, .o2k7Skin .mceSplitButtonSelected {background:url(img/button_bg.png) 0 -22px}
|
||||||
.o2k7Skin table.mceSplitButtonEnabled:hover span.mceOpen, .o2k7Skin .mceSplitButtonHover span.mceOpen, .o2k7Skin .mceSplitButtonSelected span.mceOpen {background-position:-44px -44px}
|
.o2k7Skin table.mceSplitButtonEnabled:hover a.mceOpen, .o2k7Skin .mceSplitButtonHover a.mceOpen, .o2k7Skin .mceSplitButtonSelected a.mceOpen {background-position:-44px -44px}
|
||||||
.o2k7Skin .mceSplitButtonDisabled .mceAction {opacity:0.3; filter:alpha(opacity=30)}
|
.o2k7Skin .mceSplitButtonDisabled .mceAction {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||||
.o2k7Skin .mceSplitButtonActive {background-position:0 -44px}
|
.o2k7Skin .mceSplitButtonActive {background-position:0 -44px}
|
||||||
|
|
||||||
/* ColorSplitButton */
|
/* ColorSplitButton */
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
.o2k7Skin .mceMenuItemSub a {background:url(../default/img/menu_arrow.gif) no-repeat top right;}
|
.o2k7Skin .mceMenuItemSub a {background:url(../default/img/menu_arrow.gif) no-repeat top right;}
|
||||||
|
|
||||||
/* Progress,Resize */
|
/* Progress,Resize */
|
||||||
.o2k7Skin .mceBlocker {position:absolute; left:0; top:0; z-index:1000; opacity:0.5; filter:alpha(opacity=50); background:#FFF}
|
.o2k7Skin .mceBlocker {position:absolute; left:0; top:0; z-index:1000; opacity:0.5; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=50); background:#FFF}
|
||||||
.o2k7Skin .mceProgress {position:absolute; left:0; top:0; z-index:1001; background:url(../default/img/progress.gif) no-repeat; width:32px; height:32px; margin:-16px 0 0 -16px}
|
.o2k7Skin .mceProgress {position:absolute; left:0; top:0; z-index:1001; background:url(../default/img/progress.gif) no-repeat; width:32px; height:32px; margin:-16px 0 0 -16px}
|
||||||
.o2k7Skin .mcePlaceHolder {border:1px dotted gray}
|
.o2k7Skin .mcePlaceHolder {border:1px dotted gray}
|
||||||
|
|
||||||
|
|
|
@ -215,7 +215,7 @@ border:0; margin:0; padding:0; white-space:nowrap; text-decoration:none; font-we
|
||||||
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {width:100%; height:auto; text-align:center; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; line-height:20px;}
|
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {width:100%; height:auto; text-align:center; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; line-height:20px;}
|
||||||
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {}
|
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {}
|
||||||
.wp_themeSkin a.mceMoreColors:hover {}
|
.wp_themeSkin a.mceMoreColors:hover {}
|
||||||
.wp_themeSkin .mceColorPreview {margin-left:2px; width:16px; height:4px; overflow:hidden}
|
.wp_themeSkin .mceColorPreview {margin-left: -4px 0 0 2px; width:16px; height:4px; overflow:hidden}
|
||||||
|
|
||||||
/* Menu */
|
/* Menu */
|
||||||
.wp_themeSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000;}
|
.wp_themeSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000;}
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>{#advanced_dlg.code_title}</title>
|
<title>{#advanced_dlg.code_title}</title>
|
||||||
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=3201"></script>
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=321"></script>
|
||||||
<script type="text/javascript" src="js/source_editor.js?ver=3201"></script>
|
<script type="text/javascript" src="js/source_editor.js?ver=321"></script>
|
||||||
<base target="_self" />
|
<base target="_self" />
|
||||||
</head>
|
</head>
|
||||||
<body onresize="resizeInputs();" style="display:none; overflow:hidden;">
|
<body onresize="resizeInputs();" style="display:none; overflow:hidden;">
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -14,7 +14,7 @@ header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
|
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
|
||||||
<title><?php _e('Rich Editor Help') ?></title>
|
<title><?php _e('Rich Editor Help') ?></title>
|
||||||
<script type="text/javascript" src="tiny_mce_popup.js?ver=311b"></script>
|
<script type="text/javascript" src="tiny_mce_popup.js?ver=321"></script>
|
||||||
<?php
|
<?php
|
||||||
wp_admin_css( 'global', true );
|
wp_admin_css( 'global', true );
|
||||||
wp_admin_css( 'wp-admin', true );
|
wp_admin_css( 'wp-admin', true );
|
||||||
|
|
|
@ -61,7 +61,7 @@ function wp_default_scripts( &$scripts ) {
|
||||||
|
|
||||||
// Modify this version when tinyMCE plugins are changed.
|
// Modify this version when tinyMCE plugins are changed.
|
||||||
function mce_version() {
|
function mce_version() {
|
||||||
return '20081028';
|
return '20081113';
|
||||||
}
|
}
|
||||||
add_filter( 'tiny_mce_version', 'mce_version' );
|
add_filter( 'tiny_mce_version', 'mce_version' );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue