Author: vmolotkov
Date: 2007-12-10 15:18:21 -0500 (Mon, 10 Dec 2007)
New Revision: 4674
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/LayoutManager.js
Log:
headers rendering was changed
Modified:
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/LayoutManager.js
===================================================================
---
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/LayoutManager.js 2007-12-10
20:17:48 UTC (rev 4673)
+++
branches/3.1.x/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/LayoutManager.js 2007-12-10
20:18:21 UTC (rev 4674)
@@ -40,7 +40,7 @@
}
} else {
if (this.headerTable && this.headerTable.tHead) {
- this.headerTable.style.width = this.contentDiv.offsetWidth;
+ this.headerTable.style.width = "100%";
}
}
}
Show replies by date