- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2014 09:40 AM
I see that you can style fields, in the field styles section, but how would one style a form, such as the incident form?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2014 10:45 AM
Under system properties there is a CSS module that will allow you to set some styles but if that is not enough I would here
https://wiki.servicenow.com/index.php?title=Customizing_the_UI_Appearance
If thats still not what you were hoping for then all I can suggest is the CMS or write a bunch of client script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2014 10:45 AM
Under system properties there is a CSS module that will allow you to set some styles but if that is not enough I would here
https://wiki.servicenow.com/index.php?title=Customizing_the_UI_Appearance
If thats still not what you were hoping for then all I can suggest is the CMS or write a bunch of client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2014 01:09 PM
I ended up writing a client script that changes the style onLoad.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2014 02:24 PM
Thats usually what I end up doing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2014 08:34 AM
How to change over all style of the form like adding a logo and aligning the form center and all other good stuff?