node.preview.css
Styles for node preview page.
File
- 
              core/
themes/ stable/ css/ node/ 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.