Changeset 9733
- Timestamp:
- 11/17/2008 06:01:00 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9631 r9733 190 190 <div class="clear"></div> 191 191 192 <table class="widefat ">192 <table class="widefat fixed" cellspacing="0"> 193 193 <thead> 194 194 <tr> -
trunk/wp-admin/css/colors-fresh.css
r9713 r9733 44 44 } 45 45 46 #poststuff .inside .spam {46 #poststuff .inside label.spam { 47 47 color: red; 48 48 } 49 49 50 #poststuff .inside .waiting {50 #poststuff .inside label.waiting { 51 51 color: orange; 52 52 } 53 53 54 #poststuff .inside .approved {54 #poststuff .inside label.approved { 55 55 color: green; 56 56 } … … 130 130 } 131 131 132 .metabox-holder {133 color: #777;134 }135 136 132 .form-table tr, 137 133 .form-wrap .form-field { … … 331 327 } 332 328 329 a:active, 330 a:focus { 331 color: #d54e21 !important; 332 } 333 334 a:hover, 333 335 .button:hover, 334 336 #wphead #viewsite a:hover, … … 337 339 #the-comment-list .comment a:hover, 338 340 #rightnow a:hover, 339 a:hover,340 341 .subsubsub a:hover, 341 342 .subsubsub a.current:hover, … … 433 434 } 434 435 435 .widefat thead ,436 .widefat tfoot ,436 .widefat thead tr, 437 .widefat tfoot tr, 437 438 .thead, 438 439 .tfoot, … … 914 915 } 915 916 916 .wp_themeSkin tr.mceFirst {917 .wp_themeSkin tr.mceFirst td.mceToolbar { 917 918 background-color: #dfdfdf; 918 919 border-color: #dfdfdf; -
trunk/wp-admin/css/dashboard.css
r9706 r9733 17 17 border: 0 none; 18 18 outline: none; 19 margin: 0; 19 20 padding: 0; 20 21 width: 99%; … … 67 68 68 69 div.postbox div.inside { 69 margin: 0 10px10px;70 margin: 10px; 70 71 position: relative; 71 72 } … … 294 295 295 296 #dashboard-widgets #dashboard_quick_press form p.submit { 296 padding: .8em .8em .8em 5.3em; 297 margin: 0 -10px -10px; 297 margin-left: 4.6em; 298 298 } 299 299 -
trunk/wp-admin/css/global.css
r9604 r9733 67 67 #wpcontent { 68 68 height: 100%; 69 margin-bottom: 50px;69 padding-bottom: 50px; 70 70 } 71 71 … … 292 292 } 293 293 294 .widefat * { 295 word-wrap: break-word; 296 } 297 294 298 .widefat a { 295 299 text-decoration: none; 296 }297 298 .widefat abbr {299 white-space: nowrap;300 300 } 301 301 … … 310 310 311 311 .widefat td { 312 padding: 7px 15px 9px 10px;312 padding: 5px 7px; 313 313 vertical-align: top; 314 314 } 315 315 316 316 .widefat th { 317 padding: 7px 15px 8px 10px;317 padding: 7px 7px 8px; 318 318 text-align: left; 319 319 line-height: 1.3em; … … 327 327 328 328 .widefat .check-column { 329 text-align: right; 330 width: 1.5em; 329 width: 2.2em; 331 330 padding: 0; 332 331 … … 334 333 335 334 .widefat tbody th.check-column { 336 padding: 10px 0 22px;335 padding: 7px 0 22px; 337 336 } 338 337 339 338 .widefat .num, 340 .widefat .column-comments { 339 .column-comments, 340 .column-links, 341 .column-posts, 342 .column-parent { 341 343 text-align: center; 342 344 } -
trunk/wp-admin/css/ie.css
r9653 r9733 39 39 } 40 40 41 #wpbody-content .postbox { 42 border: 1px solid #dfdfdf; 43 } 44 45 #wpbody-content .postbox h3 { 46 margin-bottom: -1px; 47 } 48 49 #wpbody-content .postbox .inside { 50 51 } 52 41 53 #wphead-info { 42 54 float: right; … … 64 76 } 65 77 */ 78 ul#adminmenu { 79 z-index: 99; 80 } 66 81 67 82 * html #adminmenu { 68 z-index: 1;69 83 width: 145px; 70 84 margin: 12px; … … 183 197 /* end Inline Editor */ 184 198 199 #titlediv #title { 200 width: 98%; 201 } 202 203 a.button { 204 line-height: 1.4em; 205 margin: 1px; 206 } 207 208 .widefat thead tr th, 209 .widefat tfoot tr th { 210 background: #DFDFDF url(../images/gray-grad.png) repeat-x scroll left top; 211 color: #333333; 212 } 213 185 214 * html div.widget-liquid-left-holder, 186 215 * html div.widget-liquid-right { … … 197 226 } 198 227 228 #post-status-info, 199 229 #wpwrap, 200 230 #wpcontent, … … 303 333 } 304 334 305 .tablenav-pages .page-numbers {306 display: inline-block;307 }308 309 .tablenav-pages {310 display: block;311 margin-top: -3px;312 }313 314 335 table.ie-fixed { 315 336 table-layout: fixed; -
trunk/wp-admin/edit-attachment-rows.php
r9714 r9733 9 9 if ( ! defined('ABSPATH') ) die(); 10 10 ?> 11 <table class="widefat ">11 <table class="widefat fixed" cellspacing="0"> 12 12 <thead> 13 13 <tr> -
trunk/wp-admin/edit-comments.php
r9720 r9733 249 249 250 250 <?php if ( $comments ) { ?> 251 <table class="widefat ">251 <table class="widefat comments fixed" cellspacing="0"> 252 252 <thead> 253 253 <tr> -
trunk/wp-admin/edit-form-advanced.php
r9723 r9733 429 429 ?> 430 430 431 <table class="widefat comments-box " style="display:none;">431 <table class="widefat comments-box fixed" cellspacing="0" style="display:none;"> 432 432 <thead> 433 433 <tr> 434 <th scope="col"><?php _e('Comments') ?></th>435 <th scope="col"><?php _e('Author') ?></th>436 <th scope="col"><?php _e('Submitted') ?></th>437 434 <th scope="col" class="column-comment"><?php _e('Comment') ?></th> 435 <th scope="col" class="column-author"><?php _e('Author') ?></th> 436 <th scope="col" class="column-date"><?php _e('Submitted') ?></th> 437 </tr> 438 438 </thead> 439 439 <tbody id="the-comment-list" class="list:comment"> -
trunk/wp-admin/edit-link-categories.php
r9631 r9733 118 118 <div class="clear"></div> 119 119 120 <table class="widefat ">120 <table class="widefat fixed" cellspacing="0"> 121 121 <thead> 122 122 <tr> -
trunk/wp-admin/edit-pages.php
r9631 r9733 214 214 if ($posts) { 215 215 ?> 216 <table class="widefat page ">216 <table class="widefat page fixed" cellspacing="0"> 217 217 <thead> 218 218 <tr> … … 280 280 <br class="clear" /> 281 281 282 <table class="widefat" style="margin-top: .5em">282 <table class="widefat" cellspacing="0"> 283 283 <thead> 284 284 <tr> 285 <th scope="col" ><?php _e('Comment') ?></th>286 <th scope="col" ><?php _e('Date') ?></th>287 <th scope="col" ><?php _e('Actions') ?></th>285 <th scope="col" class="column-comment"><?php _e('Comment') ?></th> 286 <th scope="col" class="column-author"><?php _e('Author') ?></th> 287 <th scope="col" class="column-date"><?php _e('Submitted') ?></th> 288 288 </tr> 289 289 </thead> … … 291 291 <?php 292 292 foreach ($comments as $comment) 293 _wp_comment_row( $comment->comment_ID, ' detail', false, false );293 _wp_comment_row( $comment->comment_ID, 'single', false, false ); 294 294 ?> 295 295 </tbody> -
trunk/wp-admin/edit-post-rows.php
r9028 r9733 9 9 if ( ! defined('ABSPATH') ) die(); 10 10 ?> 11 <table class="widefat post ">11 <table class="widefat post fixed" cellspacing="0"> 12 12 <thead> 13 13 <tr> -
trunk/wp-admin/edit-tags.php
r9631 r9733 186 186 <div class="clear"></div> 187 187 188 <table class="widefat tag ">188 <table class="widefat tag fixed" cellspacing="0"> 189 189 <thead> 190 190 <tr> -
trunk/wp-admin/edit.php
r9631 r9733 285 285 <br class="clear" /> 286 286 287 <table class="widefat " style="margin-top: .5em">287 <table class="widefat fixed" cellspacing="0"> 288 288 <thead> 289 289 <tr> 290 <th scope="col" ><?php _e('Comment') ?></th>291 <th scope="col" ><?php _e('Author') ?></th>292 <th scope="col" ><?php _e('Submitted') ?></th>290 <th scope="col" class="column-comment"><?php _e('Comment') ?></th> 291 <th scope="col" class="column-author"><?php _e('Author') ?></th> 292 <th scope="col" class="column-date"><?php _e('Submitted') ?></th> 293 293 </tr> 294 294 </thead> … … 296 296 <tfoot> 297 297 <tr> 298 <th scope="col" ><?php _e('Comment') ?></th>299 <th scope="col" ><?php _e('Author') ?></th>300 <th scope="col" ><?php _e('Submitted') ?></th>298 <th scope="col" class="column-comment"><?php _e('Comment') ?></th> 299 <th scope="col" class="column-author"><?php _e('Author') ?></th> 300 <th scope="col" class="column-date"><?php _e('Submitted') ?></th> 301 301 </tr> 302 302 </tfoot> -
trunk/wp-admin/import.php
r9233 r9733 40 40 } else { 41 41 ?> 42 <table class="widefat" >42 <table class="widefat" cellspacing="0"> 43 43 44 44 <?php -
trunk/wp-admin/includes/media.php
r9716 r9733 1453 1453 <?php wp_nonce_field('media-form'); ?> 1454 1454 <?php //media_upload_form( $errors ); ?> 1455 <table class="widefat" >1455 <table class="widefat" cellspacing="0"> 1456 1456 <thead><tr> 1457 1457 <th><?php _e('Media'); ?></th> -
trunk/wp-admin/includes/plugin-install.php
r9716 r9733 280 280 <br class="clear" /> 281 281 </div> 282 <table class="widefat" id="install-plugins" >282 <table class="widefat" id="install-plugins" cellspacing="0"> 283 283 <thead> 284 284 <tr> -
trunk/wp-admin/includes/template.php
r9716 r9733 709 709 $posts_columns['tags'] = _c('Tags|media column header'); 710 710 $posts_columns['parent'] = _c('Attached to|media column header'); 711 //$posts_columns['comments'] = '<div class="vers"><img alt="Comments" src="images/comment-grey-bubble.png" /></div>';712 $posts_columns['comments'] = __('Comments');711 $posts_columns['comments'] = '<div class="vers"><img alt="Comments" src="images/comment-grey-bubble.png" /></div>'; 712 //$posts_columns['comments'] = __('Comments'); 713 713 $posts_columns['date'] = _c('Date|media column header'); 714 714 $posts_columns = apply_filters('manage_media_columns', $posts_columns); … … 832 832 $hidden = (array) get_user_option( "manage-$type-columns-hidden" ); 833 833 $styles = array(); 834 $styles['tag']['posts'] = 'width: 90px;';835 $styles['link-category']['links'] = 'width: 90px;';836 $styles['category']['posts'] = 'width: 90px;';837 $styles['link']['visible'] = 'text-align: center;';834 // $styles['tag']['posts'] = 'width: 90px;'; 835 // $styles['link-category']['links'] = 'width: 90px;'; 836 // $styles['category']['posts'] = 'width: 90px;'; 837 // $styles['link']['visible'] = 'text-align: center;'; 838 838 839 839 foreach ( $columns as $column_key => $column_display_name ) { … … 1978 1978 echo "<td $attributes><strong>"; comment_author(); echo '</strong><br />'; 1979 1979 if ( !empty($author_url) ) 1980 echo "<a href='$author_url'>$author_url_display</a><br />";1980 echo "<a title='$author_url' href='$author_url'>$author_url_display</a><br />"; 1981 1981 if ( current_user_can( 'edit_post', $post->ID ) ) { 1982 1982 if ( !empty($comment->comment_author_email) ) { … … 2039 2039 2040 2040 <div id="edithead" style="display:none;"> 2041 <div id="edittitle"><?php _e('Edit Comment'); ?></div>2042 2043 2041 <div class="inside"> 2044 2042 <label for="author"><?php _e('Name') ?></label> -
trunk/wp-admin/js/inline-edit-post.js
r9726 r9733 88 88 if ( $(this).attr('checked') ) { 89 89 var id = $(this).val(); 90 te += '<div id="ttle'+id+'"><a id="_'+id+'" class="ntdelbutton">X</a>'+$(' #inline_'+id+' .post_title').text()+'</div>';90 te += '<div id="ttle'+id+'"><a id="_'+id+'" class="ntdelbutton">X</a>'+$('tr#post_'+id+' .post_title strong').text()+'</div>'; 91 91 } 92 92 }); -
trunk/wp-admin/link-manager.php
r9668 r9733 145 145 146 146 <?php wp_nonce_field('bulk-bookmarks') ?> 147 <table class="widefat ">147 <table class="widefat fixed" cellspacing="0"> 148 148 <thead> 149 149 <tr> -
trunk/wp-admin/plugins.php
r9631 r9733 247 247 function print_plugins_table($plugins, $context = '') { 248 248 ?> 249 <table class="widefat" id="<?php echo $context ?>-plugins-table">249 <table class="widefat" cellspacing="0" id="<?php echo $context ?>-plugins-table"> 250 250 <thead> 251 251 <tr> -
trunk/wp-admin/rtl.css
r9713 r9733 428 428 /* 2300 - 2500 429 429 =================================== */ 430 #edithead #edittitle {431 float: right;432 margin: 0 0 0 4px;433 }434 430 #edithead .inside { 435 431 float: right; -
trunk/wp-admin/upload.php
r9686 r9733 298 298 299 299 <?php if ( isset($orphans) ) { ?> 300 <table class="widefat" >300 <table class="widefat" cellspacing="0"> 301 301 <thead> 302 302 <tr> … … 424 424 <br class="clear" /> 425 425 426 <table class="widefat" style="margin-top: .5em">426 <table class="widefat" cellspacing="0"> 427 427 <thead> 428 428 <tr> 429 <th scope="col"><?php _e('Comment') ?></th>430 <th scope="col"><?php _e('Date') ?></th>431 <th scope="col"><?php _e('Actions') ?></th>432 429 <th scope="col" class="column-comment"><?php _e('Comment') ?></th> 430 <th scope="col" class="column-author"><?php _e('Author') ?></th> 431 <th scope="col" class="column-date"><?php _e('Submitted') ?></th> 432 </tr> 433 433 </thead> 434 434 <tbody id="the-comment-list" class="list:comment"> 435 435 <?php 436 436 foreach ($comments as $comment) 437 _wp_comment_row( $comment->comment_ID, ' detail', false, false );437 _wp_comment_row( $comment->comment_ID, 'single', false, false ); 438 438 ?> 439 439 </tbody> -
trunk/wp-admin/users.php
r9631 r9733 329 329 <?php endif; ?> 330 330 331 <table class="widefat ">331 <table class="widefat fixed" cellspacing="0"> 332 332 <thead> 333 333 <tr class="thead"> -
trunk/wp-admin/wp-admin.css
r9723 r9733 503 503 border-style: solid; 504 504 min-width: 26px; 505 min-height: 1.9em;506 505 padding: 2px 4px; 507 506 font-size: 13px; … … 525 524 #ed_reply_toolbar #ed_reply_em { 526 525 font-style: italic; 527 }528 529 #quicktags #ed_code,530 #ed_reply_toolbar #ed_reply_code {531 font-family: "Courier New", Courier, monospace;532 vertical-align: top;533 526 } 534 527 … … 715 708 } 716 709 717 .page-numbers {710 a.page-numbers { 718 711 border-bottom-style: solid; 719 712 border-bottom-width: 2px; … … 759 752 .tablenav { 760 753 clear: both; 761 height: 40px;762 margin: 6px 0;754 height: 30px; 755 margin: 6px 6px 4px; 763 756 vertical-align: middle; 764 757 } … … 768 761 display: block; 769 762 cursor: default; 770 height: 40px;771 line-height: 40px;763 height: 30px; 764 line-height: 30px; 772 765 font-size: 11px; 773 766 margin: 0 8px 0 0; … … 784 777 785 778 .tablenav .actions { 786 padding: 7px 8px0;779 padding: 2px 8px 0 0; 787 780 } 788 781 … … 1247 1240 word-spacing: .3em; 1248 1241 font-size: 11px; 1249 margin-top: -4 5px;1242 margin-top: -47px; 1250 1243 } 1251 1244 … … 1287 1280 #wpbody-content .describe td { 1288 1281 margin-bottom: 9px; 1289 padding: 10px;1282 padding: 4px 10px; 1290 1283 line-height: 20px; 1291 1284 border-bottom-width: 8px; … … 1467 1460 float: none; 1468 1461 margin: 0; 1469 padding: 7px;1462 padding: 3px 7px; 1470 1463 } 1471 1464 … … 1673 1666 font-weight: bold; 1674 1667 padding: 7px 9px; 1675 margin: 0 0 10px;1668 margin: 0; 1676 1669 line-height: 1; 1677 1670 text-shadow: #fff 0 1px 0; … … 1714 1707 #poststuff .inside p { 1715 1708 font-size: 11px; 1716 margin: 2px 6px6px;1709 margin: 6px; 1717 1710 } 1718 1711 1719 1712 #poststuff .inside .submitbox p { 1720 1713 margin: 1em 0; 1714 } 1715 1716 #post-visibility-select { 1717 line-height: 1.5em; 1718 margin-top: 3px; 1721 1719 } 1722 1720 … … 1804 1802 } 1805 1803 1806 .wp_themeSkin tr.mceFirst {1804 .wp_themeSkin tr.mceFirst td.mceToolbar { 1807 1805 background-image: url("images/ed-bg.gif"); 1808 1806 background-position: left top; … … 1835 1833 } 1836 1834 1837 #poststuff #editor-toolbar .active {1838 /*font-weight: bold;*/1839 }1840 1841 1835 #media-buttons { 1842 1836 cursor: default; … … 1905 1899 #post-status-select { 1906 1900 line-height: 2.5em; 1901 margin-top: 3px; 1907 1902 } 1908 1903 … … 2090 2085 .view-switch { 2091 2086 float: right; 2092 margin: 9px 8px 0;2087 margin: 5px 8px 0; 2093 2088 } 2094 2089 … … 2287 2282 2288 2283 #timestampdiv { 2289 padding-top: 3px;2284 padding-top: 5px; 2290 2285 line-height: 23px; 2291 2286 } … … 2445 2440 #replysubmit { 2446 2441 margin: 0; 2447 padding: 7px; 2448 border-top-width: 1px; 2449 border-top-style: solid; 2442 padding: 3px 7px; 2450 2443 } 2451 2444 … … 2471 2464 } 2472 2465 2473 #edithead #edittitle {2474 float: left;2475 font-size: 12px;2476 font-weight: bold;2477 height: 20px;2478 line-height: 19px;2479 margin: 0 4px 0 0;2480 padding: 4px 10px;2481 }2482 2483 2466 #edithead .inside { 2484 2467 float: left; 2485 margin: 0 4px 2px 0;2486 padding: 3px 0 2px;2468 padding: 3px 0 2px 5px; 2469 margin: 0; 2487 2470 text-align: center; 2488 width: 260px;2489 2471 font-size: 11px; 2490 2472 } 2491 2473 2492 2474 #edithead .inside input { 2493 width: 200px;2475 width: 180px; 2494 2476 font-size: 11px; 2495 2477 } 2496 2478 2497 2479 #edithead label { 2498 padding: 2px ;2480 padding: 2px 0; 2499 2481 } 2500 2482 … … 3164 3146 } 3165 3147 3166 3167 3148 /* table.fixed column width */ 3149 table.fixed { 3150 table-layout: fixed; 3151 } 3152 3153 .fixed .column-date, 3154 .fixed .column-parent, 3155 .fixed .column-visible, 3156 .fixed .column-links { 3157 width: 10%; 3158 } 3159 3160 .fixed .column-response, 3161 .fixed .column-author, 3162 .fixed .column-categories, 3163 .fixed .column-tags, 3164 .fixed .column-rel, 3165 .fixed .column-role { 3166 width: 15%; 3167 } 3168 3169 .fixed .column-comments { 3170 width: 4em; 3171 } 3172 3173 .fixed .column-slug { 3174 width: 25%; 3175 } 3176 3177 .fixed .column-posts { 3178 width: 10%; 3179 } 3180 3181 .fixed .column-icon { 3182 width: 80px; 3183 } 3184 3185 .fixed .comments .column-author, 3186 #commentstatusdiv .fixed .column-date, 3187 #commentstatusdiv .fixed .column-author { 3188 width: 20%; 3189 } 3190 3191 .widefat th, 3192 .widefat td { 3193 overflow: hidden; 3194 } 3195 3196 -
trunk/wp-includes/post-template.php
r9590 r9733 1137 1137 <br class="clear" /> 1138 1138 1139 <table class="widefat post-revisions" >1139 <table class="widefat post-revisions" cellspacing="0"> 1140 1140 <col /> 1141 1141 <col style="width: 33%" />
Note: See TracChangeset
for help on using the changeset viewer.