mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Make plugin and theme title columns narrower. Props garyc40. fixes #16563 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@17449 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3784,8 +3784,6 @@ h2 .nav-tab {
|
||||
17.0 - Plugins
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
.plugins #description {width: 60%}
|
||||
|
||||
.plugins .name,
|
||||
#pass-strength-result.strong,
|
||||
#pass-strength-result.short,
|
||||
@@ -3839,8 +3837,9 @@ input.button-highlighted,
|
||||
padding: 5px 7px 0;
|
||||
}
|
||||
|
||||
#wpbody-content .plugins .plugin-title {
|
||||
#wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
|
||||
padding-right: 12px;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.plugins .second, .plugins .row-actions-visible {
|
||||
|
||||
Reference in New Issue
Block a user