From 797f203e2f169474854b76dad5a75a8571ca644e Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 8 Dec 2008 01:39:23 +0000 Subject: [PATCH] Straighten comment bubbles for FF git-svn-id: http://svn.automattic.com/wordpress/trunk@10122 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 6 +++--- wp-admin/wp-admin.css | 15 ++++++++++----- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 36d0b253eb..b4fdf87f03 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -2078,9 +2078,9 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true, $post_link = get_the_title($post->ID); } echo "\n"; - echo "“$post_link”
"; + echo $post_link; - echo ''; + echo ''; } } } diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index d52b71e85e..8c7597a3f5 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1055,7 +1055,9 @@ div.comment-item:hover .row-actions { #sidemenu li a .count-0 { display: none; } +/* end menu stuff */ +/* comments bubble */ .post-com-count-wrapper { min-width: 22px; font-family: Helvetica, Arial, sans-serif; @@ -1073,17 +1075,18 @@ div.comment-item:hover .row-actions { } .post-com-count span { + font-size: 9px; + font-weight: bild; height: 1.7em; - line-height: 1.7em; - padding: 0 0.4em; - min-width: 13px; + line-height: 1.70em; + min-width: 0.7em; + padding: 0 6px; display: inline-block; cursor: pointer; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; - font-size: 9px; } strong .post-com-count { @@ -1100,7 +1103,9 @@ strong .post-com-count { text-align: center; } -/* end menu stuff */ +.response-links { + margin: 4px 0; +} /* Admin Footer */ #footer {