summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/tinymce/wordpress.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-03 17:00:59 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-03 17:00:59 +0000
commit2b6348978ec434e2fa4114085783cf9ada097b22 (patch)
treea3745bb9ace00b0a8f687bc8c1bfb74bb885077c /wp-includes/js/tinymce/wordpress.css
parent102dc1d903d95fd7abdf2243d7e047b4b20099d3 (diff)
WP Merge to rev 8249
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1347 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/js/tinymce/wordpress.css')
-rw-r--r--wp-includes/js/tinymce/wordpress.css32
1 files changed, 31 insertions, 1 deletions
diff --git a/wp-includes/js/tinymce/wordpress.css b/wp-includes/js/tinymce/wordpress.css
index 1596f59..0b55d4e 100644
--- a/wp-includes/js/tinymce/wordpress.css
+++ b/wp-includes/js/tinymce/wordpress.css
@@ -1,6 +1,7 @@
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
-.aligncenter {
+.aligncenter,
+dl.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
@@ -14,6 +15,31 @@
float: right;
}
+.wp_caption {
+ border: 1px solid #ddd;
+ text-align: center;
+ background-color: #f3f3f3;
+ padding-top: 4px;
+ margin: 10px;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+}
+
+.wp_caption img {
+ margin: 0;
+ padding: 0;
+ border: 0 none;
+}
+
+.wp_caption_dd {
+ font-size: 11px;
+ line-height: 17px;
+ padding: 0 4px 5px;
+ margin: 0;
+}
+
body.mceContentBody {
background: #fff;
color: #000;
@@ -63,3 +89,7 @@ a.mceItemAnchor {
padding-left: 12px;
background: url(img/items.gif) no-repeat bottom left;
}
+
+.mceIEcenter {
+ text-align: center;
+}