annotate core/themes/seven/css/layout/node-add.css @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents af1871eacc83
children
rev   line source
Chris@0 1 .layout-region-node-footer__content {
Chris@18 2 margin-top: 1.5em;
Chris@18 3 padding-top: 0.5em;
Chris@0 4 border-top: 1px solid #bebfb9;
Chris@0 5 }
Chris@0 6
Chris@0 7 /**
Chris@0 8 * Widescreen
Chris@0 9 *
Chris@0 10 * Both of the following media queries must *exactly* match what is in
Chris@0 11 * node.module.css. This is rather crazy.
Chris@0 12 *
Chris@0 13 * @todo Figure out how to reduce media query duplication across files
Chris@0 14 * and modules. Layout styles only allowed in themes?
Chris@0 15 */
Chris@0 16 @media
Chris@0 17 screen and (min-width: 780px),
Chris@0 18 (orientation: landscape) and (min-device-height: 780px) {
Chris@0 19 .node-form-layout .messages {
Chris@0 20 margin-top: 1em;
Chris@0 21 margin-bottom: 1em;
Chris@0 22 }
Chris@0 23 .layout-region-node-footer__content {
Chris@0 24 margin-top: 0.5em;
Chris@0 25 }
Chris@0 26 }