mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Posts screen: show when a post is "locked", hide the checkbox, Quick Edit and Trash links, props dh-shredder, see #23312
git-svn-id: https://develop.svn.wordpress.org/trunk@23371 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2527,6 +2527,25 @@ table.fixed {
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
tr.wp-locked .locked-indicator {
|
||||
background: url('../images/lock16.png') no-repeat;
|
||||
margin: -2px 0 0 8px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
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 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
tr.wp-locked .lock-holder {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.fixed .column-comments .sorting-indicator {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user