Security update for Core, with self-updated composer
[yaffs-website] / web / core / themes / seven / css / layout / node-add.css
1 .layout-region-node-footer__content {
2   border-top: 1px solid #bebfb9;
3   padding-top: 0.5em;
4   margin-top: 1.5em;
5 }
6
7 /**
8  * Widescreen
9  *
10  * Both of the following media queries must *exactly* match what is in
11  * node.module.css. This is rather crazy.
12  *
13  * @todo Figure out how to reduce media query duplication across files
14  *       and modules. Layout styles only allowed in themes?
15  */
16 @media
17   screen and (min-width: 780px),
18   (orientation: landscape) and (min-device-height: 780px) {
19   .node-form-layout .messages {
20     margin-top: 1em;
21     margin-bottom: 1em;
22   }
23   .layout-region-node-footer__content {
24     margin-top: 0.5em;
25   }
26 }