Mercurial > hg > isophonics-drupal-site
comparison core/modules/node/css/node.preview.css @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
4 */ | 4 */ |
5 | 5 |
6 .node-preview-container { | 6 .node-preview-container { |
7 position: fixed; | 7 position: fixed; |
8 z-index: 499; | 8 z-index: 499; |
9 box-sizing: border-box; | |
9 width: 100%; | 10 width: 100%; |
10 padding: 10px; | 11 padding: 10px; |
11 box-sizing: border-box; | |
12 } | 12 } |
13 | 13 |
14 @media only screen and (min-width: 36em) { | 14 @media only screen and (min-width: 36em) { |
15 .node-preview-container .form-type-select { | 15 .node-preview-container .form-type-select { |
16 margin-left: 25%; /* LTR */ | 16 margin-left: 25%; /* LTR */ |