wp/wp-admin/css/list-tables-rtl.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   381 	margin-right: 70px; /* 60px image + margin */
   381 	margin-right: 70px; /* 60px image + margin */
   382 }
   382 }
   383 
   383 
   384 table.media .column-title .filename {
   384 table.media .column-title .filename {
   385 	margin-bottom: 0.2em;
   385 	margin-bottom: 0.2em;
       
   386 }
       
   387 
       
   388 /* Media Copy to clipboard row action */
       
   389 .media .row-actions .copy-to-clipboard-container {
       
   390 	display: inline;
       
   391 	position: relative;
       
   392 }
       
   393 
       
   394 .media .row-actions .copy-to-clipboard-container .success {
       
   395 	position: absolute;
       
   396 	right: 50%;
       
   397 	transform: translate(50%, -100%);
       
   398 	background: #000;
       
   399 	color: #fff;
       
   400 	border-radius: 5px;
       
   401 	margin: 0;
       
   402 	padding: 2px 5px;
   386 }
   403 }
   387 
   404 
   388 /* @todo: pick a consistent list table selector */
   405 /* @todo: pick a consistent list table selector */
   389 .wp-list-table a {
   406 .wp-list-table a {
   390 	transition: none;
   407 	transition: none;
   796 	margin-left: 10px;
   813 	margin-left: 10px;
   797 	margin-top: 1px;
   814 	margin-top: 1px;
   798 }
   815 }
   799 
   816 
   800 .row-actions {
   817 .row-actions {
   801 	color: #dcdcde;
   818 	color: #a7aaad;
   802 	font-size: 13px;
   819 	font-size: 13px;
   803 	padding: 2px 0 0;
   820 	padding: 2px 0 0;
   804 	position: relative;
   821 	position: relative;
   805 	right: -9999em;
   822 	right: -9999em;
   806 }
   823 }
   840 */
   857 */
   841 
   858 
   842 /*	Layout */
   859 /*	Layout */
   843 
   860 
   844 #wpbody-content .inline-edit-row fieldset {
   861 #wpbody-content .inline-edit-row fieldset {
   845 	font-size: 12px;
       
   846 	float: right;
   862 	float: right;
   847 	margin: 0;
   863 	margin: 0;
       
   864 	padding: 0 0 0 12px;
       
   865 	width: 100%;
       
   866 	box-sizing: border-box;
       
   867 }
       
   868 
       
   869 #wpbody-content .inline-edit-row td fieldset:last-of-type {
       
   870 	padding-left: 0;
       
   871 }
       
   872 
       
   873 tr.inline-edit-row td {
   848 	padding: 0;
   874 	padding: 0;
   849 	width: 100%;
   875 	/* Prevents the focus style on .inline-edit-wrapper from being cutted-off */
   850 }
   876 	position: relative;
   851 
   877 }
   852 tr.inline-edit-row td,
   878 
   853 #wpbody-content .inline-edit-row fieldset .inline-edit-col {
   879 .inline-edit-wrapper {
   854 	padding: 0 0.5em;
   880 	display: flow-root;
       
   881 	padding: 0 12px;
       
   882 	border: 1px solid transparent;
       
   883 	border-radius: 4px;
       
   884 }
       
   885 
       
   886 .inline-edit-wrapper:focus {
       
   887 	border-color: #2271b1;
       
   888 	box-shadow: 0 0 0 1px #2271b1;
       
   889 	/* Only visible in Windows High Contrast mode */
       
   890 	outline: 2px solid transparent;
   855 }
   891 }
   856 
   892 
   857 #wpbody-content .quick-edit-row-post .inline-edit-col-left {
   893 #wpbody-content .quick-edit-row-post .inline-edit-col-left {
   858 	width: 40%;
   894 	width: 40%;
   859 }
   895 }
   870 	width: 50%;
   906 	width: 50%;
   871 }
   907 }
   872 
   908 
   873 #wpbody-content .quick-edit-row-page .inline-edit-col-right,
   909 #wpbody-content .quick-edit-row-page .inline-edit-col-right,
   874 #wpbody-content .bulk-edit-row-post .inline-edit-col-right {
   910 #wpbody-content .bulk-edit-row-post .inline-edit-col-right {
   875 	width: 49%;
   911 	width: 50%;
   876 }
   912 }
   877 
   913 
   878 #wpbody-content .bulk-edit-row .inline-edit-col-left {
   914 #wpbody-content .bulk-edit-row .inline-edit-col-left {
   879 	width: 30%;
   915 	width: 30%;
   880 }
   916 }
   896 	clear: both;
   932 	clear: both;
   897 	line-height: 2.5;
   933 	line-height: 2.5;
   898 }
   934 }
   899 
   935 
   900 .inline-edit-row .submit {
   936 .inline-edit-row .submit {
       
   937 	display: flex;
       
   938 	flex-wrap: wrap;
       
   939 	align-items: center;
   901 	clear: both;
   940 	clear: both;
   902 	padding: 0.5em;
   941 	margin: 0;
   903 	margin: 0.5em 0 0;
   942 	padding: 0.5em 0 1em;
       
   943 }
       
   944 
       
   945 .inline-edit-save.submit .button {
       
   946 	margin-left: 8px;
       
   947 }
       
   948 
       
   949 .inline-edit-save .spinner {
       
   950 	float: none;
       
   951 	margin: 0;
   904 }
   952 }
   905 
   953 
   906 .inline-edit-row .notice-error {
   954 .inline-edit-row .notice-error {
       
   955 	box-sizing: border-box;
       
   956 	min-width: 100%;
   907 	margin-top: 1em;
   957 	margin-top: 1em;
   908 }
   958 }
   909 
   959 
   910 .inline-edit-row .notice-error .error {
   960 .inline-edit-row .notice-error .error {
   911 	margin: 0.5em 0;
   961 	margin: 0.5em 0;
   915 /*	Positioning */
   965 /*	Positioning */
   916 
   966 
   917 /* Needs higher specificity for the padding */
   967 /* Needs higher specificity for the padding */
   918 #the-list .inline-edit-row .inline-edit-legend {
   968 #the-list .inline-edit-row .inline-edit-legend {
   919 	margin: 0;
   969 	margin: 0;
   920 	padding: 0.2em 0.5em 0;
   970 	padding: 0.2em 0;
   921 	line-height: 2.5;
   971 	line-height: 2.5;
   922 	font-weight: 600;
   972 	font-weight: 600;
   923 }
       
   924 
       
   925 #the-list #bulk-edit.inline-edit-row .inline-edit-legend {
       
   926 	padding: 0.2em 0.5em;
       
   927 }
   973 }
   928 
   974 
   929 .inline-edit-row fieldset span.title,
   975 .inline-edit-row fieldset span.title,
   930 .inline-edit-row fieldset span.checkbox-title {
   976 .inline-edit-row fieldset span.checkbox-title {
   931 	margin: 0;
   977 	margin: 0;
  1030 
  1076 
  1031 .inline-edit-row fieldset label input.inline-edit-password-input {
  1077 .inline-edit-row fieldset label input.inline-edit-password-input {
  1032 	width: 8em;
  1078 	width: 8em;
  1033 }
  1079 }
  1034 
  1080 
  1035 ul.cat-checklist {
  1081 #bulk-titles-list,
  1036 	height: 12em;
  1082 #bulk-titles-list li,
  1037 	border: solid 1px #dcdcde;
       
  1038 	overflow-y: scroll;
       
  1039 	padding: 0 5px;
       
  1040 	margin: 0;
       
  1041 	background-color: #fff;
       
  1042 }
       
  1043 
       
  1044 #bulk-titles {
       
  1045 	display: block;
       
  1046 	height: 12em;
       
  1047 	border: 1px solid #dcdcde;
       
  1048 	overflow-y: scroll;
       
  1049 	padding: 0 5px;
       
  1050 	margin: 0 0 5px;
       
  1051 }
       
  1052 
       
  1053 .inline-edit-row fieldset ul.cat-checklist li,
  1083 .inline-edit-row fieldset ul.cat-checklist li,
  1054 .inline-edit-row fieldset ul.cat-checklist input {
  1084 .inline-edit-row fieldset ul.cat-checklist input {
  1055 	margin: 0;
  1085 	margin: 0;
  1056 	position: relative; /* RTL fix, #WP27629 */
  1086 	position: relative; /* RTL fix, #WP27629 */
  1057 }
  1087 }
  1058 
  1088 
  1059 .inline-edit-row fieldset ul.cat-checklist label,
  1089 .inline-edit-row fieldset ul.cat-checklist input {
  1060 .inline-edit-row #bulk-titles div {
  1090 	margin-top: -1px;
  1061 	font-style: normal;
  1091 	margin-right: 3px;
  1062 	font-size: 11px;
       
  1063 }
  1092 }
  1064 
  1093 
  1065 .inline-edit-row fieldset label input.inline-edit-menu-order-input {
  1094 .inline-edit-row fieldset label input.inline-edit-menu-order-input {
  1066 	width: 3em;
  1095 	width: 3em;
  1067 }
  1096 }
  1077 
  1106 
  1078 .quick-edit-row-post fieldset label.inline-edit-status {
  1107 .quick-edit-row-post fieldset label.inline-edit-status {
  1079 	float: right;
  1108 	float: right;
  1080 }
  1109 }
  1081 
  1110 
  1082 #bulk-titles {
  1111 #bulk-titles,
  1083 	line-height: 140%;
  1112 ul.cat-checklist {
  1084 }
  1113 	height: 14em;
  1085 #bulk-titles div {
  1114 	border: 1px solid #ddd;
  1086 	margin: 0.2em 0.3em;
  1115 	margin: 0 0 5px;
  1087 }
  1116 	padding: 0.2em 5px;
  1088 
  1117 	overflow-y: scroll;
  1089 #bulk-titles div a {
  1118 }
  1090 	cursor: pointer;
  1119 
  1091 	display: block;
  1120 #bulk-titles .ntdelbutton,
  1092 	float: right;
  1121 #bulk-titles .ntdeltitle,
  1093 	height: 18px;
  1122 .inline-edit-row fieldset ul.cat-checklist label {
  1094 	margin: 0 -2px 0 3px;
  1123 	display: inline-block;
  1095 	overflow: hidden;
  1124 	margin: 0;
  1096 	position: relative;
  1125 	padding: 3px 0;
  1097 	width: 20px;
  1126 	line-height: 20px;
  1098 }
  1127 	vertical-align: top;
  1099 
  1128 }
  1100 #bulk-titles div a:before {
  1129 
  1101 	position: relative;
  1130 #bulk-titles .ntdelitem {
  1102 	top: -3px;
  1131 	padding-right: 23px;
       
  1132 }
       
  1133 
       
  1134 #bulk-titles .ntdelbutton {
       
  1135 	width: 26px;
       
  1136 	height: 26px;
       
  1137 	margin: 0 -26px 0 0;
       
  1138 	text-align: center;
       
  1139 	border-radius: 3px;
       
  1140 }
       
  1141 
       
  1142 #bulk-titles .ntdelbutton:before {
       
  1143 	display: inline-block;
       
  1144 	vertical-align: top;
       
  1145 }
       
  1146 
       
  1147 #bulk-titles .ntdelbutton:focus {
       
  1148 	box-shadow: 0 0 0 2px #3582c4;
       
  1149 	/* Only visible in Windows High Contrast mode */
       
  1150 	outline: 2px solid transparent;
       
  1151 	/* Reset inherited offset from Gutenberg */
       
  1152 	outline-offset: 0;
  1103 }
  1153 }
  1104 
  1154 
  1105 /*------------------------------------------------------------------------------
  1155 /*------------------------------------------------------------------------------
  1106   17.0 - Plugins
  1156   17.0 - Plugins
  1107 ------------------------------------------------------------------------------*/
  1157 ------------------------------------------------------------------------------*/
  1251 }
  1301 }
  1252 
  1302 
  1253 .plugins .second,
  1303 .plugins .second,
  1254 .plugins .row-actions {
  1304 .plugins .row-actions {
  1255 	padding: 0 0 5px;
  1305 	padding: 0 0 5px;
       
  1306 }
       
  1307 
       
  1308 .plugins .row-actions {
       
  1309 	white-space: normal;
       
  1310 	min-width: 12em;
  1256 }
  1311 }
  1257 
  1312 
  1258 .plugins .update .second,
  1313 .plugins .update .second,
  1259 .plugins .update .row-actions,
  1314 .plugins .update .row-actions,
  1260 .plugins .updated .second,
  1315 .plugins .updated .second,
  1551 	content: "\f147";
  1606 	content: "\f147";
  1552 	color: #007017;
  1607 	color: #007017;
  1553 }
  1608 }
  1554 
  1609 
  1555 .plugin-card .notice {
  1610 .plugin-card .notice {
  1556 	margin: 20px 20px 0 20px;
  1611 	margin: 20px 20px 0;
  1557 }
  1612 }
  1558 
  1613 
  1559 .plugin-icon {
  1614 .plugin-icon {
  1560 	position: absolute;
  1615 	position: absolute;
  1561 	top: 20px;
  1616 	top: 20px;
  1642 	.tablenav {
  1697 	.tablenav {
  1643 		height: auto;
  1698 		height: auto;
  1644 	}
  1699 	}
  1645 
  1700 
  1646 	.tablenav.top {
  1701 	.tablenav.top {
  1647 		margin: 20px 0 5px 0;
  1702 		margin: 20px 0 5px;
  1648 	}
  1703 	}
  1649 
  1704 
  1650 	.tablenav.bottom {
  1705 	.tablenav.bottom {
  1651 		position: relative;
  1706 		position: relative;
  1652 		margin-top: 15px;
  1707 		margin-top: 15px;
  1908 	#wpbody-content .bulk-edit-row .inline-edit-col-left,
  1963 	#wpbody-content .bulk-edit-row .inline-edit-col-left,
  1909 	#wpbody-content .bulk-edit-row-page .inline-edit-col-right,
  1964 	#wpbody-content .bulk-edit-row-page .inline-edit-col-right,
  1910 	#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
  1965 	#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
  1911 		float: none;
  1966 		float: none;
  1912 		width: 100%;
  1967 		width: 100%;
       
  1968 		padding: 0;
       
  1969 	}
       
  1970 
       
  1971 	#the-list .inline-edit-row .inline-edit-legend,
       
  1972 	.inline-edit-row span.title {
       
  1973 		font-size: 16px;
       
  1974 	}
       
  1975 
       
  1976 	.inline-edit-row p.howto {
       
  1977 		font-size: 14px;
       
  1978 	}
       
  1979 
       
  1980 	#wpbody-content .inline-edit-row-page .inline-edit-col-right {
       
  1981 		margin-top: 0;
  1913 	}
  1982 	}
  1914 
  1983 
  1915 	#wpbody-content .quick-edit-row fieldset .inline-edit-col label,
  1984 	#wpbody-content .quick-edit-row fieldset .inline-edit-col label,
  1916 	#wpbody-content .quick-edit-row fieldset .inline-edit-group label,
  1985 	#wpbody-content .quick-edit-row fieldset .inline-edit-group label,
  1917 	#wpbody-content .bulk-edit-row fieldset .inline-edit-col label,
  1986 	#wpbody-content .bulk-edit-row fieldset .inline-edit-col label,
  1935 		font-size: 16px;
  2004 		font-size: 16px;
  1936 		line-height: 2;
  2005 		line-height: 2;
  1937 		padding: 3px 4px;
  2006 		padding: 3px 4px;
  1938 	}
  2007 	}
  1939 
  2008 
  1940 	.inline-edit-row fieldset ul.cat-checklist label,
  2009 	#bulk-titles .ntdelbutton,
  1941 	.inline-edit-row #bulk-titles div {
  2010 	#bulk-titles .ntdeltitle,
       
  2011 	.inline-edit-row fieldset ul.cat-checklist label {
       
  2012 		padding: 6px 0;
  1942 		font-size: 16px;
  2013 		font-size: 16px;
       
  2014 		line-height: 28px;
       
  2015 	}
       
  2016 
       
  2017 	#bulk-titles .ntdelitem {
       
  2018 		padding-right: 37px;
       
  2019 	}
       
  2020 
       
  2021 	#bulk-titles .ntdelbutton {
       
  2022 		width: 40px;
       
  2023 		height: 40px;
       
  2024 		margin: 0 -40px 0 0;
       
  2025 		overflow: hidden;
       
  2026 	}
       
  2027 
       
  2028 	#bulk-titles .ntdelbutton:before {
       
  2029 		font-size: 20px;
       
  2030 		line-height: 28px;
  1943 	}
  2031 	}
  1944 
  2032 
  1945 	.inline-edit-row fieldset label span.title,
  2033 	.inline-edit-row fieldset label span.title,
  1946 	.inline-edit-row fieldset.inline-edit-date legend {
  2034 	.inline-edit-row fieldset.inline-edit-date legend {
  1947 		float: none;
  2035 		float: none;
  1948 	}
       
  1949 
       
  1950 	.inline-edit-row fieldset label.inline-edit-tags {
       
  1951 		padding: 0 0.5em;
       
  1952 	}
  2036 	}
  1953 
  2037 
  1954 	.inline-edit-row fieldset .inline-edit-col label.inline-edit-tags {
  2038 	.inline-edit-row fieldset .inline-edit-col label.inline-edit-tags {
  1955 		padding: 0;
  2039 		padding: 0;
  1956 	}
  2040 	}
  1976 		width: 100%;
  2060 		width: 100%;
  1977 	}
  2061 	}
  1978 
  2062 
  1979 	#edithead label {
  2063 	#edithead label {
  1980 		display: block;
  2064 		display: block;
  1981 	}
       
  1982 
       
  1983 	#bulk-titles div {
       
  1984 		margin: 0.8em 0.3em;
       
  1985 	}
       
  1986 
       
  1987 	#bulk-titles div a {
       
  1988 		height: 22px;
       
  1989 	}
  2065 	}
  1990 
  2066 
  1991 	/* Updates */
  2067 	/* Updates */
  1992 	#wpbody-content .updates-table .plugin-title {
  2068 	#wpbody-content .updates-table .plugin-title {
  1993 		width: auto;
  2069 		width: auto;