Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bug 1417937 - Updates columnsWidth to match the column count
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio committed Sep 6, 2017
1 parent 211399f commit 674af7c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
value="#{ListInProgressContentRequestsUIBean.dataModel}"
var="item"
width="100%"
columnsWidth="16%, 17%, 16%, 16%, 16%, 16%"
columnsWidth="20%, 20%, 20%, 20%, 20%"
styleClass="resources-table"
footerClass="on-pager-footer"
onRowMouseOver="this.style.backgroundColor='#E7E7E7'"
Expand Down Expand Up @@ -135,7 +135,7 @@
value="#{ListCompletedContentRequestsUIBean.dataModel}"
var="item"
width="100%"
columnsWidth="16%, 17%, 16%, 16%, 16%, 16%"
columnsWidth="20%, 20%, 20%, 20%, 20%"
styleClass="resources-table"
footerClass="on-pager-footer"
onRowMouseOver="this.style.backgroundColor='#E7E7E7'"
Expand Down Expand Up @@ -238,7 +238,7 @@
value="#{AuditTrailUIBean.dataModel}"
var="item"
width="100%"
columnsWidth="20%, 20%, 20%, 10%, 20%, 10%"
columnsWidth="22%, 22%, 22%, 12%, 22%"
styleClass="resources-table"
footerClass="on-pager-footer"
onRowMouseOver="this.style.backgroundColor='#E7E7E7'"
Expand Down

0 comments on commit 674af7c

Please sign in to comment.