Ticket #14770: 14770.2.diff
File 14770.2.diff, 6.3 KB (added by , 15 years ago) |
---|
-
wp-admin/css/wp-admin.dev.css
5 5 All the important stuff is in here. 6 6 7 7 8 IMPORTANT:9 ----------10 Please be careful when editing this file, do not just add11 another ID or Class because it's easy, we want to try and12 maintain the WordPress CSS with good styles, not easy ones!13 14 Before editing or adding to this file, please review the table15 of contents and ensure that you add new styles in the correct16 location. This makes it easier to maintain going forwards.17 18 Be obvious, not clever. Styles which can be easily changed19 are far more desirable than a complex cascading masterpiece.20 21 22 8 TABLE OF CONTENTS: 23 9 ------------------ 24 10 1.0 - Text Elements … … 1245 1231 border-top-left-radius: 6px; 1246 1232 } 1247 1233 1248 /* TODO: Review this was a conflict - PJW */1249 1234 .postbox.closed h3 { 1250 1235 -moz-border-radius-bottomleft: 4px; 1251 1236 -webkit-border-bottom-left-radius: 4px; … … 1257 1242 border-bottom-right-radius: 4px; 1258 1243 } 1259 1244 1260 .form-table td p {1261 margin-top: 4px;1262 }1263 1264 .form-table table.color-palette {1265 vertical-align: bottom;1266 float: left;1267 margin: -12px 3px 11px;1268 }1269 /* Conflict END */1270 1271 1245 .postbox table.form-table { 1272 1246 margin-bottom: 0; 1273 1247 } … … 1454 1428 border-radius: 5px; 1455 1429 } 1456 1430 1457 /* TODO: Review this was a conflict - font-family - PJW */1458 1431 .tablenav .displaying-num { 1459 1432 margin-right: 10px; 1460 1433 font-size: 12px; 1461 1434 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 1462 1435 font-style: italic; 1463 font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;1464 1436 } 1465 1437 1466 1438 .tablenav .actions { … … 1642 1614 margin-left: 5em; 1643 1615 } 1644 1616 1645 /* TODO: Review this was a conflict - PJW */1646 1617 .quick-edit-row-post fieldset.inline-edit-col-right label span.title { 1647 1618 width: auto; 1648 1619 padding-right: 0.5em; 1649 1620 } 1650 .howto {1651 font-style: italic;1652 display: block;1653 font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;1654 }1655 /* END Conflict */1656 1621 1657 1622 .inline-edit-row .input-text-wrap input[type=text] { 1658 1623 width: 100%; … … 1983 1948 width: 99%; 1984 1949 } 1985 1950 1986 /* TODO: Review this was a conflict - PJW */1987 1951 #normal-sortables .postbox .submit { 1988 1952 background: transparent none; 1989 1953 border: 0 none; 1990 1954 float: right; 1991 1955 padding: 0 12px; 1956 margin:0; 1992 1957 } 1993 /* END */1994 1958 1995 1959 #side-sortables .category-add input { 1996 1960 width: 94%; … … 2098 2062 margin: 0; 2099 2063 } 2100 2064 2101 /* TODO: Review this was a conflict - PJW */2102 2065 #normal-sortables .postbox #replyrow .submit { 2103 2066 float: none; 2104 2067 margin: 0; … … 2125 2088 ul.wp-tab-bar { 2126 2089 margin-top: 12px; 2127 2090 } 2128 /* END Conflict */2129 2091 2130 /* TODO: Review this was a conflict - PJW */2131 2092 #side-sortables .comments-box thead th, 2132 2093 #normal-sortables .comments-box thead th { 2133 2094 background: transparent; … … 2145 2106 #commentsdiv img.waiting { 2146 2107 padding-left: 5px; 2147 2108 } 2148 /* END Conflcit */2149 2109 2150 2110 #post-body .category-tabs li.tabs, 2151 2111 #post-body .add-menu-item-tabs li.tabs { … … 2218 2178 vertical-align: text-top; 2219 2179 } 2220 2180 2221 /* TODO: Review this was a conflict - PJW */2222 .defaultavatarpicker .avatar {2223 margin: 2px 0;2224 vertical-align: middle;2225 }2226 2227 2181 #post-body .tagsdiv #newtag { 2228 2182 margin-right: 5px; 2229 2183 width: 16em; … … 2429 2383 text-decoration: none; 2430 2384 } 2431 2385 2432 /* TODO: Review this was a conflict - PJW */2433 #screen-options-link-wrap,2434 #contextual-help-link-wrap {2435 float: right;2436 height: 22px;2437 padding: 0;2438 margin: 0 6px 0 0;2439 font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;2440 background: #e3e3e3;2441 -moz-border-radius-bottomleft: 3px;2442 -moz-border-radius-bottomright: 3px;2443 -webkit-border-bottom-left-radius: 3px;2444 -webkit-border-bottom-right-radius: 3px;2445 }2446 /* END */2447 2386 2448 2387 /*------------------------------------------------------------------------------ 2449 2388 12.0 - Categories … … 2454 2393 padding: 4px 0; 2455 2394 } 2456 2395 2457 /* TODO: Review this was a conflict - PJW */2458 2396 .category-adder h4 { 2459 2397 margin: 0 0 8px; 2460 2398 } 2461 2399 2462 /* END */2463 2464 2400 #side-sortables .category-adder { 2465 2401 margin: 0; 2466 2402 } … … 2469 2405 width: 30%; 2470 2406 } 2471 2407 2472 /* TODO: Review this was a conflict - PJW */2473 #side-sortables .category-add input {2474 width: 94%;2475 }2476 2477 #screen-options-wrap,2478 #contextual-help-wrap {2479 border-style: none solid solid;2480 border-top: 0 none;2481 border-width: 0 1px 1px;2482 margin: 0 15px;2483 padding: 8px 12px 12px;2484 -moz-border-radius: 0 0 4px 4px;2485 -webkit-border-radius: 0 0 4px 4px;2486 -khtml-border-radius: 0 0 4px 4px;2487 border-radius: 0 0 4px 4px;2488 }2489 /* END */2490 2491 2408 #side-sortables .category-add select { 2492 2409 width: 100%; 2493 2410 } … … 2604 2521 word-wrap: break-word; 2605 2522 } 2606 2523 2607 .category-adder h4 {2608 margin-top: 4px;2609 margin-bottom: 0px;2610 }2611 2612 2524 .categorydiv .tabs-panel, 2613 2525 .customlinkdiv .tabs-panel, 2614 2526 .posttypediv .tabs-panel, … … 2755 2667 text-align: justify; 2756 2668 } 2757 2669 2758 /* TODO: Review this was a conflict - PJW */2759 2670 .tagcloud h3 { 2760 2671 margin: 2px 0 12px; 2761 2672 } 2762 2673 2763 .inline-edit-row fieldset ul.cat-checklist label,2764 .inline-edit-row .catshow,2765 .inline-edit-row .cathide,2766 .inline-edit-row #bulk-titles div {2767 font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;2768 font-style: normal;2769 font-size: 11px;2770 }2771 /* END */2772 2773 2674 .ac_results { 2774 2675 padding: 0; 2775 2676 margin: 0; … … 3141 3042 line-height: 2px; 3142 3043 } 3143 3044 3144 /* TODO: Review this was a conflict - PJW */3145 3045 .swfupload { 3146 3046 margin: 5px 10px; 3147 3047 vertical-align: middle; 3148 3048 } 3149 /* END */3150 3049 3050 3151 3051 /*------------------------------------------------------------------------------ 3152 3052 14.2 - Image Editor 3153 3053 ------------------------------------------------------------------------------*/ … … 3433 3333 float: left; 3434 3334 } 3435 3335 3336 .form-table td p { 3337 margin-top: 4px; 3338 } 3339 3436 3340 .form-table table.color-palette { 3437 3341 vertical-align: bottom; 3438 3342 float: left; … … 3697 3601 color: #cfcfcf; 3698 3602 } 3699 3603 3700 h2.nav-tab-wrapper, h3.nav-tab-wrapper {3701 border-bottom: 1px solid #ccc;3702 padding-bottom: 0;3703 }3704 3705 3604 #broken-themes { 3706 3605 text-align: left; 3707 3606 width: 50%; … … 3791 3690 color: #464646; 3792 3691 } 3793 3692 3794 /* TODO: Review this was a conflict - PJW */3795 3693 h2.nav-tab-wrapper, h3.nav-tab-wrapper { 3796 3694 border-bottom: 1px solid #ccc; 3797 3695 padding-bottom: 0; … … 3801 3699 padding: 4px 20px 6px; 3802 3700 font: italic normal normal 24px/35px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 3803 3701 } 3804 /* END */3805 3702 3703 3806 3704 /*------------------------------------------------------------------------------ 3807 3705 17.0 - Plugins 3808 3706 ------------------------------------------------------------------------------*/