Ticket #16032: 16032.remove.css.too.patch
File 16032.remove.css.too.patch, 2.1 KB (added by , 13 years ago) |
---|
-
wp-admin/js/plugin-install.dev.js
47 47 return false; 48 48 }); 49 49 50 $(' #install-plugins .action-links.install-now').click( function() {50 $('a.install-now').click( function() { 51 51 return confirm( plugininstallL10n.ays ); 52 52 }); 53 53 }); -
wp-admin/css/plugin-install.dev.css
42 42 border-right: 1px solid #fff; 43 43 } 44 44 45 /* Table layout CSS */46 table#install-plugins th.num {47 white-space: nowrap; /* Prevents long plugin titles from causing the version column to wrap */48 }49 50 45 /* Header on thickbox */ 51 46 #plugin-information-header { 52 47 margin: 0; -
wp-admin/css/colors-classic.dev.css
457 457 } 458 458 459 459 .widefat td, 460 .widefat th, 461 #install-plugins .plugins td, 462 #install-plugins .plugins th { 460 .widefat th { 463 461 border-color: #dfdfdf; 464 462 } 465 463 -
wp-admin/css/colors-fresh.dev.css
457 457 } 458 458 459 459 .widefat td, 460 .widefat th, 461 #install-plugins .plugins td, 462 #install-plugins .plugins th { 460 .widefat th { 463 461 border-color: #dfdfdf; 464 462 } 465 463 -
wp-admin/css/wp-admin.dev.css
3819 3819 border-bottom: 0 none; 3820 3820 } 3821 3821 3822 #install-plugins .plugins td,3823 #install-plugins .plugins th {3824 border-bottom-style: solid;3825 border-bottom-width: 1px;3826 }3827 3828 3822 .plugins .inactive td, 3829 3823 .plugins .inactive th, 3830 3824 .plugins .active td,