Changeset 45248
- Timestamp:
- 04/18/2019 09:42:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r44900 r45248 448 448 449 449 .attachment-details .setting + .description { 450 clear: both; 450 451 font-size: 12px; 451 452 font-style: normal; … … 2387 2388 .attachment-details .setting input[type="url"], 2388 2389 .attachment-details .setting textarea, 2389 .attachment-details .setting select { 2390 .attachment-details .setting select, 2391 .attachment-details .setting + .description { 2390 2392 float: none; 2391 2393 width: 98%; … … 2435 2437 width: 100%; 2436 2438 margin-left: 0; 2439 } 2440 2441 .image-details .embed-media-settings .setting.has-description { 2442 margin-bottom: 5px; 2443 } 2444 2445 .image-details .description { 2446 width: auto; 2447 margin: 0 20px; 2437 2448 } 2438 2449
Note: See TracChangeset
for help on using the changeset viewer.