Mercurial > hg > isophonics-drupal-site
annotate core/themes/seven/css/layout/node-add.css @ 11:bfffd8d7479a
Move drupal/core from "replace" to "require" section, to ensure Composer updates it
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:51:18 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
rev | line source |
---|---|
Chris@0 | 1 .layout-region-node-footer__content { |
Chris@0 | 2 border-top: 1px solid #bebfb9; |
Chris@0 | 3 padding-top: 0.5em; |
Chris@0 | 4 margin-top: 1.5em; |
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 } |