mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
+19
-8
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user