CSS tweaks for plugins-all screen

git-svn-id: http://svn.automattic.com/wordpress/trunk@11523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-06-06 03:33:20 +00:00
parent fe69958bb6
commit 75eb453e8c
4 changed files with 18 additions and 4 deletions

View File

@ -595,7 +595,7 @@ input.readonly, textarea.readonly {
#search-plugins-table .inactive th,
#search-plugins-table .inactive td,
tr.inactive + tr.plugin-update-tr .plugin-update {
background-color: #eee;
background-color: #ebebeb;
}
.plugins .active,
@ -604,6 +604,11 @@ tr.inactive + tr.plugin-update-tr .plugin-update {
color: #000;
}
#all-plugins-table .inactive a,
#search-plugins-table .inactive a {
color: #555;
}
#the-comment-list .unapproved,
#the-comment-list .unapproved th,
#the-comment-list .unapproved td {

View File

@ -590,7 +590,7 @@ input.readonly, textarea.readonly {
#search-plugins-table .inactive th,
#search-plugins-table .inactive td,
tr.inactive + tr.plugin-update-tr .plugin-update {
background-color: #eee;
background-color: #ebebeb;
}
.plugins .active,
@ -599,6 +599,11 @@ tr.inactive + tr.plugin-update-tr .plugin-update {
color: #000;
}
#all-plugins-table .inactive a,
#search-plugins-table .inactive a {
color: #555;
}
#the-comment-list .unapproved,
#the-comment-list .unapproved th,
#the-comment-list .unapproved td {

View File

@ -91,6 +91,10 @@ select option {
padding: 5px 7px 0;
}
#wpbody-content .plugins .plugin-title {
padding-right: 12px;
}
.plugins .second td,
.plugins .second th {
border-top: 0 none;

View File

@ -421,9 +421,9 @@ function wp_default_styles( &$styles ) {
$rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20090603a';
$colors_version = '20090605';
$styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090603' );
$styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090605' );
$styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20090514' );