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:
parent
836051d1e9
commit
a25b873fd4
File diff suppressed because one or more lines are too long
|
@ -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
|
@ -3778,6 +3778,7 @@ abbr.required {
|
|||
|
||||
.media-item .error-div a.dismiss {
|
||||
float: right;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue