Mercurial > hg > isophonics-drupal-site
comparison core/themes/stable/css/node/node.module.css @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
7 * Node add/edit form layout | 7 * Node add/edit form layout |
8 */ | 8 */ |
9 | 9 |
10 /* Narrow screens */ | 10 /* Narrow screens */ |
11 .layout-region { | 11 .layout-region { |
12 box-sizing: border-box; | 12 box-sizing: border-box; |
13 } | 13 } |
14 | 14 |
15 /* Wide screens */ | 15 /* Wide screens */ |
16 @media | 16 @media |
17 screen and (min-width: 780px), | 17 screen and (min-width: 780px), |
49 .layout-region-node-secondary .form-url, | 49 .layout-region-node-secondary .form-url, |
50 .layout-region-node-secondary .form-search, | 50 .layout-region-node-secondary .form-search, |
51 .layout-region-node-secondary .form-number, | 51 .layout-region-node-secondary .form-number, |
52 .layout-region-node-secondary .form-color, | 52 .layout-region-node-secondary .form-color, |
53 .layout-region-node-secondary textarea { | 53 .layout-region-node-secondary textarea { |
54 box-sizing: border-box; | 54 box-sizing: border-box; |
55 width: 100%; | 55 width: 100%; |
56 max-width: 100%; | 56 max-width: 100%; |
57 } | 57 } |
58 } | 58 } |
59 | 59 |