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