Changeset 7114
- Timestamp:
- 02/29/2008 11:27:02 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
-
wp-admin/admin-footer.php (modified) (1 diff)
-
wp-admin/admin-header.php (modified) (2 diffs)
-
wp-admin/css/ie.css (modified) (2 diffs)
-
wp-admin/edit-form-comment.php (modified) (2 diffs)
-
wp-admin/js/editor.js (modified) (1 diff)
-
wp-admin/wp-admin.css (modified) (2 diffs)
-
wp-includes/functions.php (modified) (1 diff)
-
wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r6606 r7114 1 </div><!-- wpbody --> 1 2 </div><!-- wpcontent --> 2 3 </div><!-- wpwrap --> -
trunk/wp-admin/admin-header.php
r7004 r7114 7 7 } 8 8 9 $min_width_pages = array( 'post.php', 'post-new.php', 'page.php', 'page-new.php', 'widgets.php', 'comment.php' );9 $min_width_pages = array( 'post.php', 'post-new.php', 'page.php', 'page-new.php', 'widgets.php', 'comment.php', 'link.php' ); 10 10 $the_current_page = preg_replace('|^.*/wp-admin/|i', '', $_SERVER['PHP_SELF']); 11 11 $ie6_no_scrollbar = true; … … 71 71 } 72 72 ?> 73 <div id="wpbody"> -
trunk/wp-admin/css/ie.css
r7044 r7114 11 11 12 12 * html body.minwidth { 13 _width: expression(document.documentElement.clientWidth < 942 ? "940px" : "auto");13 _width: expression(document.documentElement.clientWidth < 810 ? "808px" : "99.9%"); 14 14 } 15 15 16 * html #poststuff #titlediv { 17 display: inline-block; 16 * html #wpbody { 17 _width: expression(document.documentElement.clientWidth > 962 ? "960px" : "99.9%"); 18 } 19 20 * html #poststuff .postarea, * html #poststuff #titlediv { 21 width: 95%; 22 margin-left: 2%; 23 } 24 25 .submitbox { 26 margin-top: 10px; 18 27 } 19 28 … … 23 32 } 24 33 25 #wpwrap, #wpcontent, #post, #wrap, #postdivrich, #postdiv, #poststuff, # editorcantainer{26 display: block;27 zoom: 100%;34 #wpwrap, #wpcontent, #post, #wrap, #postdivrich, #postdiv, #poststuff, #titlediv, #post-body, #editorcontainer, .tablenav, .widget-control-list { 35 display: block; 36 zoom: 100%; 28 37 } 29 38 30 39 * html #editorcontainer { 31 padding: 0;40 padding: 0; 32 41 } 33 42 34 43 * html #editorcontainer #content { 35 position: relative;36 overflow: auto;37 padding: 6px;38 margin: auto;39 width: 98%;44 position: relative; 45 overflow: auto; 46 padding: 6px; 47 margin: auto; 48 width: 98%; 40 49 } 50 41 51 42 52 form#template div { -
trunk/wp-admin/edit-form-comment.php
r7032 r7114 69 69 </div> 70 70 71 <div id="post-body"> 71 72 <div id="namediv" class="stuffbox"> 72 73 <h3><?php _e('Name') ?></h3> … … 104 105 </div> 105 106 </div> 107 </div> 106 108 107 109 </form> -
trunk/wp-admin/js/editor.js
r7034 r7114 78 78 qt.style.display = 'none'; 79 79 ec.style.padding = '0px'; 80 ta.style.padding = '0px'; 80 81 81 82 ta.value = this.wpautop(ta.value); -
trunk/wp-admin/wp-admin.css
r7103 r7114 343 343 margin: 0; 344 344 height: 4em; 345 width: 100%;345 width: 98%; 346 346 } 347 347 … … 1341 1341 1342 1342 body.minwidth { 1343 min-width: 770px;1343 min-width: 808px; 1344 1344 } 1345 1345 -
trunk/wp-includes/functions.php
r7100 r7114 1422 1422 if ( 'rtl' == $wp_locale->text_direction ) { 1423 1423 $input['directionality'] = 'rtl'; 1424 $input['theme_advanced_toolbar_align'] = 'right';1425 1424 $input['plugins'] .= ',directionality'; 1426 $input['theme_advanced_buttons 2'] .= ',|,ltr,rtl';1425 $input['theme_advanced_buttons1'] .= ',ltr'; 1427 1426 } 1428 1427 -
trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css
r7025 r7114 43 43 margin: 1px; 44 44 background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll; 45 -moz-border-radius: 4px;46 -webkit-border-radius: 4px;47 -khtml-border-radius: 4px;48 border-radius: 4px;45 -moz-border-radius: 3px; 46 -webkit-border-radius: 3px; 47 -khtml-border-radius: 3px; 48 border-radius: 3px; 49 49 border: 1px solid #abc0fb; 50 50 } … … 91 91 .wp_themeSkin .mceListBox { 92 92 margin: 1px; 93 direction: ltr; 93 94 } 94 95 .wp_themeSkin .mceListBox .mceOpen { … … 130 131 display:block; 131 132 margin: 1px; 133 direction: ltr; 132 134 } 133 135 .wp_themeSkin table.mceSplitButton td { … … 185 187 } 186 188 .wp_themeSkin .mceListBox a.mceText, .wp_themeSkin .mceSplitButton a.mceAction { 187 -moz-border-radius-bottomleft: 4px;188 -webkit-border-radius-bottomleft: 4px;189 -khtml-border-radius-bottomleft: 4px;190 border-radius-bottomleft: 4px;191 -moz-border-radius-topleft: 4px;192 -webkit-border-radius-topleft: 4px;193 -khtml-border-radius-topleft: 4px;194 border-radius-topleft: 4px;189 -moz-border-radius-bottomleft: 3px; 190 -webkit-border-radius-bottomleft: 3px; 191 -khtml-border-radius-bottomleft: 3px; 192 border-radius-bottomleft: 3px; 193 -moz-border-radius-topleft: 3px; 194 -webkit-border-radius-topleft: 3px; 195 -khtml-border-radius-topleft: 3px; 196 border-radius-topleft: 3px; 195 197 } 196 198 .wp_themeSkin .mceSplitButton a.mceOpen, .wp_themeSkin .mceListBox a.mceOpen { 197 -moz-border-radius-bottomright: 4px;198 -webkit-border-radius-bottomright: 4px;199 -khtml-border-radius-bottomright: 4px;200 border-radius-bottomright: 4px;201 -moz-border-radius-topright: 4px;202 -webkit-border-radius-topright: 4px;203 -khtml-border-radius-topright: 4px;204 border-radius-topright: 4px;199 -moz-border-radius-bottomright: 3px; 200 -webkit-border-radius-bottomright: 3px; 201 -khtml-border-radius-bottomright: 3px; 202 border-radius-bottomright: 3px; 203 -moz-border-radius-topright: 3px; 204 -webkit-border-radius-topright: 3px; 205 -khtml-border-radius-topright: 3px; 206 border-radius-topright: 3px; 205 207 } 206 208
Note: See TracChangeset
for help on using the changeset viewer.