kentico_martind
-
2/13/2010 2:14:56 PM
RE:Apply stylesheet to site without affecting editor
Hi Adrian,
There is 'EditMode' css class generated into body tag in edit mode ('DesignMode' in design mode). You can optionally specify special styles within context of this class to be applied only in edit mode (design mode), e.g.:
.EditMode .myCssClass { //put styles for myCssClass that should be used in edit mode here, you can e.g. specify different positioning for your elements in edit mode }
Best Regards,
Martin Dobsicek
|