Changeset 10122
- Timestamp:
- 12/08/2008 01:39:23 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r10102 r10122 2079 2079 } 2080 2080 echo "<td $attributes>\n"; 2081 echo "“$post_link”<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">'; 2084 2084 $pending_phrase = sprintf( __('%s pending'), number_format( $pending_comments ) ); 2085 2085 if ( $pending_comments ) … … 2090 2090 echo '</span> '; 2091 2091 echo "<a href='" . get_permalink( $post->ID ) . "'>#</a>"; 2092 echo '</ td>';2092 echo '</div></td>'; 2093 2093 } 2094 2094 } -
trunk/wp-admin/wp-admin.css
r10103 r10122 1056 1056 display: none; 1057 1057 } 1058 1058 /* end menu stuff */ 1059 1060 /* comments bubble */ 1059 1061 .post-com-count-wrapper { 1060 1062 min-width: 22px; … … 1074 1076 1075 1077 .post-com-count span { 1078 font-size: 9px; 1079 font-weight: bild; 1076 1080 height: 1.7em; 1077 line-height: 1.7 em;1078 padding: 0 0.4em;1079 min-width: 13px;1081 line-height: 1.70em; 1082 min-width: 0.7em; 1083 padding: 0 6px; 1080 1084 display: inline-block; 1081 1085 cursor: pointer; … … 1084 1088 -webkit-border-radius: 5px; 1085 1089 border-radius: 5px; 1086 font-size: 9px;1087 1090 } 1088 1091 … … 1101 1104 } 1102 1105 1103 /* end menu stuff */ 1106 .response-links { 1107 margin: 4px 0; 1108 } 1104 1109 1105 1110 /* Admin Footer */
Note: See TracChangeset
for help on using the changeset viewer.