center or left align numbers on timesheet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2017 11:33 AM
HI All,
Anyone figured out how to either center or left align your time entries on the timesheet in ServiceNow Istanbul version? When my users are looking at their timesheets, the values are all right aligned.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017 07:29 AM
Yes, you need to make it work at list level. If there is no value in value field it works only at form level.
If you got what was actually expected you can mark this thread as correct & close it so that it does not appear in unanswered list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017 11:22 AM
Jaspal or Girish
do either of you know how to get the value to center align for the sum on the timesheet view?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017 11:27 AM
try using text-align: center;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017 11:34 AM
Jaspal
how to I get to that style page as it appears it is coming from a master style sheet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2017 11:35 AM
<td class="aggregate_measure"><table valign="top" style="width:100%"><tbody><tr><td class="aggregate_left">Sum</td><td class="aggregate_right"><span class="aggregate_value" aggregate_field="sunday" aggregate_display="12" aggregate_type="SUM" aggregate_value="12.00">12</span></td></tr></tbody></table></td>
appears to be the HTML code but I do not know where the master is to change.