Changeset 11225
- Timestamp:
- 05/07/2009 02:41:36 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r11224 r11225 434 434 .widefat td, 435 435 .widefat th { 436 border-bottom-color: #dfdfdf; 437 } 438 439 .widefat tfoot th { 440 border-bottom:0; 436 border-color: #dfdfdf; 441 437 } 442 438 … … 520 516 } 521 517 522 div#media-upload-header { 518 div#media-upload-header, 519 div#plugin-information-header { 523 520 background-color: #f9f9f9; 524 521 border-bottom-color: #dfdfdf; 525 }526 527 div#plugin-information-header {528 background-color: #e4f2fd;529 border-bottom-color: #c6d9e9;530 522 } 531 523 … … 578 570 .side-info, 579 571 .plugins tr, 580 .metabox-holder .postbox, 581 #poststuff .postbox , 572 .postbox, 582 573 #your-profile #rich_editing { 583 574 background-color: #fff; -
trunk/wp-admin/css/colors-fresh.css
r11224 r11225 150 150 } 151 151 152 .ac_match, .subsubsub a.current { 152 .ac_match, 153 .subsubsub a.current { 153 154 color: #000; 154 155 } … … 171 172 } 172 173 173 .alternate, .alt { 174 .alternate, 175 .alt { 174 176 background-color: #f9f9f9; 175 177 } … … 188 190 background: #fff; 189 191 } 192 190 193 #media-upload .slidetoggle { 191 194 border-top-color: #dfdfdf; 192 195 } 193 196 194 .error, #login #login_error { 197 .error, 198 #login #login_error { 195 199 background-color: #ffebe8; 196 200 border-color: #c00; … … 341 345 #the-comment-list .comment a:hover, 342 346 #rightnow a:hover, 347 #login form .submit input:hover, 348 #media-upload a.del-link:hover, 349 div.dashboard-widget-submit input:hover, 343 350 .subsubsub a:hover, 344 351 .subsubsub a.current:hover, 345 #login form .submit input:hover,346 div.dashboard-widget-submit input:hover,347 #media-upload a.del-link:hover,348 352 .ui-tabs-nav a:hover { 349 353 color: #d54e21; … … 451 455 } 452 456 457 a, 453 458 #adminmenu a, 454 459 #poststuff #edButtonPreview, … … 457 462 #media-upload a.del-link, 458 463 #media-upload a.delete, 459 .ui-tabs-nav a , a{464 .ui-tabs-nav a { 460 465 color: #21759b; 461 466 } … … 493 498 color: #000; 494 499 text-shadow: none; 495 -moz-box-shadow: rgba(0,0,0,0.2) 0 px -1px 0px;496 -khtml-box-shadow: rgba(0,0,0,0.2) 0 px -1px 0px;497 -webkit-box-shadow: rgba(0,0,0,0.2) 0 px -1px 0px;498 box-shadow: rgba(0,0,0,0.2) 0 px -1px 0px;500 -moz-box-shadow: rgba(0,0,0,0.2) 0 -1px 0; 501 -khtml-box-shadow: rgba(0,0,0,0.2) 0 -1px 0; 502 -webkit-box-shadow: rgba(0,0,0,0.2) 0 -1px 0; 503 box-shadow: rgba(0,0,0,0.2) 0 -1px 0; 499 504 } 500 505 … … 507 512 } 508 513 509 div#media-upload-header { 514 div#media-upload-header, 515 div#plugin-information-header { 510 516 background-color: #f9f9f9; 511 517 border-bottom-color: #dfdfdf; 512 }513 514 div#plugin-information-header {515 background-color: #e4f2fd;516 border-bottom-color: #c6d9e9;517 518 } 518 519 … … 562 563 } 563 564 564 #pass-strength-result {565 background-color: #eee;566 border-color: #ddd !important;567 }568 569 #pass-strength-result.bad {570 background-color: #ffb78c;571 border-color: #ff853c !important;572 }573 574 #pass-strength-result.good {575 background-color: #ffec8b;576 border-color: #fc0 !important;577 }578 579 #pass-strength-result.short {580 background-color: #ffa0a0;581 border-color: #f04040 !important;582 }583 584 #pass-strength-result.strong {585 background-color: #c3ff88;586 border-color: #8dff1c !important;587 }588 589 565 .checkbox, 590 566 .side-info, 567 .plugins tr, 591 568 #your-profile #rich_editing { 592 569 background-color: #fff; … … 615 592 #the-comment-list .delete a { 616 593 color: #bc0b0b; 617 }618 619 .plugins tr {620 background-color: #fff;621 594 } 622 595 … … 700 673 } 701 674 702 #user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited { 675 #user_info a:link, 676 #user_info a:visited, 677 #footer a:link, 678 #footer a:visited { 703 679 color: #ccc; 704 680 text-decoration: none; 705 681 } 706 682 707 #user_info a:hover, #footer a:hover { 683 #user_info a:hover, 684 #footer a:hover { 708 685 color: #fff; 709 686 text-decoration: underline !important; 710 687 } 711 688 712 #user_info a:active, #footer a:active { 689 #user_info a:active, 690 #footer a:active { 713 691 color: #ccc !important; 714 692 } … … 724 702 #media-upload a.delete { 725 703 color: #888; 704 } 705 706 #pass-strength-result { 707 background-color: #eee; 708 border-color: #ddd !important; 709 } 710 711 #pass-strength-result.bad { 712 background-color: #ffb78c; 713 border-color: #ff853c !important; 714 } 715 716 #pass-strength-result.good { 717 background-color: #ffec8b; 718 border-color: #fc0 !important; 719 } 720 721 #pass-strength-result.short { 722 background-color: #ffa0a0; 723 border-color: #f04040 !important; 724 } 725 726 #pass-strength-result.strong { 727 background-color: #c3ff88; 728 border-color: #8dff1c !important; 726 729 } 727 730 … … 1198 1201 background-color: #ffdddd; 1199 1202 } 1203 1200 1204 table.diff .diff-deletedline del { 1201 1205 background-color: #ff9999; 1202 1206 } 1207 1203 1208 table.diff .diff-addedline { 1204 1209 background-color: #ddffdd; 1205 1210 } 1211 1206 1212 table.diff .diff-addedline ins { 1207 1213 background-color: #99ff99; … … 1224 1230 color: #D54E21; 1225 1231 } 1226 1227 1232 1228 1233 #screen-options-wrap, -
trunk/wp-admin/css/plugin-install.css
r9682 r11225 86 86 87 87 #plugin-information .fyi { 88 margin-left: 10px; 89 margin-bottom: 50px; 88 margin: 0 10px 50px; 90 89 width: 210px; 91 90 } -
trunk/wp-admin/js/plugin-install.dev.js
r10327 r11225 12 12 }; 13 13 14 return $(' a.thickbox').each( function() {14 return $('#dashboard_plugins a.thickbox, #install-plugins a.thickbox').each( function() { 15 15 var href = $(this).attr('href'); 16 16 if ( ! href ) … … 29 29 30 30 /* Plugin install related JS*/ 31 $('#install-plugins tbody.plugins tr').click( function() {32 $(this).find('.action-links a.onclick').click();33 return false;34 });35 36 31 $('#plugin-information #sidemenu a').click( function() { 37 32 var tab = $(this).attr('name'); -
trunk/wp-admin/js/plugin-install.js
r10327 r11225 1 jQuery(document).ready(function(b){var a=function(){var f=b("#TB_window"),e=b(window).width(),d=b(window).height(),c=(720<e)?720:e;if(f.size()){f.width(c-50).height(d-45);b("#TB_iframeContent").width(c-50).height(d-75);f.css({"margin-left":"-"+parseInt(((c-50)/2),10)+"px"});if(!(b.browser.msie&&b.browser.version.substr(0,1)<7)){f.css({top:"20px","margin-top":"0"})}}return b(" a.thickbox").each(function(){var g=b(this).attr("href");if(!g){return}g=g.replace(/&width=[0-9]+/g,"");g=g.replace(/&height=[0-9]+/g,"");b(this).attr("href",g+"&width="+(c-80)+"&height="+(d-85))})};a().click(function(){b("#TB_title").css({"background-color":"#222",color:"#cfcfcf"});b("#TB_ajaxWindowTitle").html("<strong>"+plugininstallL10n.plugin_information+"</strong> "+b(this).attr("title"));return false});b("#install-plugins tbody.plugins tr").click(function(){b(this).find(".action-links a.onclick").click();return false});b("#plugin-information #sidemenu a").click(function(){var c=b(this).attr("name");b("#plugin-information-header a.current").removeClass("current");b(this).addClass("current");b("#section-holder div.section").hide();b("#section-"+c).show();return false})});1 jQuery(document).ready(function(b){var a=function(){var f=b("#TB_window"),e=b(window).width(),d=b(window).height(),c=(720<e)?720:e;if(f.size()){f.width(c-50).height(d-45);b("#TB_iframeContent").width(c-50).height(d-75);f.css({"margin-left":"-"+parseInt(((c-50)/2),10)+"px"});if(!(b.browser.msie&&b.browser.version.substr(0,1)<7)){f.css({top:"20px","margin-top":"0"})}}return b("#dashboard_plugins a.thickbox, #install-plugins a.thickbox").each(function(){var g=b(this).attr("href");if(!g){return}g=g.replace(/&width=[0-9]+/g,"");g=g.replace(/&height=[0-9]+/g,"");b(this).attr("href",g+"&width="+(c-80)+"&height="+(d-85))})};a().click(function(){b("#TB_title").css({"background-color":"#222",color:"#cfcfcf"});b("#TB_ajaxWindowTitle").html("<strong>"+plugininstallL10n.plugin_information+"</strong> "+b(this).attr("title"));return false});b("#plugin-information #sidemenu a").click(function(){var c=b(this).attr("name");b("#plugin-information-header a.current").removeClass("current");b(this).addClass("current");b("#section-holder div.section").hide();b("#section-"+c).show();return false})}); -
trunk/wp-includes/script-loader.php
r11224 r11225 367 367 ) ); 368 368 369 $scripts->add( 'plugin-install', "/wp-admin/js/plugin-install$suffix.js", array( 'thickbox', 'jquery' ), '20090 102' );369 $scripts->add( 'plugin-install', "/wp-admin/js/plugin-install$suffix.js", array( 'thickbox', 'jquery' ), '20090506' ); 370 370 $scripts->add_data( 'plugin-install', 'group', 1 ); 371 371 $scripts->localize( 'plugin-install', 'plugininstallL10n', array(
Note: See TracChangeset
for help on using the changeset viewer.