mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-11 16:14:32 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user