TinyMCE 3.2.1

git-svn-id: https://develop.svn.wordpress.org/trunk@9674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-14 02:35:02 +00:00
parent 153141a764
commit a697919990
33 changed files with 210 additions and 418 deletions
+26 -10
View File
@@ -198,8 +198,8 @@ ul#widget-list li.widget-list-item h4.widget-title {
border-right-color: #99d;
}
.describe {
border-top-color: #d0d0d0;
#media-upload .slidetoggle {
border-top-color: #dfdfdf;
}
.error, #login #login_error {
@@ -246,10 +246,16 @@ ul#widget-list li.widget-list-item h4.widget-title {
}
.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;
}
@@ -488,7 +494,11 @@ body.press-this .ui-tabs-selected a:hover {
background-color: #264761;
}
div#media-upload-header,
div#media-upload-header {
background-color: #f1f1f1;
border-bottom-color: #dfdfdf;
}
div#plugin-information-header {
background-color: #e4f2fd;
border-bottom-color: #c6d9e9;
@@ -537,7 +547,7 @@ li.widget-list-control-item h4,
}
#media-items {
border-color: #c0c0c0;
border-color: #dfdfdf;
}
#pass-strength-result {
@@ -1120,11 +1130,17 @@ table.diff .diff-addedline ins {
background-color: #E4F2FD;
}
/* media popup 0819 */
/* edit image */
#sidemenu a {
background-color: #e4f2fd;
border-bottom-color: #c6d9e9;
border-top-color: #e4f2fd;
background-color: #f1f1f1;
border-color: #f1f1f1;
border-bottom-color: #dfdfdf;
}
#sidemenu a.current {
background-color: #fff;
border-color: #dfdfdf #dfdfdf #fff;
color: #D54E21;
}
#screen-options-wrap,
+9 -2
View File
@@ -187,6 +187,7 @@ abbr.required {
.describe td {
vertical-align: middle;
padding: 0 5px 0 0;
}
.describe td.A1 {
@@ -196,6 +197,8 @@ abbr.required {
.describe input[type="text"],
.describe textarea {
width: 460px;
border-width: 1px;
border-style: solid;
}
.describe-toggle-on,
@@ -265,14 +268,17 @@ abbr.required {
}
#media-upload .describe {
border-top-width: 1px;
border-top-style: solid;
padding: 5px;
width: 100%;
clear: both;
cursor: default;
}
#media-upload .slidetoggle {
border-top-width: 1px;
border-top-style: solid;
}
#media-upload .describe th.label {
padding-top: .5em;
text-align: left;
@@ -300,6 +306,7 @@ abbr.required {
border-width: 1px;
padding: 2px;
vertical-align: top;
width: auto;
}
#media-upload a.delete,