mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 13:14:29 +00:00
Prevent delete theme link from bumping against theme action links. If it doesn't fit, it doesn't fit, man. props SergeyBiryukov, fixes #20918.
git-svn-id: https://develop.svn.wordpress.org/trunk@21067 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4441,6 +4441,11 @@ h3.available-themes {
|
||||
border-right: 1px solid #dfdfdf;
|
||||
}
|
||||
|
||||
.available-theme .action-links li {
|
||||
padding-right: 8px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
#current-theme .theme-info li:last-child,
|
||||
.theme-options li:last-child,
|
||||
.available-theme .action-links li:last-child {
|
||||
@@ -4451,6 +4456,7 @@ h3.available-themes {
|
||||
|
||||
.available-theme .action-links .delete-theme {
|
||||
float: right;
|
||||
margin-left: 8px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user