Twenty Fourteen: update table styles in editor CSS file for new TinyMCE class names.

Props slobodanmanic, fixes #28703.

Built from https://develop.svn.wordpress.org/trunk@30147


git-svn-id: http://core.svn.wordpress.org/trunk@30147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2014-11-01 03:47:21 +00:00
parent c604fd15b0
commit df455aa106
2 changed files with 8 additions and 4 deletions

View File

@ -336,7 +336,8 @@ blockquote.alignright p {
* ---------------------------------------------------------------------------- * ----------------------------------------------------------------------------
*/ */
.mceItemTable { .mceItemTable,
.mce-item-table {
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
border-width: 1px 0 0 1px; border-width: 1px 0 0 1px;
border-collapse: separate; border-collapse: separate;
@ -348,7 +349,9 @@ blockquote.alignright p {
} }
.mceItemTable th, .mceItemTable th,
.mceItemTable caption { .mceItemTable caption,
.mce-item-table th,
.mce-item-table caption {
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 0; border-width: 0 1px 1px 0;
font-weight: 700; font-weight: 700;
@ -358,7 +361,8 @@ blockquote.alignright p {
vertical-align: baseline; vertical-align: baseline;
} }
.mceItemTable td { .mceItemTable td,
.mce-item-table td {
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 0; border-width: 0 1px 1px 0;
font-family: Lato, sans-serif; font-family: Lato, sans-serif;

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.1-alpha-30146'; $wp_version = '4.1-alpha-30147';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.