wp/wp-admin/css/edit.css
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
    69 
    69 
    70 #titlediv #title-prompt-text {
    70 #titlediv #title-prompt-text {
    71 	color: #72777c;
    71 	color: #72777c;
    72 	position: absolute;
    72 	position: absolute;
    73 	font-size: 1.7em;
    73 	font-size: 1.7em;
    74 	padding: 11px 10px;
    74 	padding: 10px;
       
    75 	pointer-events: none;
    75 }
    76 }
    76 
    77 
    77 input#link_description,
    78 input#link_description,
    78 input#link_url {
    79 input#link_url {
    79 	width: 98%;
    80 	width: 98%;
    87 	margin-top: -1px;
    88 	margin-top: -1px;
    88 }
    89 }
    89 
    90 
    90 #edit-slug-box,
    91 #edit-slug-box,
    91 #comment-link-box {
    92 #comment-link-box {
    92 	line-height: 24px;
    93 	line-height: 1.84615384;
    93 	min-height: 25px; /* Yes, line-height + 1 */
    94 	min-height: 25px;
    94 	margin-top: 5px;
    95 	margin-top: 5px;
    95 	padding: 0 10px;
    96 	padding: 0 10px;
    96 	color: #666;
    97 	color: #666;
    97 }
    98 }
    98 
    99 
   144 #post-status-select {
   145 #post-status-select {
   145 	margin-top: 3px;
   146 	margin-top: 3px;
   146 }
   147 }
   147 
   148 
   148 /* Post Screen */
   149 /* Post Screen */
   149 #post-body #normal-sortables {
   150 
   150 	min-height: 50px;
   151 /* Only highlight drop zones when dragging and only in the 2 columns layout. */
       
   152 .is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables {
       
   153 	outline: 3px dashed #606a73;
       
   154 	/* Prevent margin on the child from collapsing with margin on the parent. */
       
   155 	display: flow-root;
       
   156 	/*
       
   157 	 * This min-height is meant to limit jumpiness while dragging. It's equivalent
       
   158 	 * to the minimum height of the sortable-placeholder which is given by the height
       
   159 	 * of a collapsed post box (36px + 1px top and bottom borders) + the placeholder
       
   160 	 * bottom margin (20px) + 2 additional pixels to compensate browsers rounding.
       
   161 	 */
       
   162 	min-height: 60px;
       
   163 	margin-bottom: 20px;
   151 }
   164 }
   152 
   165 
   153 .postbox {
   166 .postbox {
   154 	position: relative;
   167 	position: relative;
   155 	min-width: 255px;
   168 	min-width: 255px;
   156 	border: 1px solid #e5e5e5;
   169 	border: 1px solid #ccd0d4;
   157 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   170 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   158 	background: #fff;
   171 	background: #fff;
   159 }
   172 }
   160 
   173 
   161 #trackback_url {
   174 #trackback_url {
   184 
   197 
   185 ul.category-tabs li,
   198 ul.category-tabs li,
   186 #side-sortables .add-menu-item-tabs li,
   199 #side-sortables .add-menu-item-tabs li,
   187 .wp-tab-bar li {
   200 .wp-tab-bar li {
   188 	display: inline;
   201 	display: inline;
   189 	line-height: 1.35em;
   202 	line-height: 1.35;
   190 }
   203 }
   191 
   204 
   192 .no-js .category-tabs li.hide-if-no-js {
   205 .no-js .category-tabs li.hide-if-no-js {
   193 	display: none;
   206 	display: none;
   194 }
   207 }
   307 }
   320 }
   308 
   321 
   309 #post-status-info {
   322 #post-status-info {
   310 	width: 100%;
   323 	width: 100%;
   311 	border-spacing: 0;
   324 	border-spacing: 0;
   312 	border: 1px solid #e5e5e5;
   325 	border: 1px solid #ccd0d4;
   313 	border-top: none;
   326 	border-top: none;
   314 	background-color: #f7f7f7;
   327 	background-color: #f7f7f7;
   315 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   328 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
   316 	z-index: 999;
   329 	z-index: 999;
   317 }
   330 }
   358 	position: relative;
   371 	position: relative;
   359 }
   372 }
   360 
   373 
   361 .wp-editor-expand #wp-content-editor-tools {
   374 .wp-editor-expand #wp-content-editor-tools {
   362 	z-index: 1000;
   375 	z-index: 1000;
   363 	border-bottom: 1px solid #e5e5e5;
   376 	border-bottom: 1px solid #ccd0d4;
   364 }
   377 }
   365 
   378 
   366 .wp-editor-expand #wp-content-editor-container {
   379 .wp-editor-expand #wp-content-editor-container {
   367 	box-shadow: none;
   380 	box-shadow: none;
   368 	margin-top: -1px;
   381 	margin-top: -1px;
   375 .wp-editor-expand div.mce-statusbar {
   388 .wp-editor-expand div.mce-statusbar {
   376 	z-index: 1;
   389 	z-index: 1;
   377 }
   390 }
   378 
   391 
   379 .wp-editor-expand #post-status-info {
   392 .wp-editor-expand #post-status-info {
   380 	border-top: 1px solid #e5e5e5;
   393 	border-top: 1px solid #ccd0d4;
   381 }
   394 }
   382 
   395 
   383 .wp-editor-expand div.mce-toolbar-grp {
   396 .wp-editor-expand div.mce-toolbar-grp {
   384 	z-index: 999;
   397 	z-index: 999;
   385 }
   398 }
   416 #poststuff #post-body.columns-2 #side-sortables {
   429 #poststuff #post-body.columns-2 #side-sortables {
   417 	width: 280px;
   430 	width: 280px;
   418 }
   431 }
   419 
   432 
   420 #timestampdiv select {
   433 #timestampdiv select {
   421 	height: 21px;
       
   422 	line-height: 14px;
       
   423 	padding: 0;
       
   424 	vertical-align: top;
   434 	vertical-align: top;
   425 	font-size: 12px;
   435 	font-size: 12px;
       
   436 	line-height: 2.33333333; /* 28px */
   426 }
   437 }
   427 
   438 
   428 #aa, #jj, #hh, #mn {
   439 #aa, #jj, #hh, #mn {
   429 	padding: 1px;
   440 	padding: 6px 1px;
   430 	font-size: 12px;
   441 	font-size: 12px;
       
   442 	line-height: 1.16666666; /* 14px */
   431 }
   443 }
   432 
   444 
   433 #jj, #hh, #mn {
   445 #jj, #hh, #mn {
   434 	width: 2em;
   446 	width: 2em;
   435 }
   447 }
   446 
   458 
   447 #post-body .misc-pub-post-status:before,
   459 #post-body .misc-pub-post-status:before,
   448 #post-body #visibility:before,
   460 #post-body #visibility:before,
   449 .curtime #timestamp:before,
   461 .curtime #timestamp:before,
   450 #post-body .misc-pub-revisions:before,
   462 #post-body .misc-pub-revisions:before,
   451 span.wp-media-buttons-icon:before {
   463 #post-body .misc-pub-response-to:before,
       
   464 #post-body .misc-pub-comment-status:before {
   452 	color: #82878c;
   465 	color: #82878c;
   453 }
   466 }
   454 
   467 
   455 #post-body .misc-pub-post-status:before,
   468 #post-body .misc-pub-post-status:before,
   456 #post-body #visibility:before,
   469 #post-body #visibility:before,
   457 .curtime #timestamp:before,
   470 .curtime #timestamp:before,
   458 #post-body .misc-pub-revisions:before {
   471 #post-body .misc-pub-revisions:before,
       
   472 #post-body .misc-pub-response-to:before,
       
   473 #post-body .misc-pub-comment-status:before {
   459 	font: normal 20px/1 dashicons;
   474 	font: normal 20px/1 dashicons;
   460 	speak: none;
   475 	speak: none;
   461 	display: inline-block;
   476 	display: inline-block;
   462 	margin-left: -1px;
   477 	margin-left: -1px;
   463 	padding-right: 3px;
   478 	padding-right: 3px;
   464 	vertical-align: top;
   479 	vertical-align: top;
   465 	-webkit-font-smoothing: antialiased;
   480 	-webkit-font-smoothing: antialiased;
   466 	-moz-osx-font-smoothing: grayscale;
   481 	-moz-osx-font-smoothing: grayscale;
   467 }
   482 }
   468 
   483 
   469 #post-body .misc-pub-post-status:before {
   484 #post-body .misc-pub-post-status:before,
       
   485 #post-body .misc-pub-comment-status:before {
   470 	content: "\f173";
   486 	content: "\f173";
   471 }
   487 }
   472 
   488 
   473 #post-body #visibility:before {
   489 #post-body #visibility:before {
   474 	content: "\f177";
   490 	content: "\f177";
   482 
   498 
   483 #post-body .misc-pub-revisions:before {
   499 #post-body .misc-pub-revisions:before {
   484 	content: "\f321";
   500 	content: "\f321";
   485 }
   501 }
   486 
   502 
       
   503 #post-body .misc-pub-response-to:before {
       
   504 	content: "\f101";
       
   505 }
       
   506 
   487 #timestampdiv {
   507 #timestampdiv {
   488 	padding-top: 5px;
   508 	padding-top: 5px;
   489 	line-height: 23px;
   509 	line-height: 1.76923076;
   490 }
   510 }
   491 
   511 
   492 #timestampdiv p {
   512 #timestampdiv p {
   493 	margin: 8px 0 6px;
   513 	margin: 8px 0 6px;
   494 }
   514 }
   495 
   515 
   496 #timestampdiv input {
   516 #timestampdiv input {
   497 	border-width: 1px;
       
   498 	border-style: solid;
       
   499 	text-align: center;
   517 	text-align: center;
   500 }
   518 }
   501 
   519 
   502 .notification-dialog {
   520 .notification-dialog {
   503 	position: fixed;
   521 	position: fixed;
   578 
   596 
   579 .tagchecklist > li {
   597 .tagchecklist > li {
   580 	float: left;
   598 	float: left;
   581 	margin-right: 25px;
   599 	margin-right: 25px;
   582 	font-size: 13px;
   600 	font-size: 13px;
   583 	line-height: 1.8em;
   601 	line-height: 1.8;
   584 	cursor: default;
   602 	cursor: default;
   585 	max-width: 100%;
   603 	max-width: 100%;
   586 	overflow: hidden;
   604 	overflow: hidden;
   587 	text-overflow: ellipsis;
   605 	text-overflow: ellipsis;
   588 }
   606 }
   610 
   628 
   611 #poststuff .stuffbox h2 {
   629 #poststuff .stuffbox h2 {
   612 	padding: 8px 10px;
   630 	padding: 8px 10px;
   613 }
   631 }
   614 
   632 
       
   633 #poststuff .stuffbox > h2 {
       
   634 	border-bottom: 1px solid #eee;
       
   635 }
       
   636 
   615 #poststuff .inside {
   637 #poststuff .inside {
   616 	margin: 6px 0 0 0;
   638 	margin: 6px 0 0 0;
   617 }
   639 }
   618 
   640 
   619 #poststuff .stuffbox .inside {
   641 #poststuff .stuffbox .inside {
   623 #poststuff .inside #parent_id,
   645 #poststuff .inside #parent_id,
   624 #poststuff .inside #page_template {
   646 #poststuff .inside #page_template {
   625 	max-width: 100%;
   647 	max-width: 100%;
   626 }
   648 }
   627 
   649 
   628 .ie8 #poststuff .inside #parent_id,
       
   629 .ie8 #poststuff .inside #page_template {
       
   630 	width: 250px;
       
   631 }
       
   632 
       
   633 .post-attributes-label-wrapper {
   650 .post-attributes-label-wrapper {
   634 	margin-bottom: 0.5em;
   651 	margin-bottom: 0.5em;
   635 }
   652 }
   636 
   653 
   637 .post-attributes-label {
   654 .post-attributes-label {
   638 	vertical-align: baseline;
   655 	vertical-align: baseline;
   639 	font-weight: 600;
   656 	font-weight: 600;
   640 }
   657 }
   641 
   658 
   642 #post-visibility-select {
   659 #post-visibility-select,
   643 	line-height: 1.5em;
   660 #comment-status-radio {
       
   661 	line-height: 1.5;
   644 	margin-top: 3px;
   662 	margin-top: 3px;
   645 }
   663 }
   646 
   664 
   647 #linksubmitdiv .inside, /* Old Link Manager back-compat. */
   665 #linksubmitdiv .inside, /* Old Link Manager back-compat. */
   648 #poststuff #submitdiv .inside {
   666 #poststuff #submitdiv .inside {
   653 #post-body-content,
   671 #post-body-content,
   654 .edit-form-section {
   672 .edit-form-section {
   655 	margin-bottom: 20px;
   673 	margin-bottom: 20px;
   656 }
   674 }
   657 
   675 
       
   676 .wp_attachment_details .attachment-content-description {
       
   677 	margin-top: 0.5385em;
       
   678 	display: inline-block;
       
   679 	min-height: 1.6923em;
       
   680 }
       
   681 
   658 /* Suggested text for privacy policy */
   682 /* Suggested text for privacy policy */
   659 .wp-privacy-policy-guide {
   683 .wp-privacy-policy-guide {
   660 	max-width: 1000px;
   684 	max-width: 1000px;
   661 }
   685 }
   662 
   686 
   698 .privacy-text-section.text-removed {
   722 .privacy-text-section.text-removed {
   699 	padding-bottom: 12px;
   723 	padding-bottom: 12px;
   700 }
   724 }
   701 
   725 
   702 .text-removed .policy-text {
   726 .text-removed .policy-text {
   703 	font-style: italic;
       
   704 	color: #666;
   727 	color: #666;
   705 	font-weight: 600;
   728 	font-weight: 600;
   706 }
   729 }
   707 
   730 
   708 .privacy-text-actions {
   731 .privacy-text-actions {
       
   732 	display: inline-block;
       
   733 	width: 100%;
   709 	height: 32px;
   734 	height: 32px;
   710 	line-height: 32px;
   735 	line-height: 2.46153846;
   711 	padding-bottom: 6px;
   736 	padding-bottom: 6px;
       
   737 }
       
   738 
       
   739 .privacy-text-actions .success {
       
   740 	display: none;
       
   741 	color: #40860a;
       
   742 	float: right;
       
   743 	padding-right: 1em;
       
   744 }
       
   745 
       
   746 .privacy-text-actions .success.visible {
       
   747 	display: inline-block;
       
   748 	height: 32px;
   712 }
   749 }
   713 
   750 
   714 .wp-privacy-policy-guide .policy-text h2 {
   751 .wp-privacy-policy-guide .policy-text h2 {
   715 	margin: 1.2em 0 1em;
   752 	margin: 1.2em 0 1em;
   716 	padding: 0;
   753 	padding: 0;
   718 
   755 
   719 .suggested-policy-content {
   756 .suggested-policy-content {
   720 	font-style: italic;
   757 	font-style: italic;
   721 }
   758 }
   722 
   759 
   723 .privacy-text-section a.return-to-top {
   760 .privacy-text-section .return-to-top {
   724 	float: right;
   761 	float: right;
   725 	margin-right: -250px;
   762 	margin-right: -250px;
   726 	margin-top: 6px;
   763 	margin-top: 6px;
   727 }
   764 }
   728 
   765 
       
   766 #wpbody:target:before {
       
   767 	content: "";
       
   768 	display: block;
       
   769 	padding-top: 50px;
       
   770 	margin-top: -50px;
       
   771 }
       
   772 
       
   773 .hide-privacy-policy-tutorial {
       
   774 	background-color: #fff;
       
   775 }
       
   776 
       
   777 .hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */
   729 .hide-privacy-policy-tutorial .privacy-policy-tutorial {
   778 .hide-privacy-policy-tutorial .privacy-policy-tutorial {
   730 	visibility: hidden;
   779 	display: none;
   731 }
   780 }
   732 
   781 
   733 .wp-suggested-text p {
   782 .policy-text {
   734 	font-style: italic;
   783 	margin-bottom: 1em;
   735 }
   784 }
   736 
   785 
   737 .wp-suggested-text p.privacy-policy-tutorial {
   786 .policy-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help),
   738 	font-style: normal;
   787 .policy-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) {
       
   788 	background-color: #fff;
       
   789 	margin: 0;
       
   790 	padding: 1em;
       
   791 }
       
   792 
       
   793 .policy-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help),
       
   794 .policy-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) {
       
   795 	padding-top: 0;
       
   796 }
       
   797 
       
   798 .hide-privacy-policy-tutorial > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) {
       
   799 	margin: 1em 0;
       
   800 	padding: 0;
       
   801 }
       
   802 
       
   803 .policy-text ul li,
       
   804 .policy-text ol li {
       
   805 	margin-left: 2em;
       
   806 }
       
   807 
       
   808 .policy-text ul {
       
   809 	list-style: disc;
       
   810 }
       
   811 
       
   812 strong.wp-policy-help, /* For back-compat, see #49282 */
       
   813 strong.privacy-policy-tutorial {
       
   814 	display: block;
       
   815 	margin: 0 0 1em;
   739 }
   816 }
   740 
   817 
   741 .notice.wp-pp-notice {
   818 .notice.wp-pp-notice {
   742 	margin: 15px 0 3px;
   819 	margin: 15px 0 3px;
   743 }
   820 }
   876 	-webkit-font-smoothing: antialiased;
   953 	-webkit-font-smoothing: antialiased;
   877 	-moz-osx-font-smoothing: grayscale;
   954 	-moz-osx-font-smoothing: grayscale;
   878 }
   955 }
   879 
   956 
   880 a.post-format-icon:hover:before {
   957 a.post-format-icon:hover:before {
   881 	color: #00a0d2;
   958 	color: #006799;
   882 }
   959 }
   883 
   960 
   884 #post-formats-select {
   961 #post-formats-select {
   885 	line-height: 2em;
   962 	line-height: 2;
   886 }
   963 }
   887 
   964 
   888 #post-formats-select .post-format-icon::before {
   965 #post-formats-select .post-format-icon::before {
   889 	top: 5px;
   966 	top: 5px;
   890 }
   967 }
   974 
  1051 
   975 div.tabs-panel-inactive {
  1052 div.tabs-panel-inactive {
   976 	display: none;
  1053 	display: none;
   977 }
  1054 }
   978 
  1055 
       
  1056 div.tabs-panel-active:focus {
       
  1057 	box-shadow: inset 0 0 0 1px #5b9dd9, inset 0 0 2px 1px rgba(30, 140, 190, 0.8);
       
  1058 	outline: 0 none;
       
  1059 }
       
  1060 
   979 #front-page-warning,
  1061 #front-page-warning,
   980 #front-static-pages ul,
  1062 #front-static-pages ul,
   981 ul.export-filters,
  1063 ul.export-filters,
   982 .inline-editor ul.cat-checklist ul,
  1064 .inline-editor ul.cat-checklist ul,
   983 .categorydiv ul.categorychecklist ul,
  1065 .categorydiv ul.categorychecklist ul,
   988 }
  1070 }
   989 
  1071 
   990 ul.categorychecklist li {
  1072 ul.categorychecklist li {
   991 	margin: 0;
  1073 	margin: 0;
   992 	padding: 0;
  1074 	padding: 0;
   993 	line-height: 22px;
  1075 	line-height: 1.69230769;
   994 	word-wrap: break-word;
  1076 	word-wrap: break-word;
   995 }
  1077 }
   996 
  1078 
   997 .categorydiv .tabs-panel,
  1079 .categorydiv .tabs-panel,
   998 .customlinkdiv .tabs-panel,
  1080 .customlinkdiv .tabs-panel,
  1018 	border-style: solid;
  1100 	border-style: solid;
  1019 	border-width: 1px;
  1101 	border-width: 1px;
  1020 	width: 95%;
  1102 	width: 95%;
  1021 }
  1103 }
  1022 
  1104 
       
  1105 .form-field select,
       
  1106 .form-field p {
       
  1107 	max-width: 95%;
       
  1108 }
       
  1109 
  1023 p.description,
  1110 p.description,
  1024 .form-wrap p {
  1111 .form-wrap p {
  1025 	margin: 2px 0 5px;
  1112 	margin: 2px 0 5px;
  1026 	color: #666;
  1113 	color: #666;
  1027 }
  1114 }
  1029 p.help,
  1116 p.help,
  1030 p.description,
  1117 p.description,
  1031 span.description,
  1118 span.description,
  1032 .form-wrap p {
  1119 .form-wrap p {
  1033 	font-size: 13px;
  1120 	font-size: 13px;
  1034 	font-style: italic;
  1121 }
       
  1122 
       
  1123 p.description code {
       
  1124 	font-style: normal;
  1035 }
  1125 }
  1036 
  1126 
  1037 .form-wrap .form-field {
  1127 .form-wrap .form-field {
  1038 	margin: 1em 0;
  1128 	margin: 1em 0;
  1039 	padding: 0;
  1129 	padding: 0;
  1040 }
       
  1041 
       
  1042 .form-wrap .form-field #parent {
       
  1043 	max-width: 100%;
       
  1044 }
  1130 }
  1045 
  1131 
  1046 .col-wrap h2 {
  1132 .col-wrap h2 {
  1047 	margin: 12px 0;
  1133 	margin: 12px 0;
  1048 	font-size: 1.1em;
  1134 	font-size: 1.1em;
  1105 	text-align: justify;
  1191 	text-align: justify;
  1106 }
  1192 }
  1107 
  1193 
  1108 .tagcloud h2 {
  1194 .tagcloud h2 {
  1109 	margin: 2px 0 12px;
  1195 	margin: 2px 0 12px;
       
  1196 }
       
  1197 
       
  1198 #poststuff .inside .the-tagcloud {
       
  1199 	margin: 5px 0 10px;
       
  1200 	padding: 8px;
       
  1201 	border: 1px solid #ddd;
       
  1202 	line-height: 1.2;
       
  1203 	word-spacing: 3px;
  1110 }
  1204 }
  1111 
  1205 
  1112 .the-tagcloud ul {
  1206 .the-tagcloud ul {
  1113 	margin: 0;
  1207 	margin: 0;
  1114 }
  1208 }
  1149 
  1243 
  1150 .ac_match {
  1244 .ac_match {
  1151 	text-decoration: underline;
  1245 	text-decoration: underline;
  1152 }
  1246 }
  1153 
  1247 
       
  1248 #addtag .spinner {
       
  1249 	float: none;
       
  1250 	vertical-align: top;
       
  1251 }
       
  1252 
  1154 #edittag {
  1253 #edittag {
  1155 	max-width: 800px;
  1254 	max-width: 800px;
  1156 }
  1255 }
  1157 
  1256 
  1158 .edit-tag-actions {
  1257 .edit-tag-actions {
  1198 }
  1297 }
  1199 
  1298 
  1200 .trash-undo-inside,
  1299 .trash-undo-inside,
  1201 .spam-undo-inside {
  1300 .spam-undo-inside {
  1202 	margin: 1px 8px 1px 0;
  1301 	margin: 1px 8px 1px 0;
  1203 	line-height: 16px;
  1302 	line-height: 1.23076923;
  1204 }
  1303 }
  1205 
  1304 
  1206 .spam-undo-inside .avatar,
  1305 .spam-undo-inside .avatar,
  1207 .trash-undo-inside .avatar {
  1306 .trash-undo-inside .avatar {
  1208 	height: 20px;
  1307 	height: 20px;
  1364 		background-image: url(../images/resize-rtl-2x.gif);
  1463 		background-image: url(../images/resize-rtl-2x.gif);
  1365 		background-position: left bottom;
  1464 		background-position: left bottom;
  1366 	}
  1465 	}
  1367 }
  1466 }
  1368 
  1467 
       
  1468 /*
       
  1469  * The edit attachment screen auto-switches to one column layout when the
       
  1470  * viewport is smaller than 1200 pixels.
       
  1471  */
       
  1472 @media only screen and (max-width: 1200px) {
       
  1473 	.post-type-attachment #poststuff {
       
  1474 		min-width: 0;
       
  1475 	}
       
  1476 
       
  1477 	.post-type-attachment #wpbody-content #poststuff #post-body {
       
  1478 		margin: 0;
       
  1479 	}
       
  1480 
       
  1481 	.post-type-attachment #wpbody-content #post-body.columns-2 #postbox-container-1 {
       
  1482 		margin-right: 0;
       
  1483 		width: 100%;
       
  1484 	}
       
  1485 
       
  1486 	.post-type-attachment #poststuff #postbox-container-1 .empty-container,
       
  1487 	.post-type-attachment #poststuff #postbox-container-1 #side-sortables:empty {
       
  1488 		outline: none;
       
  1489 		height: 0;
       
  1490 		min-height: 0;
       
  1491 	}
       
  1492 
       
  1493 	.post-type-attachment #poststuff #post-body.columns-2 #side-sortables {
       
  1494 		min-height: 0;
       
  1495 		width: auto;
       
  1496 	}
       
  1497 
       
  1498 	.is-dragging-metaboxes.post-type-attachment #post-body .meta-box-sortables {
       
  1499 		outline: none;
       
  1500 		min-height: 0;
       
  1501 		margin-bottom: 0;
       
  1502 	}
       
  1503 
       
  1504 	/* hide the radio buttons for column prefs */
       
  1505 	.post-type-attachment .screen-layout,
       
  1506 	.post-type-attachment .columns-prefs {
       
  1507 		display: none;
       
  1508 	}
       
  1509 }
       
  1510 
  1369 /* one column on the post write/edit screen */
  1511 /* one column on the post write/edit screen */
  1370 @media only screen and (max-width: 850px) {
  1512 @media only screen and (max-width: 850px) {
  1371 	#poststuff {
  1513 	#poststuff {
  1372 		min-width: 0;
  1514 		min-width: 0;
  1373 	}
  1515 	}
  1381 		width: 100%;
  1523 		width: 100%;
  1382 	}
  1524 	}
  1383 
  1525 
  1384 	#poststuff #postbox-container-1 .empty-container,
  1526 	#poststuff #postbox-container-1 .empty-container,
  1385 	#poststuff #postbox-container-1 #side-sortables:empty {
  1527 	#poststuff #postbox-container-1 #side-sortables:empty {
  1386 		border: 0 none;
       
  1387 		height: 0;
  1528 		height: 0;
  1388 		min-height: 0;
  1529 		min-height: 0;
  1389 	}
  1530 	}
  1390 
  1531 
  1391 	#poststuff #post-body.columns-2 #side-sortables {
  1532 	#poststuff #post-body.columns-2 #side-sortables {
  1392 		min-height: 0;
  1533 		min-height: 0;
  1393 		width: auto;
  1534 		width: auto;
       
  1535 	}
       
  1536 
       
  1537 	/* Increase min-height while dragging for the #side-sortables and any potential sortables area with custom ID. */
       
  1538 	.is-dragging-metaboxes #poststuff #postbox-container-1 .empty-container,
       
  1539 	.is-dragging-metaboxes #poststuff #postbox-container-1 #side-sortables:empty,
       
  1540 	.is-dragging-metaboxes #poststuff #post-body.columns-2 #side-sortables,
       
  1541 	.is-dragging-metaboxes #poststuff #post-body.columns-2 .meta-box-sortables {
       
  1542 		height: auto;
       
  1543 		min-height: 60px;
  1394 	}
  1544 	}
  1395 
  1545 
  1396 	/* hide the radio buttons for column prefs */
  1546 	/* hide the radio buttons for column prefs */
  1397 	.screen-layout,
  1547 	.screen-layout,
  1398 	.columns-prefs {
  1548 	.columns-prefs {
  1568 		padding: 10px 20px;
  1718 		padding: 10px 20px;
  1569 	}
  1719 	}
  1570 
  1720 
  1571 	button.wp-switch-editor {
  1721 	button.wp-switch-editor {
  1572 		font-size: 16px;
  1722 		font-size: 16px;
  1573 		line-height: 1em;
  1723 		line-height: 1;
  1574 		margin: 7px 0 0 7px;
  1724 		margin: 7px 0 0 7px;
  1575 		padding: 8px 12px;
  1725 		padding: 8px 12px;
  1576 	}
  1726 	}
  1577 
  1727 
  1578 	#wp-content-media-buttons a {
  1728 	#wp-content-media-buttons a {
  1604 		font-size: 16px;
  1754 		font-size: 16px;
  1605 	}
  1755 	}
  1606 
  1756 
  1607 	#delete-action,
  1757 	#delete-action,
  1608 	#publishing-action {
  1758 	#publishing-action {
  1609 		line-height: 47px;
  1759 		line-height: 3.61538461;
  1610 	}
  1760 	}
  1611 
  1761 
  1612 	#publishing-action .spinner {
  1762 	#publishing-action .spinner {
  1613 		float: none;
  1763 		float: none;
  1614 		margin-top: -2px; /* Half of the Publish button's bottom margin. */
  1764 		margin-top: -2px; /* Half of the Publish button's bottom margin. */
  1640 
  1790 
  1641 	.privacy-text-box-toc {
  1791 	.privacy-text-box-toc {
  1642 		float: none;
  1792 		float: none;
  1643 		width: auto;
  1793 		width: auto;
  1644 		height: 100%;
  1794 		height: 100%;
  1645 	}
  1795 		display: flex;
  1646 
  1796 		flex-direction: column;
  1647 	.privacy-text-section a.return-to-top {
  1797 	}
  1648 		float: none;
  1798 
  1649 		margin: 0;
  1799 	.privacy-text-section .return-to-top {
  1650 	}
  1800 		margin: 2em 0 0;
  1651 }
  1801 	}
       
  1802 }