Remove unused delete style. props SergeyBiryukov. fixes #21196.
git-svn-id: http://core.svn.wordpress.org/trunk@22281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
62156e8ad3
commit
97d8d5aab2
|
@ -197,11 +197,6 @@ abbr.required {
|
|||
margin: 0 20px;
|
||||
}
|
||||
|
||||
#media-items a.delete {
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#media-upload .widefat {
|
||||
width: 626px;
|
||||
border-style: solid solid none;
|
||||
|
|
|
@ -179,11 +179,6 @@ th.action-links {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.describe .del-link {
|
||||
padding-left: 0;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
4.0 - Notifications
|
||||
|
|
|
@ -1082,10 +1082,6 @@ th.action-links {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.describe .del-link {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
4.0 - Notifications
|
||||
|
|
Loading…
Reference in New Issue