Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/node/css/node.preview.css @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | 12f9dff5fda9 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 /** | |
2 * @file | |
3 * Styles for node preview page. | |
4 */ | |
5 | |
6 .node-preview-container { | |
7 position: fixed; | |
8 z-index: 499; | |
9 width: 100%; | |
10 padding: 10px; | |
11 box-sizing: border-box; | |
12 } | |
13 | |
14 @media only screen and (min-width: 36em) { | |
15 .node-preview-container .form-type-select { | |
16 margin-left: 25%; /* LTR */ | |
17 } | |
18 [dir="rtl"] .node-preview-container .form-type-select { | |
19 margin-right: 25%; | |
20 margin-left: 0; | |
21 } | |
22 } |