Changeset 26315
- Timestamp:
- 11/22/2013 02:22:15 AM (11 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r25988 r26315 128 128 if ( !empty($buttons) || $set['media_buttons'] ) { 129 129 echo '<div id="wp-' . $editor_id . '-editor-tools" class="wp-editor-tools hide-if-no-js">'; 130 echo $buttons;131 130 132 131 if ( $set['media_buttons'] ) { … … 140 139 echo "</div>\n"; 141 140 } 141 142 echo '<div class="wp-editor-tabs">' . $buttons . "</div>\n"; 142 143 echo "</div>\n"; 143 144 } -
trunk/src/wp-includes/css/editor.css
r26290 r26315 1115 1115 } 1116 1116 1117 .wp-editor-tabs { 1118 float: right; 1119 } 1120 1117 1121 .wp-switch-editor { 1118 1122 background: #ebebeb; … … 1150 1154 height: 20px; 1151 1155 border-bottom: none; 1156 } 1157 1158 .wp-media-buttons { 1159 float: left; 1152 1160 } 1153 1161
Note: See TracChangeset
for help on using the changeset viewer.