XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 3.11
    • 3.9.1
    • None

    Description

      This part is somehow hard coded in the createissue-details.jsp. It should use the defined css class (as the alignment of this part will not take effect when changes made in global-static.css).

      <tr>
              <td bgcolor=fffff0 align=right><webwork:text name="'issue.field.issuetype'"/>:</td>
              <td bgcolor=ffffff valign=top>
      

      As a quick fix, we can replace the align=right with class=fieldLabelArea. For example:

      <tr>
              <td bgcolor=fffff0 class=fieldLabelArea><webwork:text name="'issue.field.issuetype'"/>:</td>
              <td bgcolor=ffffff valign=top>
      

      Attachments

        Activity

          People

            lxia Lily Xia [Atlassian]
            lean.zhenyueh Zhen Yueh, Lean [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: