Add some more padding to the Dismiss link in the uploader notices, see #19228

git-svn-id: https://develop.svn.wordpress.org/trunk@19294 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-11-15 02:48:21 +00:00
parent 208bc57e76
commit f2a254db28
4 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1001,6 +1001,10 @@ span.description,
margin-left: 15px;
}
.media-item .error-div a.dismiss {
padding: 0 15px 0 0;
}
.media-item .error-div {
padding-left: 0;
padding-right: 10px;

File diff suppressed because one or more lines are too long

View File

@ -3778,6 +3778,7 @@ abbr.required {
.media-item .error-div a.dismiss {
float: right;
padding-left: 15px;
}
/*------------------------------------------------------------------------------