wp/wp-admin/css/media-rtl.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   247 }
   247 }
   248 
   248 
   249 .media-upload-form .media-item.error,
   249 .media-upload-form .media-item.error,
   250 .media-upload-form .media-item .error {
   250 .media-upload-form .media-item .error {
   251 	width: auto;
   251 	width: auto;
   252 	margin: 0 0 1px 0;
   252 	margin: 0 0 1px;
   253 }
   253 }
   254 
   254 
   255 .media-upload-form .media-item .error {
   255 .media-upload-form .media-item .error {
   256 	padding: 10px 14px 10px 0;
   256 	padding: 10px 14px 10px 0;
   257 	min-height: 50px;
   257 	min-height: 50px;
   504 	margin: 12px 0;
   504 	margin: 12px 0;
   505 	padding: 4px 0 0;
   505 	padding: 4px 0 0;
   506 	border: none;
   506 	border: none;
   507 	box-shadow: none;
   507 	box-shadow: none;
   508 	background: none;
   508 	background: none;
   509 }
       
   510 
       
   511 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors {
       
   512 	top: -10px;
       
   513 	left: -14px;
       
   514 	padding: 10px;
       
   515 }
       
   516 
       
   517 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:before {
       
   518 	content: "\f153";
       
   519 	display: block;
       
   520 	font: normal 16px/1 dashicons;
       
   521 	color: #787c82;
       
   522 }
       
   523 
       
   524 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,
       
   525 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before {
       
   526 	color: #d63638;
       
   527 }
   509 }
   528 
   510 
   529 .upload-php .mode-grid .media-sidebar .media-uploader-status.errors h2 {
   511 .upload-php .mode-grid .media-sidebar .media-uploader-status.errors h2 {
   530 	display: none;
   512 	display: none;
   531 }
   513 }
   758 	overflow: auto;
   740 	overflow: auto;
   759 	top: 0;
   741 	top: 0;
   760 	bottom: 0;
   742 	bottom: 0;
   761 	left: 0;
   743 	left: 0;
   762 	right: 0;
   744 	right: 0;
   763 	box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
   745 	box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.1);
   764 }
   746 }
   765 
   747 
   766 .edit-attachment-frame .attachment-media-view {
   748 .edit-attachment-frame .attachment-media-view {
   767 	float: right;
   749 	float: right;
   768 	width: 65%;
   750 	width: 65%;
   809 	box-sizing: border-box;
   791 	box-sizing: border-box;
   810 	margin-bottom: 0;
   792 	margin-bottom: 0;
   811 	padding: 12px 16px 0;
   793 	padding: 12px 16px 0;
   812 	width: 35%;
   794 	width: 35%;
   813 	height: 100%;
   795 	height: 100%;
   814 	box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
   796 	box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.1);
   815 	border-bottom: 0;
   797 	border-bottom: 0;
   816 	border-right: 1px solid #dcdcde;
   798 	border-right: 1px solid #dcdcde;
   817 	background: #f6f7f7;
   799 	background: #f6f7f7;
   818 }
   800 }
   819 
   801 
  1285 	}
  1267 	}
  1286 
  1268 
  1287 	.copy-to-clipboard-container .success {
  1269 	.copy-to-clipboard-container .success {
  1288 		font-size: 14px;
  1270 		font-size: 14px;
  1289 	}
  1271 	}
       
  1272 
       
  1273 	/* Restructure image editor on narrow viewports. */
       
  1274 	.imgedit-crop-wrap img{
       
  1275 		width: 100%;
       
  1276 	}
       
  1277 
       
  1278 	.media-modal .imgedit-wrap .imgedit-panel-content,
       
  1279 	.media-modal .imgedit-wrap .imgedit-settings {
       
  1280 		position: initial !important;
       
  1281 	}
       
  1282 
       
  1283 	.media-modal .imgedit-wrap .imgedit-settings {
       
  1284 		box-sizing: border-box;
       
  1285 		width: 100% !important;
       
  1286 	}
       
  1287 
       
  1288 	.imgedit-settings .imgedit-scale-button-wrapper {
       
  1289 		display: inline-block;
       
  1290 	}
  1290 }
  1291 }
  1291 
  1292 
  1292 @media only screen and (max-width: 600px) {
  1293 @media only screen and (max-width: 600px) {
  1293 	.media-item-wrapper {
  1294 	.media-item-wrapper {
  1294 		grid-template-columns: 1fr;
  1295 		grid-template-columns: 1fr;