Ticket #52148: css_updated_52148.patch
File css_updated_52148.patch, 3.1 KB (added by , 4 years ago) |
---|
-
admin-menu.css
451 451 /* flyout menu arrow */ 452 452 #adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { 453 453 right: 0; 454 border: solid transparent;454 border: 8px solid transparent; 455 455 content: " "; 456 456 height: 0; 457 457 width: 0; 458 458 position: absolute; 459 459 pointer-events: none; 460 border-width: 8px;461 460 top: 10px; 462 461 z-index: 10000; 463 462 } -
common.css
2690 2690 left: 0; 2691 2691 margin-top: 10px; 2692 2692 margin-right: 250px; /* FYI box */ 2693 padding: 10px 26px ;2693 padding: 10px 26px 99999px; /* equal height column trick */ 2694 2694 margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ 2695 padding-bottom: 99999px; /* equal height column trick */2696 2695 } 2697 2696 2698 2697 #section-holder .notice { … … 2708 2707 position: relative; 2709 2708 top: 0; 2710 2709 right: 0; 2711 padding: 16px ;2710 padding: 16px 16px 99999px; /* equal height column trick */ 2712 2711 margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ 2713 padding-bottom: 99999px; /* equal height column trick */2714 2712 width: 217px; 2715 2713 border-left: 1px solid #ddd; 2716 2714 background: #f3f3f3; -
customize-controls.css
2369 2369 font-size: 24px; 2370 2370 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 2371 2371 margin: 30px 0 0 0; 2372 padding: 0; 2373 padding-bottom: 7px; 2372 padding: 0 0 7px; 2374 2373 } 2375 2374 2376 2375 body.cheatin p { … … 2388 2387 #customize-theme-controls .add-new-menu-item { 2389 2388 cursor: pointer; 2390 2389 float: right; 2391 margin: 0; 2392 margin-left: 10px; 2390 margin: 0px 0px 0px 10px; 2393 2391 transition: all 0.2s; 2394 2392 -webkit-user-select: none; 2395 2393 -moz-user-select: none; -
edit.css
1725 1725 } 1726 1726 1727 1727 .wp_themeSkin .mceSplitButton td a.mceAction { 1728 padding-top: 6px; 1729 padding-bottom: 6px; 1730 padding-left: 6px; 1731 padding-right: 3px; 1728 padding: 6px 3px 6px 6px; 1732 1729 } 1733 1730 1734 1731 .wp_themeSkin .mceSplitButton td a.mceOpen, -
install.css
36 36 clear: both; 37 37 color: #666; 38 38 font-size: 24px; 39 padding: 0; 40 padding-bottom: 7px; 39 padding: 0 0 7px; 41 40 font-weight: 400; 42 41 } 43 42 -
nav-menus.css
386 386 /* Listings */ 387 387 .nav-menus-php .list li { 388 388 display: none; 389 margin: 0; 390 margin-bottom: 5px; 389 margin: 0 0 5px; 391 390 } 392 391 393 392 .nav-menus-php .list li .menu-item-title {