Ticket #28485: 28485.3.patch
| File 28485.3.patch, 2.1 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/css/common.css
705 705 ------------------------------------------------------------------------------*/ 706 706 707 707 .widget .widget-top, 708 .postbox h3,709 .stuffbox h3,708 .postbox .hndle, 709 .stuffbox .hndle, 710 710 .control-section .accordion-section-title, 711 711 h3.dashboard-widget-title, 712 712 h3.dashboard-widget-title span, … … 729 729 color: #222; 730 730 } 731 731 732 .postbox h3, 733 #namediv h3, 734 #submitdiv h3 { 732 .postbox .hndle, 733 .stuffbox .hndle { 735 734 border-bottom: 1px solid #eee; 736 735 } 737 736 … … 1349 1348 } 1350 1349 } 1351 1350 1351 .js .widget .widget-top, 1352 1352 .js .postbox .hndle { 1353 1353 cursor: move; 1354 1354 } … … 1380 1380 line-height: 1; 1381 1381 } 1382 1382 1383 .postbox h3,1384 .stuffbox h3{1383 .postbox .hndle, 1384 .stuffbox .hndle { 1385 1385 margin-top: 1px; 1386 1386 -webkit-user-select: none; 1387 1387 -moz-user-select: none; … … 1389 1389 user-select: none; 1390 1390 } 1391 1391 1392 .js .widget .widget-top,1393 .js .postbox h3 {1394 cursor: move;1395 }1396 1397 1392 .postbox .inside, 1398 1393 .stuffbox .inside { 1399 1394 padding: 0 12px 12px; -
src/wp-admin/css/ie.css
260 260 border: 1px solid #dfdfdf; 261 261 } 262 262 263 #wpbody-content .postbox h3{263 #wpbody-content .postbox .hndle { 264 264 margin-bottom: -1px; 265 265 } 266 266 -
src/wp-admin/js/postbox.js
9 9 10 10 self.init(page, args); 11 11 12 $('.postbox h3, .postbox .handlediv').bind('click.postboxes', function() {12 $('.postbox .hndle, .postbox .handlediv').bind('click.postboxes', function() { 13 13 var p = $(this).parent('.postbox'), id = p.attr('id'); 14 14 15 15 if ( 'dashboard_browser_nag' == id ) … … 28 28 } 29 29 }); 30 30 31 $('.postbox h3a').click( function(e) {31 $('.postbox .hndle a').click( function(e) { 32 32 e.stopPropagation(); 33 33 }); 34 34
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)