TinyMCE textpattern:
- Add description of the new patterns to the Shortcuts help modal. - Fix the layout a bit and make the patterns in two columns. - Disable the `textpatterns` plugin in IE < 9. See #33300. Built from https://develop.svn.wordpress.org/trunk@36761 git-svn-id: http://core.svn.wordpress.org/trunk@36728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -136,6 +136,28 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.wp-help-single {
|
||||
margin: 0 8px 20px;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.fixed {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.fixed th:nth-child(odd),
|
||||
.mce-window .wp-editor-help table.fixed td:nth-child(odd) {
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.fixed th:nth-child(even),
|
||||
.mce-window .wp-editor-help table.fixed td:nth-child(even) {
|
||||
width: 38%;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.fixed th:nth-child(odd) {
|
||||
padding: 5px 0 0;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help td,
|
||||
.mce-window .wp-editor-help th {
|
||||
font-size: 13px;
|
||||
@@ -159,11 +181,6 @@
|
||||
background: rgba(0,0,0,0.08);
|
||||
}
|
||||
|
||||
.mce-window .wp-help-header td {
|
||||
font-weight: bold;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.mce-window .wp-help-th-center td:nth-child(odd),
|
||||
.mce-window .wp-help-th-center th:nth-child(odd) {
|
||||
text-align: center;
|
||||
|
||||
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -136,6 +136,28 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.wp-help-single {
|
||||
margin: 0 8px 20px;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.fixed {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.fixed th:nth-child(odd),
|
||||
.mce-window .wp-editor-help table.fixed td:nth-child(odd) {
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.fixed th:nth-child(even),
|
||||
.mce-window .wp-editor-help table.fixed td:nth-child(even) {
|
||||
width: 38%;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help table.fixed th:nth-child(odd) {
|
||||
padding: 5px 0 0;
|
||||
}
|
||||
|
||||
.mce-window .wp-editor-help td,
|
||||
.mce-window .wp-editor-help th {
|
||||
font-size: 13px;
|
||||
@@ -159,11 +181,6 @@
|
||||
background: rgba(0,0,0,0.08);
|
||||
}
|
||||
|
||||
.mce-window .wp-help-header td {
|
||||
font-weight: bold;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.mce-window .wp-help-th-center td:nth-child(odd),
|
||||
.mce-window .wp-help-th-center th:nth-child(odd) {
|
||||
text-align: center;
|
||||
|
||||
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user