equal
deleted
inserted
replaced
721 .privacy-settings #wpcontent, |
721 .privacy-settings #wpcontent, |
722 .privacy-settings.auto-fold #wpcontent, |
722 .privacy-settings.auto-fold #wpcontent, |
723 .site-health #wpcontent, |
723 .site-health #wpcontent, |
724 .site-health.auto-fold #wpcontent { |
724 .site-health.auto-fold #wpcontent { |
725 padding-left: 0; |
725 padding-left: 0; |
|
726 } |
|
727 |
|
728 /* Better position for the WordPress admin notices. */ |
|
729 .privacy-settings .notice, |
|
730 .site-health .notice { |
|
731 margin: 25px 20px 15px 22px; |
|
732 } |
|
733 |
|
734 .privacy-settings .notice ~ .notice, |
|
735 .site-health .notice ~ .notice { |
|
736 margin-top: 5px; |
726 } |
737 } |
727 |
738 |
728 /* Emulates .wrap h1 styling */ |
739 /* Emulates .wrap h1 styling */ |
729 .privacy-settings-header h1, |
740 .privacy-settings-header h1, |
730 .health-check-header h1 { |
741 .health-check-header h1 { |
962 display: block; |
973 display: block; |
963 } |
974 } |
964 |
975 |
965 .privacy-settings-accordion-actions .success { |
976 .privacy-settings-accordion-actions .success { |
966 display: none; |
977 display: none; |
967 color: #008a20; |
978 color: #007017; |
968 padding-right: 1em; |
979 padding-right: 1em; |
969 padding-top: 6px; |
980 padding-top: 6px; |
970 } |
981 } |
971 |
982 |
972 .privacy-settings-accordion-actions .success.visible { |
983 .privacy-settings-accordion-actions .success.visible { |
1055 border: 0 none; |
1066 border: 0 none; |
1056 float: none; |
1067 float: none; |
1057 padding: 0 8px 8px; |
1068 padding: 0 8px 8px; |
1058 } |
1069 } |
1059 |
1070 |
|
1071 #postcustom #postcustomstuff .add-custom-field { |
|
1072 padding: 12px 8px 8px; |
|
1073 } |
|
1074 |
1060 #side-sortables #postcustom #postcustomstuff .submit { |
1075 #side-sortables #postcustom #postcustomstuff .submit { |
1061 margin: 0; |
1076 margin: 0; |
1062 padding: 0; |
1077 padding: 0; |
1063 } |
1078 } |
1064 |
1079 |
1105 #postcustomstuff .submit input { |
1120 #postcustomstuff .submit input { |
1106 margin: 0; |
1121 margin: 0; |
1107 width: auto; |
1122 width: auto; |
1108 } |
1123 } |
1109 |
1124 |
1110 #postcustomstuff #newmetaleft a { |
1125 #postcustomstuff #newmetaleft a, |
|
1126 #postcustomstuff #newmeta-button { |
1111 display: inline-block; |
1127 display: inline-block; |
1112 margin: 0 8px 8px; |
1128 margin: 0 8px 8px; |
1113 text-decoration: none; |
1129 text-decoration: none; |
1114 } |
1130 } |
1115 |
1131 |
1275 div.tabs-panel-inactive { |
1291 div.tabs-panel-inactive { |
1276 display: none; |
1292 display: none; |
1277 } |
1293 } |
1278 |
1294 |
1279 div.tabs-panel-active:focus { |
1295 div.tabs-panel-active:focus { |
1280 box-shadow: inset 0 0 0 1px #4f94d4, inset 0 0 2px 1px rgba(79, 148, 212, 0.8); |
1296 box-shadow: inset 0 0 0 2px #2271b1; |
1281 outline: 0 none; |
1297 /* Only visible in Windows High Contrast mode */ |
|
1298 outline: 2px solid transparent; |
1282 } |
1299 } |
1283 |
1300 |
1284 #front-page-warning, |
1301 #front-page-warning, |
1285 #front-static-pages ul, |
1302 #front-static-pages ul, |
1286 ul.export-filters, |
1303 ul.export-filters, |
1670 |
1687 |
1671 /** |
1688 /** |
1672 * HiDPI Displays |
1689 * HiDPI Displays |
1673 */ |
1690 */ |
1674 @media print, |
1691 @media print, |
1675 (-webkit-min-device-pixel-ratio: 1.25), |
|
1676 (min-resolution: 120dpi) { |
1692 (min-resolution: 120dpi) { |
1677 #content-resize-handle, |
1693 #content-resize-handle, |
1678 #post-body .wp_themeSkin .mceStatusbar a.mceResize { |
1694 #post-body .wp_themeSkin .mceStatusbar a.mceResize { |
1679 background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom; |
1695 background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom; |
1680 background-size: 11px 11px; |
1696 background-size: 11px 11px; |