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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-11-15 02:48:21 +00:00
parent 836051d1e9
commit a25b873fd4
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;
}
/*------------------------------------------------------------------------------