| | 1431 | /* one column on the attachment editor screen */ |
| | 1432 | @media only screen and (max-width: 1200px) { |
| | 1433 | .post-type-attachment #poststuff { |
| | 1434 | min-width: 0; |
| | 1435 | } |
| | 1436 | |
| | 1437 | .post-type-attachment #wpbody-content #poststuff #post-body { |
| | 1438 | margin: 0; |
| | 1439 | } |
| | 1440 | |
| | 1441 | .post-type-attachment #wpbody-content #post-body.columns-2 #postbox-container-1 { |
| | 1442 | margin-right: 0; |
| | 1443 | width: 100%; |
| | 1444 | } |
| | 1445 | |
| | 1446 | .post-type-attachment #poststuff #postbox-container-1 .empty-container, |
| | 1447 | .post-type-attachment #poststuff #postbox-container-1 #side-sortables:empty { |
| | 1448 | border: 0 none; |
| | 1449 | height: 0; |
| | 1450 | min-height: 0; |
| | 1451 | } |
| | 1452 | |
| | 1453 | .post-type-attachment #poststuff #post-body.columns-2 #side-sortables { |
| | 1454 | min-height: 0; |
| | 1455 | width: auto; |
| | 1456 | } |
| | 1457 | |
| | 1458 | /* hide the radio buttons for column prefs */ |
| | 1459 | .post-type-attachment .screen-layout, |
| | 1460 | .post-type-attachment .columns-prefs { |
| | 1461 | display: none; |
| | 1462 | } |
| | 1463 | } |
| | 1464 | |