Mercurial > hg > cmmr2012-drupal-site
view core/modules/node/css/node.preview.css @ 2:5311817fb629
Theme updates
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 13:19:18 +0000 |
parents | c75dbcec494b |
children | 12f9dff5fda9 |
line wrap: on
line source
/** * @file * Styles for node preview page. */ .node-preview-container { position: fixed; z-index: 499; width: 100%; padding: 10px; box-sizing: border-box; } @media only screen and (min-width: 36em) { .node-preview-container .form-type-select { margin-left: 25%; /* LTR */ } [dir="rtl"] .node-preview-container .form-type-select { margin-right: 25%; margin-left: 0; } }