Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Customize backend Form CSS View modes: 
User avatar
Member
Member
robert-tailor.co - 10/24/2012 9:44:36 PM
   
Customize backend Form CSS
Hi,

I've created some custom form layouts for some of my document types in CMSDesk. I want to apply some custom CSS styles to the form. How can I do this?

I can see that the CMSDesk.css and DesignMode.css stylesheets are imported. I am reluctant to edit these directly as I could lose any customisations when the site is upgraded.

Is there any way to set custom form layouts to import an additional CSS file?

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 10/25/2012 5:40:51 AM
   
RE:Customize backend Form CSS
Hi,


you would need to re-write this file:

<web site folder>\CMSModules\Content\CMSDesk\Edit\Edit.aspx

to add a link to a custom stylesheet on the Form tab.


Best regards,
Helena Grulichova

User avatar
Member
Member
robert-tailor.co - 10/25/2012 2:28:30 PM
   
RE:Customize backend Form CSS
Great! Thanks Helena!