Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/node/css/node.preview.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
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 */ |