center or left align numbers on timesheet

dennisandrison
Kilo Expert

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.  

16 REPLIES 16

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.


Jaspal or Girish



do either of you know how to get the value to center align for the sum on the timesheet view?


try using text-align: center;


Jaspal



how to I get to that style page as it appears it is coming from a master style sheet


<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.