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