Version 1
[yaffs-website] / web / core / themes / seven / css / layout / node-add.css
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
11   screen and (min-width: 780px),
12   (orientation: landscape) and (min-device-height: 780px) {
13   .node-form-layout .messages {
14     margin-top: 1em;
15     margin-bottom: 1em;
16   }
17 }