Make WordPress Core

Changeset 10122


Ignore:
Timestamp:
12/08/2008 01:39:23 AM (18 years ago)
Author:
azaozz
Message:

Straighten comment bubbles for FF

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r10102 r10122  
    20792079                                        }
    20802080                                        echo "<td $attributes>\n";
    2081                                         echo "&#8220;$post_link&#8221;<br />";
    2082 
    2083                                         echo '<span class="post-com-count-wrapper">';
     2081                                        echo $post_link;
     2082
     2083                                        echo '<div class="response-links"><span class="post-com-count-wrapper">';
    20842084                                        $pending_phrase = sprintf( __('%s pending'), number_format( $pending_comments ) );
    20852085                                        if ( $pending_comments )
     
    20902090                                        echo '</span> ';
    20912091                                        echo "<a href='" . get_permalink( $post->ID ) . "'>#</a>";
    2092                                         echo '</td>';
     2092                                        echo '</div></td>';
    20932093                                }
    20942094                }
  • trunk/wp-admin/wp-admin.css

    r10103 r10122  
    10561056        display: none;
    10571057}
    1058 
     1058/* end menu stuff */
     1059
     1060/* comments bubble */
    10591061.post-com-count-wrapper {
    10601062        min-width: 22px;
     
    10741076
    10751077.post-com-count span {
     1078        font-size: 9px;
     1079        font-weight: bild;
    10761080        height: 1.7em;
    1077         line-height: 1.7em;
    1078         padding: 0 0.4em;
    1079         min-width: 13px;
     1081        line-height: 1.70em;
     1082        min-width: 0.7em;
     1083        padding: 0 6px;
    10801084        display: inline-block;
    10811085        cursor: pointer;
     
    10841088        -webkit-border-radius: 5px;
    10851089        border-radius: 5px;
    1086         font-size: 9px;
    10871090}
    10881091
     
    11011104}
    11021105
    1103 /* end menu stuff */
     1106.response-links {
     1107        margin: 4px 0;
     1108}
    11041109
    11051110/* Admin Footer */
Note: See TracChangeset for help on using the changeset viewer.