mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 00:54:34 +00:00
Manage Themes: Improved separators (markup/styles) for current theme author/version. see #20403.
git-svn-id: https://develop.svn.wordpress.org/trunk@20458 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4315,6 +4315,7 @@ h3.available-themes {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#current-theme .theme-info li,
|
||||
.available-theme .action-links li {
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
@@ -4322,6 +4323,7 @@ h3.available-themes {
|
||||
border-right: 1px solid #dfdfdf;
|
||||
}
|
||||
|
||||
#current-theme .theme-info li:last-child,
|
||||
.available-theme .action-links li:last-child {
|
||||
padding-right: 0;
|
||||
margin-right: 0;
|
||||
@@ -4380,6 +4382,11 @@ h3.available-themes {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#current-theme .theme-info {
|
||||
margin: 1em 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#current-theme .theme-description {
|
||||
margin-top: 5px;
|
||||
max-width: 600px;
|
||||
|
||||
Reference in New Issue
Block a user