Issue #1510544 by swentel, Bojhan, Gábor Hojtsy, merlinofchaos, Cottser, Wim Leers, plopesc, aspilicious, sannejanssen, larowlan, tim.plunkett, nod_: Fixed Show previews in front-end theme, able to select different view modes.
2014-08-23 19:03:35 +00:00
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Styles for node preview page.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.node-preview-container {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 499;
|
|
|
|
width: 100%;
|
|
|
|
padding: 10px;
|
2015-05-11 20:16:33 +00:00
|
|
|
box-sizing: border-box;
|
Issue #1510544 by swentel, Bojhan, Gábor Hojtsy, merlinofchaos, Cottser, Wim Leers, plopesc, aspilicious, sannejanssen, larowlan, tim.plunkett, nod_: Fixed Show previews in front-end theme, able to select different view modes.
2014-08-23 19:03:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 36em) {
|
|
|
|
.node-preview-container .form-type-select {
|
2014-08-26 04:14:52 +00:00
|
|
|
margin-left: 25%; /* LTR */
|
|
|
|
}
|
|
|
|
[dir="rtl"] .node-preview-container .form-type-select {
|
|
|
|
margin-right: 25%;
|
2015-05-11 20:16:33 +00:00
|
|
|
margin-left: 0;
|
Issue #1510544 by swentel, Bojhan, Gábor Hojtsy, merlinofchaos, Cottser, Wim Leers, plopesc, aspilicious, sannejanssen, larowlan, tim.plunkett, nod_: Fixed Show previews in front-end theme, able to select different view modes.
2014-08-23 19:03:35 +00:00
|
|
|
}
|
|
|
|
}
|