Stop the fade-out of the Undo notices on Edit Comments screen, props caesarsgrunt, fixes #11259, see #4529

git-svn-id: https://develop.svn.wordpress.org/trunk@12278 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-11-26 04:37:39 +00:00
parent d6c576bc1f
commit f066b7dc39
11 changed files with 33 additions and 38 deletions

View File

@@ -3520,11 +3520,20 @@ span.imgedit-scale-warn {
border-top-style: solid;
border-top-width: 1px;
margin: 0 -10px;
padding: 3px;
padding: 3px 8px;
font-size: 11px;
}
.trash-undo-inside {
margin: 3px 8px;
margin: 1px 8px 1px 0;
line-height: 16px;
}
.trash-undo-inside .avatar {
height: 20px;
width: 20px;
margin-right: 8px;
vertical-align: middle;
}
/* tag hints */