Post locks on the posts list screen: new icons for the lock, props empireoflight, show avatar for the user currently editing, props dh-shredder, see #23312

git-svn-id: https://develop.svn.wordpress.org/trunk@23681 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-03-13 00:28:07 +00:00
parent eab76eac4a
commit 631980b5fa
10 changed files with 68 additions and 50 deletions

View File

@@ -2425,12 +2425,13 @@ table.fixed {
.fixed .column-date,
.fixed .column-parent,
.fixed .column-links {
.fixed .column-links,
.fixed .column-author,
.fixed .column-format {
width: 10%;
}
.fixed .column-response,
.fixed .column-author,
.fixed .column-categories,
.fixed .column-tags,
.fixed .column-rel,
@@ -2529,8 +2530,8 @@ table.fixed {
}
tr.wp-locked .locked-indicator {
background: url('../images/lock16.png') no-repeat;
margin: -2px 0 0 8px;
background: url('../images/lock.png') no-repeat;
margin: -2px 0 0 6px;
height: 16px;
width: 16px;
}
@@ -2538,15 +2539,10 @@ tr.wp-locked .locked-indicator {
tr.wp-locked .check-column label,
tr.wp-locked .check-column input[type="checkbox"],
tr.wp-locked .row-actions .inline,
tr.wp-locked .row-actions .trash,
.lock-holder {
tr.wp-locked .row-actions .trash {
display: none;
}
tr.wp-locked .lock-holder {
display: inline;
}
.fixed .column-comments .sorting-indicator {
margin-top: 3px;
}
@@ -9034,6 +9030,11 @@ a.widget-control-edit {
background-size: 18px 100px;
}
tr.wp-locked .locked-indicator {
background-image: url('../images/lock-2x.png');
background-size: 16px 16px;
}
th .comment-grey-bubble {
background-image: url('../images/comment-grey-bubble-2x.png');
background-size: 12px 12px;