wp/wp-admin/css/forms-rtl.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    31 select {
    31 select {
    32 	margin: 0 1px;
    32 	margin: 0 1px;
    33 }
    33 }
    34 
    34 
    35 textarea.code {
    35 textarea.code {
    36 	padding: 4px 6px 1px 6px;
    36 	padding: 4px 6px 1px;
    37 }
    37 }
    38 
    38 
    39 input[type="text"],
    39 input[type="text"],
    40 input[type="password"],
    40 input[type="password"],
    41 input[type="color"],
    41 input[type="color"],
   998 	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
   998 	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
   999 }
   999 }
  1000 
  1000 
  1001 .pressthis-bookmarklet span {
  1001 .pressthis-bookmarklet span {
  1002 	display: inline-block;
  1002 	display: inline-block;
  1003 	margin: 0px 0 0;
  1003 	margin: 0;
  1004 	padding: 0px 9px 8px 12px;
  1004 	padding: 0 9px 8px 12px;
  1005 }
  1005 }
  1006 
  1006 
  1007 .pressthis-bookmarklet span:before {
  1007 .pressthis-bookmarklet span:before {
  1008 	color: #787c82;
  1008 	color: #787c82;
  1009 	font: normal 20px/1 dashicons;
  1009 	font: normal 20px/1 dashicons;
  1224 .request-filesystem-credentials-form #ssh-keys legend {
  1224 .request-filesystem-credentials-form #ssh-keys legend {
  1225 	font-size: 1.3em;
  1225 	font-size: 1.3em;
  1226 }
  1226 }
  1227 
  1227 
  1228 .request-filesystem-credentials-form .notice {
  1228 .request-filesystem-credentials-form .notice {
  1229 	margin: 0 0 20px 0;
  1229 	margin: 0 0 20px;
  1230 	clear: both;
  1230 	clear: both;
  1231 }
  1231 }
  1232 
  1232 
  1233 /*------------------------------------------------------------------------------
  1233 /*------------------------------------------------------------------------------
  1234    Privacy Policy settings screen
  1234    Privacy Policy settings screen
  1235 ------------------------------------------------------------------------------*/
  1235 ------------------------------------------------------------------------------*/
  1236 .tools-privacy-policy-page form {
  1236 .tools-privacy-policy-page form {
  1237 	margin-bottom: 1.3em;
  1237 	margin-bottom: 1.3em;
  1238 }
  1238 }
  1239 
  1239 
  1240 .tools-privacy-policy-page input.button,
  1240 .tools-privacy-policy-page input.button {
       
  1241 	margin: 0 6px 0 1px;
       
  1242 }
       
  1243 
  1241 .tools-privacy-policy-page select {
  1244 .tools-privacy-policy-page select {
  1242 	margin: 0 6px 0 1px;
  1245 	margin: 0 6px 0.5em 1px;
  1243 }
  1246 }
  1244 
  1247 
  1245 .tools-privacy-edit {
  1248 .tools-privacy-edit {
  1246 	margin: 1.5em 0;
  1249 	margin: 1.5em 0;
  1247 }
  1250 }
  1524 		display: inline;
  1527 		display: inline;
  1525 		padding: 3px 6px;
  1528 		padding: 3px 6px;
  1526 		margin: 0 3px;
  1529 		margin: 0 3px;
  1527 	}
  1530 	}
  1528 
  1531 
       
  1532 	.form-table .regular-text ~ input[type="text"].small-text {
       
  1533 		margin-top: 5px;
       
  1534 	}
       
  1535 
  1529 	#pass-strength-result {
  1536 	#pass-strength-result {
  1530 		width: 100%;
  1537 		width: 100%;
  1531 		box-sizing: border-box;
  1538 		box-sizing: border-box;
  1532 		padding: 8px;
  1539 		padding: 8px;
  1533 	}
  1540 	}
  1558 		line-height: 1.4;
  1565 		line-height: 1.4;
  1559 		font-size: 14px;
  1566 		font-size: 14px;
  1560 	}
  1567 	}
  1561 
  1568 
  1562 	.form-table th {
  1569 	.form-table th {
  1563 		padding: 10px 0 0 0;
  1570 		padding: 10px 0 0;
  1564 		border-bottom: 0;
  1571 		border-bottom: 0;
  1565 	}
  1572 	}
  1566 
  1573 
  1567 	.form-table td {
  1574 	.form-table td {
  1568 		margin-bottom: 0;
  1575 		margin-bottom: 0;
  1569 		padding: 4px 0 6px 0;
  1576 		padding: 4px 0 6px;
  1570 	}
  1577 	}
  1571 
  1578 
  1572 	.form-table.permalink-structure td code {
  1579 	.form-table.permalink-structure td code {
  1573 		margin-right: 32px;
  1580 		margin-right: 32px;
  1574 		display: inline-block;
  1581 		display: inline-block;