Fix gravatars shifting in IE7, add title to postbox toggle, fixes #8436
git-svn-id: https://develop.svn.wordpress.org/trunk@9994 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b5963d95b1
commit
778083667e
@ -188,6 +188,10 @@ ul#adminmenu {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item {
|
||||
zoom: 100%;
|
||||
}
|
||||
|
||||
#wphead-info {
|
||||
float: right;
|
||||
}
|
||||
|
@ -2750,7 +2750,8 @@ function do_meta_boxes($page, $context, $object) {
|
||||
if ( in_array($box['id'], $hidden) )
|
||||
$style = 'style="display:none;"';
|
||||
echo '<div id="' . $box['id'] . '" class="postbox ' . postbox_classes($box['id'], $page) . '" ' . $style . '>' . "\n";
|
||||
echo "<div class='handlediv'><br /></div><h3 class='hndle'><span>{$box['title']}</span></h3>\n";
|
||||
echo '<div class="handlediv" title="' . __('Click to toggle') . '"><br /></div>';
|
||||
echo "<h3 class='hndle'><span>{$box['title']}</span></h3>\n";
|
||||
echo '<div class="inside">' . "\n";
|
||||
call_user_func($box['callback'], $object, $box);
|
||||
echo "</div>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user