Ticket #34333: 34333.2.patch
| File 34333.2.patch, 20.3 KB (added by , 11 years ago) |
|---|
-
src/wp-admin/css/customize-controls.css
1311 1311 color: #00a0d2; 1312 1312 } 1313 1313 1314 .widget-reorder-nav span, 1315 .menu-item-reorder-nav button { 1316 position: relative; 1317 overflow: hidden; 1318 float: left; 1319 display: block; 1320 width: 33px; /* was 42px for mobile */ 1321 height: 43px; 1322 color: #82878c; 1323 text-indent: -9999px; 1324 cursor: pointer; 1325 outline: none; 1326 } 1327 1328 .menu-item-reorder-nav button { 1329 width: 30px; 1330 height: 40px; 1331 background: transparent; 1332 border: none; 1333 -webkit-box-shadow: none; 1334 box-shadow: none; 1335 } 1336 1337 .widget-reorder-nav span:before, 1338 .menu-item-reorder-nav button:before { 1339 display: inline-block; 1340 position: absolute; 1341 top: 0; 1342 right: 0; 1343 width: 100%; 1344 height: 100%; 1345 font: normal 20px/43px dashicons; 1346 text-align: center; 1347 text-indent: 0; 1348 -webkit-font-smoothing: antialiased; 1349 -moz-osx-font-smoothing: grayscale; 1350 } 1351 1352 .widget-reorder-nav span:hover, 1353 .widget-reorder-nav span:focus, 1354 .menu-item-reorder-nav button:hover, 1355 .menu-item-reorder-nav button:focus { 1356 color: #191e23; 1357 background: #eee; 1358 } 1359 1360 .move-widget-down:before, 1361 .menus-move-down:before { 1362 content: "\f347"; 1363 } 1364 1365 .move-widget-up:before, 1366 .menus-move-up:before { 1367 content: "\f343"; 1368 } 1369 1370 #customize-theme-controls .first-widget .move-widget-up, 1371 #customize-theme-controls .last-widget .move-widget-down, 1372 .move-up-disabled .menus-move-up, 1373 .move-down-disabled .menus-move-down, 1374 .move-right-disabled .menus-move-right, 1375 .move-left-disabled .menus-move-left { 1376 color: #d5d5d5; 1377 background-color: #fff; 1378 cursor: default; 1379 pointer-events: none; 1380 } 1381 1382 /** 1383 * New widget and Add-menu-items modes and panels 1384 */ 1385 1386 .wp-full-overlay-main { 1387 right: auto; /* this overrides a right: 0; which causes the preview to resize, I'd rather have it go off screen at the normal size. */ 1388 width: 100%; 1389 } 1390 1391 body.adding-widget .add-new-widget, 1392 body.adding-widget .add-new-widget:hover, 1393 .adding-menu-items .add-new-menu-item, 1394 .adding-menu-items .add-new-menu-item:hover, 1395 .add-menu-toggle.open, 1396 .add-menu-toggle.open:hover { 1397 background: #eee; 1398 border-color: #929793; 1399 color: #32373c; 1400 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 1401 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 1402 } 1403 1404 body.adding-widget .add-new-widget:before, 1405 .adding-menu-items .add-new-menu-item:before, 1406 #accordion-section-add_menu .add-new-menu-item.open:before { 1407 -webkit-transform: rotate(45deg); 1408 -ms-transform: rotate(45deg); 1409 transform: rotate(45deg); 1410 } 1411 1412 #available-widgets, 1413 #available-menu-items { 1414 position: absolute; 1415 top: 0; 1416 bottom: 0; 1417 left: -301px; 1418 visibility: hidden; 1419 overflow-x: hidden; 1420 overflow-y: auto; 1421 width: 300px; 1422 margin: 0; 1423 z-index: 4; 1424 background: #eee; 1425 -webkit-transition: left .18s; 1426 transition: left .18s; 1427 border-right: 1px solid #ddd; 1428 } 1429 1430 /* search field container */ 1431 #available-widgets-filter, 1432 #available-menu-items-search .accordion-section-title { 1433 padding: 12px 15px; 1434 -webkit-box-sizing: border-box; 1435 -moz-box-sizing: border-box; 1436 box-sizing: border-box; 1437 } 1438 1439 #available-widgets-filter input, 1440 #available-menu-items-search input { 1441 padding: 6px 10px; 1442 width: 100%; 1443 } 1444 1445 #available-widgets .widget-top, 1446 #available-widgets .widget-top:hover, 1447 #available-menu-items .item-top, 1448 #available-menu-items .item-top:hover { 1449 border: none; 1450 background: transparent; 1451 -webkit-box-shadow: none; 1452 box-shadow: none; 1453 } 1454 1455 #available-widgets .widget-tpl, 1456 #available-menu-items .item-tpl { 1457 position: relative; 1458 padding: 20px 15px 20px 60px; 1459 background: #fff; 1460 border-bottom: 1px solid #e4e4e4; 1461 cursor: pointer; 1462 display: none; 1463 } 1464 1465 #available-widgets .widget, 1466 #available-menu-items .item { 1467 position: static; 1468 } 1469 1470 1314 1471 /* Responsive */ 1315 1472 .customize-controls-preview-toggle { 1316 1473 display: none; … … 1423 1580 #customize-header-actions .button-primary { 1424 1581 margin-top: 6px; 1425 1582 } 1583 1584 body.adding-widget div#available-widgets, 1585 body.adding-menu-items div#available-menu-items { 1586 top: 46px; 1587 left: 0; 1588 z-index: 10; 1589 width: 100%; 1590 } 1591 1592 #available-widgets .customize-section-title 1593 #available-menu-items .customize-section-title { 1594 display: block; 1595 margin: 0; 1596 } 1597 1598 #available-widgets .customize-section-back, 1599 #available-menu-items .customize-section-back { 1600 height: 69px; 1601 } 1602 1603 #available-widgets .customize-section-title h3, 1604 #available-menu-items .customize-section-title h3 { 1605 font-size: 20px; 1606 font-weight: 200; 1607 padding: 9px 10px 12px 14px; 1608 margin: 0; 1609 line-height: 24px; 1610 color: #555; 1611 display: block; 1612 overflow: hidden; 1613 white-space: nowrap; 1614 text-overflow: ellipsis; 1615 } 1616 1617 #available-widgets .customize-section-title .customize-action, 1618 #available-menu-items .customize-section-title .customize-action { 1619 font-size: 13px; 1620 display: block; 1621 font-weight: 400; 1622 overflow: hidden; 1623 white-space: nowrap; 1624 text-overflow: ellipsis; 1625 } 1626 1627 #available-widgets-filter { 1628 position: relative; 1629 width: 100%; 1630 background: #fff; 1631 height: auto; 1632 padding: 10px 15px; 1633 } 1634 1635 #available-widgets-list { 1636 top: 140px; 1637 } 1426 1638 } -
src/wp-admin/css/customize-nav-menus.css
12 12 13 13 #customize-controls .theme-location-set, 14 14 #customize-controls .control-section .accordion-section-title:focus .menu-in-location, 15 #customize-controls .control-section .accordion-section-title:hover .menu-in-location, 16 #customize-controls .control-section .accordion-section-title:focus .menu-in-locations, 17 #customize-controls .control-section .accordion-section-title:hover .menu-in-locations { 15 #customize-controls .control-section .accordion-section-title:hover .menu-in-location { 18 16 color: #555; 19 17 } 20 18 … … 78 76 } 79 77 80 78 .wp-customizer .menu-item .submitbox .submitdelete { 81 display: block;82 79 float: left; 83 80 margin: 6px 0 0; 84 81 padding: 0; … … 85 82 cursor: pointer; 86 83 } 87 84 88 .wp-customizer .menu-item .submitbox .submitdelete:focus {89 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);90 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);91 }92 85 93 86 /** 94 87 * Menu items reordering styles … … 102 95 right: 0; 103 96 } 104 97 105 .menu-item-reorder-nav button {106 position: relative;107 overflow: hidden;108 float: left;109 display: block;110 width: 30px;111 height: 40px;112 color: #82878c;113 text-indent: -9999px;114 cursor: pointer;115 background: transparent;116 border: none;117 -webkit-box-shadow: none;118 box-shadow: none;119 outline: none;120 }121 122 .menu-item-reorder-nav button:before {123 display: inline-block;124 position: absolute;125 top: 0;126 right: 0;127 width: 100%;128 height: 100%;129 font: normal 20px/40px dashicons;130 text-align: center;131 text-indent: 0;132 -webkit-font-smoothing: antialiased;133 -moz-osx-font-smoothing: grayscale;134 }135 136 .menu-item-reorder-nav button:hover,137 .menu-item-reorder-nav button:focus {138 color: #191e23;139 background: #eee;140 }141 142 .menus-move-down:before {143 content: "\f347";144 }145 146 .menus-move-up:before {147 content: "\f343";148 }149 150 98 .menus-move-left:before { 151 99 content: "\f341"; 152 100 } … … 155 103 content: "\f345"; 156 104 } 157 105 158 .move-up-disabled .menus-move-up,159 .move-down-disabled .menus-move-down,160 .move-right-disabled .menus-move-right,161 .move-left-disabled .menus-move-left {162 color: #d5d5d5 !important;163 background-color: #fff !important;164 cursor: default;165 pointer-events: none;166 }167 168 .menu-item-reorder-nav:before {169 content: "";170 display: block;171 position: absolute;172 left: -10px;173 width: 10px;174 height: 40px;175 background: -webkit-gradient(linear, left top, right top, from(rgba(250,250,250,0)), to(rgba(250,250,250,1)));176 background: -webkit-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);177 background: linear-gradient(to right, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);178 }179 180 106 .reordering .menu-item .item-controls, 181 107 .reordering .menu-item .item-type { 182 108 display: none; … … 302 228 303 229 .customize-screen-options-toggle:focus:before, 304 230 #customize-controls .customize-info .customize-help-toggle:focus:before { 305 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);306 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);307 231 -webkit-border-radius: 100%; 308 232 border-radius: 100%; 309 233 } … … 346 270 text-decoration: none !important; 347 271 } 348 272 349 .wp-customizer button:focus .toggle-indicator:after {350 -webkit-box-shadow:351 0 0 0 1px #5b9dd9,352 0 0 2px 1px rgba(30, 140, 190, .8);353 box-shadow:354 0 0 0 1px #5b9dd9,355 0 0 2px 1px rgba(30, 140, 190, .8);356 }357 358 273 #accordion-panel-nav_menus .field-link-target, 359 274 #accordion-panel-nav_menus .field-attr-title, 360 275 #accordion-panel-nav_menus .field-css-classes, … … 470 385 * Add-menu-items mode 471 386 */ 472 387 473 .wp-full-overlay-main {474 right: auto; /* This overrides a right: 0; which causes the preview to resize rather than slide off screen at the normal size. */475 width: 100%;476 }477 478 388 .adding-menu-items .control-section { 479 389 opacity: .4; 480 390 } … … 484 394 opacity: 1; 485 395 } 486 396 487 .adding-menu-items .add-new-menu-item,488 .adding-menu-items .add-new-menu-item:hover,489 .add-menu-toggle.open,490 .add-menu-toggle.open:hover {491 background: #eee;492 border-color: #929793;493 color: #32373c;494 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);495 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);496 }497 498 .adding-menu-items .add-new-menu-item:before,499 #accordion-section-add_menu .add-new-menu-item.open:before {500 -webkit-transform: rotate(45deg);501 -ms-transform: rotate(45deg);502 transform: rotate(45deg);503 }504 505 397 .menu-item-bar .item-delete { 506 398 color: #a00; 507 399 position: absolute; … … 537 429 color: #f00; 538 430 } 539 431 540 .menu-item-bar .item-delete:focus:before {541 -webkit-box-shadow:542 0 0 0 1px #5b9dd9,543 0 0 2px 1px rgba(30, 140, 190, .8);544 box-shadow:545 0 0 0 1px #5b9dd9,546 0 0 2px 1px rgba(30, 140, 190, .8);547 }548 549 432 .adding-menu-items .menu-item-bar .item-edit { 550 433 display: none; 551 434 } … … 554 437 display: block; 555 438 } 556 439 557 #available-menu-items .item { 558 position: static; 559 } 440 /** 441 * Styles for menu-item addition panel 442 */ 560 443 561 #available-menu-items {562 position: absolute;563 top: 0;564 bottom: 0;565 left: -301px;566 visibility: hidden;567 overflow-x: hidden;568 overflow-y: auto;569 width: 300px;570 margin: 0;571 z-index: 4;572 background: #eee;573 -webkit-transition: left .18s;574 transition: left .18s;575 border-right: 1px solid #ddd;576 }577 578 444 #available-menu-items.opening { 579 445 overflow-y: hidden; /* avoid scrollbar jitter with animating heights */ 580 446 } … … 640 506 } 641 507 642 508 #available-menu-items .cannot-expand .accordion-section-title .no-items { 643 display: block;509 float: right; 644 510 color: #777; 645 511 font-weight: normal; 646 float: right;647 512 margin-left: 5px; 648 513 } 649 514 … … 653 518 max-height: 290px; 654 519 } 655 520 656 #available-menu-items #available-menu-items-search .accordion-section-content {657 position: absolute;658 left: 1px;659 top: 60px; /* below title div / search input */660 bottom: 0px; /* 100% height that still triggers lazy load */661 max-height: none;662 width: 100%;663 padding: 1px 15px 15px;664 -webkit-box-sizing: border-box;665 -moz-box-sizing: border-box;666 box-sizing: border-box;667 }668 669 521 #available-menu-items .menu-item-tpl { 670 522 margin: 0; 671 523 } … … 677 529 border: 1px solid #f00; 678 530 } 679 531 680 #available-menu-items .item-tpl {681 position: relative;682 padding: 20px 15px 20px 60px;683 border-bottom: 1px solid #e4e4e4;684 cursor: pointer;685 display: none;686 }687 688 #available-menu-items .item-tpl:hover,689 #available-menu-items .item-tpl.selected {690 background: #eee;691 }692 693 532 #available-menu-items .menu-item-handle .item-type { 694 533 padding-right: 0; 695 534 } … … 702 541 cursor: pointer; 703 542 } 704 543 705 #available-menu-items .item-top,706 #available-menu-items .item-top:hover {707 border: none;708 background: transparent;709 -webkit-box-shadow: none;710 box-shadow: none;711 }712 713 544 #available-menu-items .menu-item-handle { 714 545 -webkit-box-shadow: none; 715 546 box-shadow: none; … … 754 585 font: normal 20px/1.05 dashicons; /* line height is to account for the dashicon's vertical alignment */ 755 586 } 756 587 757 #available-menu-items .item-add:focus:before {758 -webkit-box-shadow:759 0 0 0 1px #5b9dd9,760 0 0 2px 1px rgba(30, 140, 190, .8);761 box-shadow:762 0 0 0 1px #5b9dd9,763 0 0 2px 1px rgba(30, 140, 190, .8);764 }765 766 588 #available-menu-items .menu-item-handle.item-added .item-type, 767 589 #available-menu-items .menu-item-handle.item-added .item-title, 768 590 #available-menu-items .menu-item-handle.item-added:hover .item-add, … … 812 634 color: #f00; 813 635 } 814 636 815 #available-menu-items-search .clear-results:focus {816 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);817 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);818 }819 820 637 #available-menu-items-search .spinner { 821 638 position: absolute; 822 639 top: 20px; … … 824 641 right: 20px; 825 642 } 826 643 827 #available-menu-items-search input { 828 padding: 6px 10px; 644 /* search results list */ 645 #available-menu-items #available-menu-items-search .accordion-section-content { 646 position: absolute; 647 left: 1px; 648 top: 60px; /* below title div / search input */ 649 bottom: 0px; /* 100% height that still triggers lazy load */ 650 max-height: none; 829 651 width: 100%; 830 } 831 832 #available-menu-items-search .accordion-section-title { 833 padding: 12px 15px; 652 padding: 1px 15px 15px; 834 653 -webkit-box-sizing: border-box; 835 654 -moz-box-sizing: border-box; 836 655 box-sizing: border-box; … … 936 755 } 937 756 938 757 .menu-delete-item { 939 display: block;940 758 float: left; 941 759 padding: 1em 0; 942 760 width: 100%; … … 962 780 text-decoration: none; 963 781 } 964 782 965 .menu-delete:focus {966 -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);967 box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);968 }969 970 783 .menu-item-handle { 971 784 margin-top: -1px; 972 785 } … … 1003 816 display: none; 1004 817 } 1005 818 819 /** 820 * box-shadows 821 */ 822 823 .wp-customizer .menu-item .submitbox .submitdelete:focus, 824 .customize-screen-options-toggle:focus:before, 825 #customize-controls .customize-info .customize-help-toggle:focus:before, 826 .wp-customizer button:focus .toggle-indicator:after, 827 #available-menu-items-search .clear-results:focus, 828 .menu-delete:focus, 829 .menu-item-bar .item-delete:focus:before, 830 #available-menu-items .item-add:focus:before { 831 -webkit-box-shadow: 832 0 0 0 1px #5b9dd9, 833 0 0 2px 1px rgba(30, 140, 190, .8); 834 box-shadow: 835 0 0 0 1px #5b9dd9, 836 0 0 2px 1px rgba(30, 140, 190, .8); 837 } 838 839 1006 840 @media screen and ( max-width: 782px ) { 1007 841 #available-menu-items #available-menu-items-search .accordion-section-content { 1008 842 top: 63px; … … 1010 844 } 1011 845 1012 846 @media screen and ( max-width: 640px ) { 1013 body.adding-menu-items div#available-menu-items {1014 top: 46px;1015 left: 0;1016 z-index: 10;1017 width: 100%;1018 }1019 1020 847 #available-menu-items #available-menu-items-search .accordion-section-content { 1021 848 top: 133px; 1022 849 } 1023 1024 #available-menu-items .customize-section-title {1025 display: block;1026 margin: 0;1027 }1028 1029 #available-menu-items .customize-section-back {1030 height: 69px;1031 }1032 1033 #available-menu-items .customize-section-title h3 {1034 font-size: 20px;1035 font-weight: 200;1036 padding: 9px 10px 12px 14px;1037 margin: 0;1038 line-height: 24px;1039 color: #555;1040 display: block;1041 overflow: hidden;1042 white-space: nowrap;1043 text-overflow: ellipsis;1044 }1045 1046 #available-menu-items .customize-section-title .customize-action {1047 font-size: 13px;1048 display: block;1049 font-weight: 400;1050 overflow: hidden;1051 white-space: nowrap;1052 text-overflow: ellipsis;1053 }1054 850 } -
src/wp-admin/css/customize-widgets.css
79 79 line-height: 16px; 80 80 } 81 81 82 .widget-top {83 cursor: move;84 }85 86 82 .customize-control-widget_form.expanded a.widget-action:after { 87 83 content: "\f142"; 88 84 } … … 99 95 cursor: pointer; 100 96 } 101 97 98 .widget-top, 102 99 .customize-control-widget_form .widget .customize-control-title { 103 100 cursor: move; 104 101 } … … 126 123 background-color: #fafafa; 127 124 } 128 125 129 .widget-reorder-nav span {130 position: relative;131 overflow: hidden;132 float: left;133 display: block;134 width: 33px; /* was 42px for mobile */135 height: 43px;136 color: #82878c;137 text-indent: -9999px;138 cursor: pointer;139 outline: none;140 }141 142 .widget-reorder-nav span:before {143 display: inline-block;144 position: absolute;145 top: 0;146 right: 0;147 width: 100%;148 height: 100%;149 font: normal 20px/43px dashicons;150 text-align: center;151 text-indent: 0;152 -webkit-font-smoothing: antialiased;153 -moz-osx-font-smoothing: grayscale;154 }155 156 .widget-reorder-nav span:hover,157 .widget-reorder-nav span:focus {158 color: #444;159 background: #eee;160 }161 162 126 .move-widget:before { 163 127 content: "\f504"; 164 128 } 165 129 166 .move-widget-down:before {167 content: "\f347";168 }169 170 .move-widget-up:before {171 content: "\f343";172 }173 174 #customize-theme-controls .first-widget .move-widget-up,175 #customize-theme-controls .last-widget .move-widget-down {176 color: #d5d5d5;177 cursor: default;178 }179 180 130 #customize-theme-controls .move-widget-area { 181 131 display: none; 182 132 background: #fff; … … 256 206 * Styles for new widget addition panel 257 207 */ 258 208 259 .wp-full-overlay-main {260 right: auto; /* this overrides a right: 0; which causes the preview to resize, I'd rather have it go off screen at the normal size. */261 width: 100%;262 }263 264 body.adding-widget .add-new-widget,265 body.adding-widget .add-new-widget:hover {266 background: #eee;267 border-color: #999;268 color: #32373c;269 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);270 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);271 }272 body.adding-widget .add-new-widget:before {273 -webkit-transform: rotate(45deg);274 -ms-transform: rotate(45deg);275 transform: rotate(45deg);276 }277 278 #available-widgets .widget {279 position: static;280 }281 282 209 /* override widgets admin page rules in wp-admin/css/wp-admin.css */ 283 210 #widgets-left #available-widgets .widget { 284 211 float: none !important; … … 285 212 width: auto !important; 286 213 } 287 214 288 #available-widgets {289 position: absolute;290 top: 0;291 bottom: 0;292 left: -301px;293 visibility: hidden;294 overflow: auto;295 width: 300px;296 margin: 0;297 z-index: 1;298 background: #eee !important;299 -webkit-transition: left .18s;300 transition: left .18s;301 border-right: 1px solid #ddd;302 }303 304 215 .ios #available-widgets { 305 216 -webkit-transition: left 0s; 306 217 transition: left 0s; … … 307 218 } 308 219 309 220 #available-widgets-list { 310 top: 46px;221 top: 60px; 311 222 position: absolute; 312 223 overflow: auto; 313 224 bottom: 0; … … 319 230 top: 0; 320 231 z-index: 1; 321 232 width: 300px; 322 height: 46px;323 padding: 8px 17px 7px 13px;324 233 background: #eee; 325 234 border-bottom: 1px solid #e4e4e4; 326 -webkit-box-sizing: border-box;327 -moz-box-sizing: border-box;328 box-sizing: border-box;329 235 } 330 236 331 #available-widgets-filter input {332 padding: 5px 10px 2px 10px;333 width: 100%;334 }335 336 #available-widgets .widget-tpl {337 position: relative;338 padding: 20px 15px 20px 60px;339 background: #fff;340 border-bottom: 1px solid #e4e4e4;341 cursor: pointer;342 display: none;343 }344 345 237 #available-widgets .widget-tpl:hover, 346 238 #available-widgets .widget-tpl.selected { 347 239 background: #eee; … … 348 240 border-bottom-color: #ccc; 349 241 } 350 242 351 #available-widgets .widget-top,352 #available-widgets .widget-top:hover {353 border: none;354 background: transparent;355 -webkit-box-shadow: none;356 box-shadow: none;357 }358 359 243 #customize-controls .widget-title h3 { 360 244 font-size: 1em; 361 245 } … … 579 463 top: 8px; 580 464 } 581 465 } 582 583 @media screen and ( max-width: 640px ) {584 body.adding-widget div#available-widgets {585 top: 46px;586 left: 0;587 z-index: 10;588 width: 100%;589 }590 591 #available-widgets .customize-section-title {592 display: block;593 margin: 0;594 }595 596 #available-widgets .customize-section-back {597 height: 69px;598 }599 600 #available-widgets .customize-section-title h3 {601 font-size: 20px;602 font-weight: 200;603 padding: 9px 10px 12px 14px;604 margin: 0;605 line-height: 24px;606 color: #555;607 display: block;608 overflow: hidden;609 white-space: nowrap;610 text-overflow: ellipsis;611 }612 613 #available-widgets .customize-section-title .customize-action {614 font-size: 13px;615 display: block;616 font-weight: 400;617 overflow: hidden;618 white-space: nowrap;619 text-overflow: ellipsis;620 }621 622 #available-widgets-filter {623 position: relative;624 width: 100%;625 background: #fff;626 height: auto;627 padding: 10px 15px;628 }629 630 #available-widgets-list {631 top: 140px;632 }633 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)