Chris@0: .layout-region-node-footer__content { Chris@18: margin-top: 1.5em; Chris@18: padding-top: 0.5em; Chris@0: border-top: 1px solid #bebfb9; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Widescreen Chris@0: * Chris@0: * Both of the following media queries must *exactly* match what is in Chris@0: * node.module.css. This is rather crazy. Chris@0: * Chris@0: * @todo Figure out how to reduce media query duplication across files Chris@0: * and modules. Layout styles only allowed in themes? Chris@0: */ Chris@0: @media Chris@0: screen and (min-width: 780px), Chris@0: (orientation: landscape) and (min-device-height: 780px) { Chris@0: .node-form-layout .messages { Chris@0: margin-top: 1em; Chris@0: margin-bottom: 1em; Chris@0: } Chris@0: .layout-region-node-footer__content { Chris@0: margin-top: 0.5em; Chris@0: } Chris@0: }