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