node.preview.css
Same filename in this branch
Same filename in other branches
Styles for node preview page.
File
-
core/
modules/ node/ css/ node.preview.css
View source
- /**
- * @file
- * Styles for node preview page.
- */
-
- .node-preview-container {
- position: fixed;
- z-index: 499;
- box-sizing: border-box;
- width: 100%;
- padding: 10px;
- }
-
- @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;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.