ASPX templates
Version 7.x > ASPX templates > Missing CSS file in CMSDesk View modes: 
User avatar
Member
Member
beau.cowan-rrpartners - 4/22/2013 5:14:40 PM
   
Missing CSS file in CMSDesk
I created a few new document types in the Corporate site that comes with Kentico, and have been able to manipulate mostly everything to my advantage. I'm working on making a seperate master file, and the bar that conains the buttons Save, Publish, Spell Check, etc have lost their styling.

I checked in firebug and saw that there is no CSS file being related to it when in Edit mode.

I'm not sure if there is a setting that I need to set on the Sitemanager, or if I'm missing something from my master file. Would appreciate any help.

User avatar
Member
Member
beau.cowan-rrpartners - 4/22/2013 5:22:53 PM
   
RE:Missing CSS file in CMSDesk
Found my solution, I was missing the tag
<asp:Literal runat="server" ID="ltlTags" EnableViewState="false" />

from my master file