Ticket #31441: 31441.21.patch
File 31441.21.patch, 963 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/css/editor.css
121 121 } 122 122 123 123 .mce-window .wp-editor-help { 124 width: 3 40px;124 width: 360px; 125 125 padding: 10px 15px 0; 126 126 } 127 127 … … 131 131 } 132 132 133 133 .mce-window .wp-editor-help table { 134 width: 3 20px;134 width: 340px; 135 135 margin-bottom: 20px; 136 table-layout: fixed; 137 border-collapse: collapse; 136 138 } 137 139 138 140 .mce-window .wp-editor-help td, … … 153 155 } 154 156 155 157 .mce-window .wp-editor-help .wp-help-th-center th { 156 text-align: center; 158 text-align: left; 159 padding-left: 15px; 157 160 } 158 161 159 162 .mce-window .wp-editor-help kbd { … … 167 170 168 171 .mce-window .wp-help-header td { 169 172 font-weight: bold; 170 padding: 0 5px;173 padding: 0; 171 174 } 172 175 176 .mce-window .wp-help-header td:nth-child(odd) { 177 width: 75px; 178 } 179 173 180 /* TinyMCE menus */ 174 181 .mce-menu, 175 182 .mce-floatpanel.mce-popover {