Ticket #26669: 26669.3.diff
File 26669.3.diff, 9.8 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/wp-admin.css
50 50 51 51 ------------------------------------------------------------------------*/ 52 52 53 /* SPLIT POINT: common */ 54 53 55 /* 2 column liquid layout */ 54 56 #wpwrap { 55 57 height: auto; … … 283 285 color: #888; 284 286 } 285 287 288 /* SPLIT POINT: forms */ 289 286 290 /* include margin and padding in the width calculation of input and textarea */ 287 291 input, 288 292 input[type="text"], … … 421 425 font-family: sans-serif; 422 426 } 423 427 428 /* SPLIT POINT: common */ 429 424 430 /* general */ 425 431 html, 426 432 body { … … 446 452 padding-top: 1px; 447 453 } 448 454 455 /* SPLIT NOTE: login */ 449 456 body.login { 450 457 background: #f1f1f1; 451 458 min-width: 0; … … 456 463 border: 0; 457 464 } 458 465 466 /* SPLIT POINT: forms */ 467 459 468 td, 460 469 textarea, 461 470 input, … … 489 498 line-height: 1.4; 490 499 } 491 500 501 /* SPLIT POINT: common */ 502 492 503 a { 493 504 color: #0074a2; 494 505 -webkit-transition-property: border, background, color; … … 803 814 padding-top: 10px; 804 815 } 805 816 817 /* SPLIT POINT: list tables */ 818 806 819 .plugins tbody th.check-column, 807 820 .plugins tbody { 808 821 padding: 8px 0 0 2px; … … 831 844 padding-top: 11px; 832 845 } 833 846 847 /* SPLIT POINT: common */ 848 834 849 .update-php div.updated, 835 850 .update-php div.error { 836 851 margin-left: 0; … … 874 889 margin: 5px 0 15px; 875 890 } 876 891 892 /* SPLIT NOTE: login */ 877 893 div.updated, 878 894 .login .message, 879 895 .press-this #message { … … 885 901 box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1); 886 902 } 887 903 904 /* SPLIT NOTE: login */ 888 905 div.error, 889 906 .login #login_error { 890 907 border-left: 4px solid #dd3d36; … … 949 966 background-color: #fff; 950 967 } 951 968 969 /* SPLIT POINT: forms */ 970 952 971 textarea, 953 972 input[type="text"], 954 973 input[type="password"], … … 1002 1021 color: #a9a9a9; 1003 1022 } 1004 1023 1024 /* SPLIT POINT: common */ 1025 1005 1026 .sorthelper { 1006 1027 background-color: #ccf3fa; 1007 1028 } … … 1021 1042 border-right-color: #99d; 1022 1043 } 1023 1044 1045 /* SPLIT POINT: forms */ 1046 1024 1047 .form-invalid { 1025 1048 background-color: #ffebe8 !important; 1026 1049 } … … 1034 1057 color: #666; 1035 1058 } 1036 1059 1060 /* SPLIT POINT: common */ 1061 1037 1062 .media-upload-form label.form-help, 1038 1063 td.help { 1039 1064 color: #9a9a9a; … … 1145 1170 transition: all .1s ease-in-out; 1146 1171 } 1147 1172 1173 /* SPLIT POINT: admin menu */ 1174 1148 1175 .icon16.icon-dashboard:before, 1149 1176 #adminmenu .menu-icon-dashboard div.wp-menu-image:before { 1150 1177 content: '\f226'; … … 1241 1268 background-image: none !important; 1242 1269 } 1243 1270 1271 /* SPLIT POINT: common */ 1272 1244 1273 .key-labels label { 1245 1274 line-height: 24px; 1246 1275 } … … 1276 1305 border-bottom: 1px solid #fafafa; 1277 1306 } 1278 1307 1308 /* SPLIT POINT: forms */ 1309 1279 1310 /*------------------------------------------------------------------------------ 1280 1311 2.0 - Forms 1281 1312 ------------------------------------------------------------------------------*/ … … 1334 1365 padding-top: 0; 1335 1366 } 1336 1367 1368 /* SPLIT POINT: common */ 1369 1337 1370 table.widefat span.delete a, 1338 1371 table.widefat span.trash a, 1339 1372 table.widefat span.spam a, … … 1365 1398 border: none; 1366 1399 } 1367 1400 1401 /* SPLIT POINT: edit */ 1402 1368 1403 #minor-publishing-actions input, 1369 1404 #major-publishing-actions input, 1370 1405 #minor-publishing-actions .preview { 1371 1406 text-align: center; 1372 1407 } 1373 1408 1409 /* SPLIT POINT: forms */ 1410 1374 1411 textarea.all-options, 1375 1412 input.all-options { 1376 1413 width: 250px; … … 1556 1593 cursor: pointer; 1557 1594 } 1558 1595 1596 /* SPLIT POINT: common (some is really edit, but let's not worry right now) */ 1597 1559 1598 /*------------------------------------------------------------------------------ 1560 1599 3.0 - Actions 1561 1600 ------------------------------------------------------------------------------*/ … … 1975 2014 overflow: auto; 1976 2015 } 1977 2016 2017 /* SPLIT POINT: admin menu */ 1978 2018 1979 2019 /*------------------------------------------------------------------------------ 1980 2020 7.0 - Main Navigation (Left Menu) … … 2578 2618 2579 2619 } 2580 2620 2621 /* SPLIT POINT: list tables */ 2622 2581 2623 /* List table styles */ 2582 2624 .post-com-count-wrapper { 2583 2625 min-width: 22px; … … 2679 2721 color: #444; 2680 2722 } 2681 2723 2724 /* SPLIT POINT: common */ 2725 2682 2726 /*------------------------------------------------------------------------------ 2683 2727 8.0 - Layout Blocks 2684 2728 ------------------------------------------------------------------------------*/ … … 3047 3091 padding: 0 5px; 3048 3092 } 3049 3093 3094 /* SPLIT POINT: dashboard */ 3050 3095 3051 3096 /*------------------------------------------------------------------------------ 3052 3097 9.0 - Dashboard … … 3154 3199 line-height: 1; 3155 3200 } 3156 3201 3202 /* SPLIT NOTE: these are icons */ 3157 3203 #welcome-panel.welcome-panel .welcome-panel-close::before, 3158 3204 .tagchecklist span a:before, 3159 3205 #bulk-titles div a:before { … … 3807 3853 3808 3854 } 3809 3855 3856 /* SPLIT POINT: list tables */ 3857 3810 3858 /*------------------------------------------------------------------------------ 3811 3859 10.0 - List Posts (/Pages/etc) 3812 3860 ------------------------------------------------------------------------------*/ … … 4503 4551 top: -3px; 4504 4552 } 4505 4553 4554 /* SPLIT POINT: edit */ 4506 4555 4507 4556 /*------------------------------------------------------------------------------ 4508 4557 11.0 - Write/Edit Post Screen … … 5084 5133 padding-right: 10px; 5085 5134 } 5086 5135 5136 /* SPLIT POINT: revisions */ 5137 5087 5138 /*------------------------------------------------------------------------------ 5088 5139 11.2 - Post Revisions 5089 5140 ------------------------------------------------------------------------------*/ … … 5629 5680 right: 0; 5630 5681 } 5631 5682 5683 /* SPLIT POINT: edit */ 5632 5684 5633 5685 /*------------------------------------------------------------------------------ 5634 5686 11.3 - Featured Images … … 5787 5839 content: '\f103'; 5788 5840 } 5789 5841 5842 /* SPLIT POINT: taxonomy */ 5843 5790 5844 /*------------------------------------------------------------------------------ 5791 5845 12.0 - Categories 5792 5846 ------------------------------------------------------------------------------*/ … … 6012 6066 text-decoration: underline; 6013 6067 } 6014 6068 6069 /* SPLIT POINT: links (??) */ 6070 6015 6071 /* links tables */ 6016 6072 table.links-table { 6017 6073 width: 100%; … … 6045 6101 max-width: 280px; 6046 6102 } 6047 6103 6104 /* SPLIT POINT: media */ 6105 6048 6106 /*------------------------------------------------------------------------------ 6049 6107 14.0 - Media Screen 6050 6108 ------------------------------------------------------------------------------*/ … … 6677 6735 padding: 2px 10px; 6678 6736 } 6679 6737 6738 /* SPLIT POINT: comments */ 6739 6680 6740 /*------------------------------------------------------------------------------ 6681 6741 15.0 - Comments Screen 6682 6742 ------------------------------------------------------------------------------*/ … … 6938 6998 background-color: #e4f2fd !important; 6939 6999 } 6940 7000 7001 /* SPLIT POINT: themes */ 6941 7002 6942 7003 /*------------------------------------------------------------------------------ 6943 7004 16.0 - Themes … … 8129 8190 } 8130 8191 } 8131 8192 8193 /* SPLIT POINT: common */ 8194 8132 8195 /* @todo: surely this belongs elsewhere */ 8133 8196 #post-body ul.add-menu-item-tabs li.tabs a { 8134 8197 font-weight: 600; … … 8156 8219 color: #ccc; 8157 8220 } 8158 8221 8222 /* SPLIT POINT: appearance */ 8159 8223 8160 8224 /*------------------------------------------------------------------------------ 8161 8225 16.3 - Custom Header Screen … … 8206 8270 max-height: 300px; 8207 8271 } 8208 8272 8273 /* SPLIT POINT: list tables */ 8209 8274 8210 8275 /*------------------------------------------------------------------------------ 8211 8276 17.0 - Plugins … … 8400 8465 margin: 2.5em 0 8px; 8401 8466 } 8402 8467 8468 /* SPLIT POINT: settings (? but includes users and tools) */ 8403 8469 8404 8470 /*------------------------------------------------------------------------------ 8405 8471 18.0 - Users … … 8573 8639 margin: -3px 3px; 8574 8640 } 8575 8641 8642 /* SPLIT POINT: common */ 8643 8576 8644 /*------------------------------------------------------------------------------ 8577 8645 21.0 - Admin Footer 8578 8646 ------------------------------------------------------------------------------*/ … … 8605 8673 text-decoration: underline; 8606 8674 } 8607 8675 8676 /* SPLIT POINT: about */ 8677 8608 8678 /*------------------------------------------------------------------------------ 8609 8679 22.0 - About Pages 8610 8680 ------------------------------------------------------------------------------*/ … … 8952 9022 margin: 0.6em 0; 8953 9023 } 8954 9024 9025 /* SPLIT POINT: appearance */ 9026 8955 9027 /*------------------------------------------------------------------------------ 8956 9028 23.0 - Full Overlay w/ Sidebar 8957 9029 ------------------------------------------------------------------------------*/ … … 9304 9376 background-size: 20px 20px; 9305 9377 } 9306 9378 9379 /* SPLIT POINT: common */ 9307 9380 9308 9381 /*------------------------------------------------------------------------------ 9309 9382 25.0 - Tabbed Admin Screen Interface (Experimental) … … 9710 9783 display: inline; 9711 9784 } 9712 9785 9786 /* SPLIT POINT: localization */ 9787 9713 9788 /*------------------------------------------------------------------------------ 9714 9789 27.0 - Localization 9715 9790 ------------------------------------------------------------------------------*/ … … 9733 9808 font-weight: bold; 9734 9809 } 9735 9810 9811 /* SPLIT POINT: dashboard */ 9736 9812 9737 9813 /*----------------------------------------------------------------------------- 9738 9814 MERGED … … 9974 10050 font-size: 16px; 9975 10051 } 9976 10052 10053 /* SPLIT POINT: login */ 9977 10054 9978 10055 /* login */ 9979 10056 … … 10156 10233 margin: 0; 10157 10234 } 10158 10235 10236 /* SPLIT POINT: list tables */ 10237 10159 10238 /* ms */ 10160 10239 /* Background Color for Site Status */ 10161 10240 .wp-list-table .site-deleted { … … 10171 10250 background: #fecac2; 10172 10251 } 10173 10252 10253 /* SPLIT POINT: nav menus */ 10254 10174 10255 /* nav-menu */ 10175 10256 10176 10257 .no-js #message { … … 10916 10997 display: block; 10917 10998 } 10918 10999 11000 /* SPLIT POINT: common */ 11001 10919 11002 /* Star Ratings - Back-compat for pre-3.8 */ 10920 11003 div.star-holder { 10921 11004 position: relative; … … 11590 11673 line-height: 180%; 11591 11674 } 11592 11675 11676 /* SPLIT POINT: themes */ 11677 11593 11678 .feature-filter { 11594 11679 padding: 8px 12px 0; 11595 11680 } … … 11607 11692 width: 150px; 11608 11693 } 11609 11694 11695 /* SPLIT POINT: widgets */ 11696 11610 11697 /* General Widgets Styles */ 11611 11698 11612 11699 .widget { … … 12151 12238 cursor: pointer; 12152 12239 } 12153 12240 12241 /* SPLIT POINT: common */ 12242 12154 12243 /* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */ 12155 12244 .ui-sortable, 12156 12245 .ui-draggable { … … 12486 12575 12487 12576 } 12488 12577 12578 /* SPLIT POINT: localization */ 12579 12489 12580 /* =Localized CSS 12490 12581 -------------------------------------------------------------- */ 12491 12582 … … 12564 12655 margin-left: 8em; 12565 12656 } 12566 12657 12658 /* SPLIT POINT: common */ 12567 12659 12568 12660 @-ms-viewport { 12569 12661 width: device-width;