node-add.css 451 B

123456789101112131415
  1. /**
  2. * Widescreen
  3. *
  4. * Both of the following media queries must *exactly* match what is in
  5. * node.module.css. This is rather crazy.
  6. *
  7. * @todo Figure out how to reduce media query duplication across files
  8. * and modules. Layout styles only allowed in themes?
  9. */
  10. @media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
  11. .node-form-layout .messages {
  12. margin-top: 1em;
  13. margin-bottom: 1em;
  14. }
  15. }