Mercurial > hg > isophonics-drupal-site
comparison core/themes/seven/css/layout/node-add.css @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
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 } |