Hide actions in management tables, show on hover; improve comments table; fix "Configure" link position on dashboard, fixes #8386

git-svn-id: https://develop.svn.wordpress.org/trunk@9934 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-28 04:33:35 +00:00
parent 3407b4e674
commit 653a3c3c4d
8 changed files with 56 additions and 20 deletions
+19 -8
View File
@@ -724,7 +724,7 @@ p.pagenav {
}
.column-comment p {
margin-top: 0;
margin: 0.6em 0;
}
.column-author img, .column-username img {
@@ -817,6 +817,15 @@ a.view-comment-post-link {
text-decoration: underline;
}
.row-actions {
visibility: hidden;
}
tr:hover .row-actions,
div.comment-item:hover .row-actions {
visibility: visible;
}
/* Admin Header */
#wphead-info {
margin: 0 0 0 15px;
@@ -2010,13 +2019,15 @@ td.post-title strong {
}
td.post-title p {
margin: 0;
margin: 6px 0;
}
/* Global classes */
.wp-hidden-children .wp-hidden-child { display: none; }
.ui-tabs-hide { display: none; }
.wp-hidden-children .wp-hidden-child,
.ui-tabs-hide {
display: none;
}
.commentlist .avatar {
vertical-align: text-top;
@@ -3097,9 +3108,9 @@ table.fixed {
width: 80px;
}
.fixed .comments .column-author,
#commentstatusdiv .fixed .column-date,
#commentstatusdiv .fixed .column-author {
#commentstatusdiv .fixed .column-author,
#comments-form .fixed .column-author,
#commentstatusdiv .fixed .column-date {
width: 20%;
}
@@ -3115,6 +3126,6 @@ table.fixed {
.icon32 {
float: left;
height: 36px;
margin: 0 6px 0 0;
margin: 12px 6px 0 0;
width: 36px;
}