Changeset 9934
- Timestamp:
- 11/28/2008 04:33:35 AM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 8 edited
-
admin-footer.php (modified) (1 diff)
-
css/dashboard.css (modified) (2 diffs)
-
css/global.css (modified) (2 diffs)
-
css/ie-rtl.css (modified) (1 diff)
-
css/ie.css (modified) (1 diff)
-
includes/dashboard.php (modified) (1 diff)
-
includes/template.php (modified) (14 diffs)
-
wp-admin.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r9852 r9934 9 9 10 10 <div class="clear"></div></div><!-- wpbody-content --> 11 < /div><!-- wpbody -->11 <div class="clear"></div></div><!-- wpbody --> 12 12 <div class="clear"></div></div><!-- wpcontent --> 13 13 </div><!-- wpwrap --> -
trunk/wp-admin/css/dashboard.css
r9920 r9934 80 80 #dashboard-widgets h3 a { 81 81 text-decoration: underline; 82 float: right; 83 position: relative; 84 right: 5px; 85 top: -12px; 82 position: absolute; 83 right: 30px; 86 84 } 87 85 … … 273 271 } 274 272 275 #the-comment-list .comment-item p. comment-actions {276 margin: 3px 0 0 0;273 #the-comment-list .comment-item p.row-actions { 274 margin: 3px 0 0; 277 275 padding: 0; 278 276 font-size: 10px; -
trunk/wp-admin/css/global.css
r9918 r9934 328 328 329 329 .widefat td { 330 padding: 5px 7px;330 padding: 7px 7px 5px; 331 331 vertical-align: top; 332 332 } … … 398 398 .wrap h2 { 399 399 font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 400 margin: 13px 0 00;401 padding: 0 15px 1px 0;400 margin: 0; 401 padding: 15px 15px 3px 0; 402 402 line-height: 35px; 403 403 text-shadow: rgba(255,255,255,1) 0px 1px 0px; -
trunk/wp-admin/css/ie-rtl.css
r9687 r9934 56 56 direction: rtl; 57 57 } 58 #dashboard_incoming_links ul li, #dashboard_secondary ul li, #dashboard_primary ul li, p.comment-actions { 58 #dashboard_incoming_links ul li, 59 #dashboard_secondary ul li, 60 #dashboard_primary ul li, 61 p.row-actions { 59 62 width: 100%; 60 63 } -
trunk/wp-admin/css/ie.css
r9852 r9934 179 179 } 180 180 /* end Inline Editor */ 181 182 * html .row-actions { 183 visibility: visible; 184 } 185 186 #dashboard-widgets h3 a { 187 height: 20px; 188 line-height: 20px; 189 } 181 190 182 191 #titlediv #title { -
trunk/wp-admin/includes/dashboard.php
r9916 r9934 496 496 <?php endif; // comment_type ?> 497 497 <blockquote><p><?php comment_excerpt(); ?></p></blockquote> 498 <p class=" comment-actions"><?php echo $actions_string; ?></p>498 <p class="row-actions"><?php echo $actions_string; ?></p> 499 499 500 500 <div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden"> -
trunk/wp-admin/includes/template.php
r9927 r9934 127 127 $action_count = count($actions); 128 128 $i = 0; 129 $edit .= '<div class="row-actions">'; 129 130 foreach ( $actions as $action => $link ) { 130 131 ++$i; … … 132 133 $edit .= "<span class='$action'>$link$sep</span>"; 133 134 } 135 $edit .= '</div>'; 134 136 } else { 135 137 $edit = $name; … … 289 291 $action_count = count($actions); 290 292 $i = 0; 293 $edit .= '<div class="row-actions">'; 291 294 foreach ( $actions as $action => $link ) { 292 295 ++$i; … … 294 297 $edit .= "<span class='$action'>$link$sep</span>"; 295 298 } 299 $edit .= '</div>'; 296 300 } else { 297 301 $edit = $name; … … 606 610 $action_count = count($actions); 607 611 $i = 0; 612 $out .= '<div class="row-actions">'; 608 613 foreach ( $actions as $action => $link ) { 609 614 ++$i; … … 611 616 $out .= "<span class='$action'>$link$sep</span>"; 612 617 } 618 $out .= '</div>'; 613 619 $out .= '<div class="hidden" id="inline_' . $qe_data->term_id . '">'; 614 620 $out .= '<div class="name">' . $qe_data->name . '</div>'; … … 1373 1379 $action_count = count($actions); 1374 1380 $i = 0; 1381 echo '<div class="row-actions">'; 1375 1382 foreach ( $actions as $action => $link ) { 1376 1383 ++$i; … … 1378 1385 echo "<span class='$action'>$link</span>$sep"; 1379 1386 } 1387 echo '</div>'; 1380 1388 1381 1389 get_inline_data($post); … … 1556 1564 $actions['view'] = '<a href="' . get_permalink($page->ID) . '" title="' . attribute_escape(sprintf(__('View "%s"'), $title)) . '" rel="permalink">' . __('View') . '</a>'; 1557 1565 $action_count = count($actions); 1566 1558 1567 $i = 0; 1568 echo '<div class="row-actions">'; 1559 1569 foreach ( $actions as $action => $link ) { 1560 1570 ++$i; … … 1562 1572 echo "<span class='$action'>$link$sep</span>"; 1563 1573 } 1574 echo '</div>'; 1564 1575 1565 1576 get_inline_data($post); … … 1785 1796 $action_count = count($actions); 1786 1797 $i = 0; 1798 $edit .= '<div class="row-actions">'; 1787 1799 foreach ( $actions as $action => $link ) { 1788 1800 ++$i; … … 1790 1802 $edit .= "<span class='$action'>$link$sep</span>"; 1791 1803 } 1804 $edit .= '</div>'; 1792 1805 } else { 1793 1806 $edit = '<strong>' . $user_object->user_login . '</strong>'; … … 2009 2022 2010 2023 $i = 0; 2024 echo '<div class="row-actions">'; 2011 2025 foreach ( $actions as $action => $link ) { 2012 2026 ++$i; … … 2019 2033 echo "<span class='$action'>$sep$link</span>"; 2020 2034 } 2035 echo '</div>'; 2021 2036 } 2022 2037 -
trunk/wp-admin/wp-admin.css
r9932 r9934 725 725 726 726 .column-comment p { 727 margin -top:0;727 margin: 0.6em 0; 728 728 } 729 729 … … 816 816 position: absolute; 817 817 text-decoration: underline; 818 } 819 820 .row-actions { 821 visibility: hidden; 822 } 823 824 tr:hover .row-actions, 825 div.comment-item:hover .row-actions { 826 visibility: visible; 818 827 } 819 828 … … 2011 2020 2012 2021 td.post-title p { 2013 margin: 0;2022 margin: 6px 0; 2014 2023 } 2015 2024 2016 2025 /* Global classes */ 2017 2026 2018 .wp-hidden-children .wp-hidden-child { display: none; } 2019 .ui-tabs-hide { display: none; } 2027 .wp-hidden-children .wp-hidden-child, 2028 .ui-tabs-hide { 2029 display: none; 2030 } 2020 2031 2021 2032 .commentlist .avatar { … … 3098 3109 } 3099 3110 3100 .fixed .comments.column-author,3101 #comments tatusdiv .fixed .column-date,3102 #commentstatusdiv .fixed .column- author{3111 #commentstatusdiv .fixed .column-author, 3112 #comments-form .fixed .column-author, 3113 #commentstatusdiv .fixed .column-date { 3103 3114 width: 20%; 3104 3115 } … … 3116 3127 float: left; 3117 3128 height: 36px; 3118 margin: 06px 0 0;3129 margin: 12px 6px 0 0; 3119 3130 width: 36px; 3120 3131 }
Note: See TracChangeset
for help on using the changeset viewer.