IDM Home Provisioning Dashboard - Workflow fields labels are right hand aligned instead of left hand aligned

  • 7016306
  • 13-Mar-2015
  • 20-Mar-2015

Environment

NetIQ Identity Manager 4.0.2
NetIQ Identity Manager 4.5
NetIQ Identity Manager Home Provisioning Dashboard 4.0.2a
NetIQ Identity Manager Home Provisioning Dashboard 4.5
NetIQ Identity Manager Roles Based Provisioning Module 4.0.2a
NetIQ Identity Manager Roles Based Provisioning Module 4.5

Situation

With NetIQ Identity Manager Home Provisioning Dashboard version 4.0.2a and later, labels in Workflows will by default be right aligned.

Resolution

Add the following jQuery to the forms onLoad script:

$("div.nv-formFieldLabel").parent().css("text-align", "left");

This will set the text-alignment for the nv-formFiledLabel class to left.

Cause

This change was due to a design decision for the Home Provisioning Dashboard.